|
PatchworkOS
|
ELF symbol table entry. More...
#include <elf.h>
Data Fields | |
| uint32_t | name |
| uint8_t | info |
| uint8_t | other |
| uint16_t | shndx |
| uint64_t | value |
| uint64_t | size |
ELF symbol table entry.
The elf_sym_t structure used to represent symbols in ELF files.
| uint32_t elf_sym_t::name |
Definition at line 336 of file elf.h.
Referenced by panic_symbols_init().
| uint16_t elf_sym_t::shndx |
Definition at line 339 of file elf.h.
Referenced by panic_symbols_init().
| uint64_t elf_sym_t::size |
Definition at line 341 of file elf.h.
Referenced by panic_symbols_init().
| uint64_t elf_sym_t::value |
Definition at line 340 of file elf.h.
Referenced by panic_symbols_init().