Symbol table entry.
More...
#include <elf32.h>
|
|
elf32_word | st_name |
| | Symbol name's offset inside the symbol string table.
|
| |
|
elf32_addr | st_value |
| | Can be an absolute value, address, etc (context)
|
| |
|
elf32_word | st_size |
| | Data object's size (if any)
|
| |
|
unsigned char | st_info |
| | Symbol's type and binding attributes.
|
| |
|
unsigned char | st_other |
| | No meaning. Always 0.
|
| |
|
elf32_half | st_shndx |
| | Index of the section containing the symbol.
|
| |
A symbol table is a section with an sh_type of SHT_SYMTAB.
The documentation for this struct was generated from the following file: