KallistiOS
##version##
|
Symbol table entry. More...
#include <kos/elf.h>
Data Fields | |
uint32 | name |
Index into file's string table. More... | |
uint32 | value |
Value of the symbol. More... | |
uint32 | size |
Size of the symbol. More... | |
uint8 | info |
Symbol type and binding. More... | |
uint8 | other |
0. Holds no meaning. More... | |
uint16 | shndx |
Section index. More... | |
Symbol table entry.
This structure represents a single entry in a symbol table in an ELF file.
uint8 elf_sym_t::info |
Symbol type and binding.
uint32 elf_sym_t::name |
Index into file's string table.
uint8 elf_sym_t::other |
0. Holds no meaning.
uint16 elf_sym_t::shndx |
Section index.
uint32 elf_sym_t::size |
Size of the symbol.
uint32 elf_sym_t::value |
Value of the symbol.