retdec
Public Attributes | List of all members
retdec::fileformat::ElfFormat::RelocationTableInfo Struct Reference

Public Attributes

unsigned long long address = 0
 start address of relocation table More...
 
unsigned long long size = 0
 size of table More...
 
unsigned long long entrySize = 0
 size of one entry in table More...
 
unsigned long long type = SHT_NULL
 type of relocations (SHT_REL or SHT_RELA) More...
 
bool plt = false
 associated with Procedure Linkage Table. More...
 

Detailed Description

Description of ELF relocation table

Member Data Documentation

◆ address

unsigned long long retdec::fileformat::ElfFormat::RelocationTableInfo::address = 0

start address of relocation table

◆ entrySize

unsigned long long retdec::fileformat::ElfFormat::RelocationTableInfo::entrySize = 0

size of one entry in table

◆ plt

bool retdec::fileformat::ElfFormat::RelocationTableInfo::plt = false

associated with Procedure Linkage Table.

◆ size

unsigned long long retdec::fileformat::ElfFormat::RelocationTableInfo::size = 0

size of table

◆ type

unsigned long long retdec::fileformat::ElfFormat::RelocationTableInfo::type = SHT_NULL

type of relocations (SHT_REL or SHT_RELA)


The documentation for this struct was generated from the following file: