|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
#include <elf.h>
Data Fields | |
| uint32_t | st_name |
| uint8_t | st_info |
| uint8_t | st_other |
| uint16_t | st_shndx |
| uint64_t | st_value |
| uint64_t | st_size |
| uint32_t Elf64_Sym::st_name |
Definition at line 64 of file elf.h.
Referenced by elf_find_symbol(), elf_get_symbol(), elf_gnu_lookup(), elf_relocate_rel(), and INIT().
| uint64_t Elf64_Sym::st_size |
Definition at line 69 of file elf.h.
Referenced by elf_relocate_rel().
| uint64_t Elf64_Sym::st_value |
Definition at line 68 of file elf.h.
Referenced by elf_find_symbol(), elf_get_symbol(), and elf_relocate_rel().