retdec
|
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... | |
Description of ELF relocation table
unsigned long long retdec::fileformat::ElfFormat::RelocationTableInfo::address = 0 |
start address of relocation table
unsigned long long retdec::fileformat::ElfFormat::RelocationTableInfo::entrySize = 0 |
size of one entry in table
bool retdec::fileformat::ElfFormat::RelocationTableInfo::plt = false |
associated with Procedure Linkage Table.
unsigned long long retdec::fileformat::ElfFormat::RelocationTableInfo::size = 0 |
size of table
unsigned long long retdec::fileformat::ElfFormat::RelocationTableInfo::type = SHT_NULL |
type of relocations (SHT_REL or SHT_RELA)