ROSE 0.11.145.147
|
32-bit format of an ELF symbol.
Definition at line 19142 of file binaryInstruction.C.
Public Attributes | |
uint32_t | st_name |
Name offset into string table. | |
uint32_t | st_value |
Value: absolute value, address, etc. | |
uint32_t | st_size |
Symbol size in bytes. | |
unsigned char | st_info |
Type and binding attributes. | |
unsigned char | st_res1 |
Reserved; always zero. | |
uint16_t | st_shndx |
Section index or special meaning. | |
uint32_t SgAsmElfSymbol::Elf32SymbolEntry_disk::st_name |
Name offset into string table.
Definition at line 19143 of file binaryInstruction.C.
uint32_t SgAsmElfSymbol::Elf32SymbolEntry_disk::st_value |
Value: absolute value, address, etc.
depending on sym type
Definition at line 19144 of file binaryInstruction.C.
uint32_t SgAsmElfSymbol::Elf32SymbolEntry_disk::st_size |
Symbol size in bytes.
Definition at line 19145 of file binaryInstruction.C.
unsigned char SgAsmElfSymbol::Elf32SymbolEntry_disk::st_info |
Type and binding attributes.
Definition at line 19146 of file binaryInstruction.C.
unsigned char SgAsmElfSymbol::Elf32SymbolEntry_disk::st_res1 |
Reserved; always zero.
Definition at line 19147 of file binaryInstruction.C.
uint16_t SgAsmElfSymbol::Elf32SymbolEntry_disk::st_shndx |
Section index or special meaning.
Definition at line 19148 of file binaryInstruction.C.