|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
#include <elf.h>
Data Fields | |
| Elf64_Shdr * | symtab |
| Elf64_Shdr * | strtab |
| Elf64_Shdr * | gotplt |
| Elf64_Shdr * | got |
| Elf64_Shdr * | gnuhash |
| Elf64_Shdr * | init_aray |
| Elf64_Shdr * | fini_aray |
| Elf64_Shdr* elf_section_map::fini_aray |
| Elf64_Shdr* elf_section_map::gnuhash |
Definition at line 283 of file elf.h.
Referenced by execve(), and proccess_elf().
| Elf64_Shdr* elf_section_map::got |
| Elf64_Shdr* elf_section_map::gotplt |
| Elf64_Shdr* elf_section_map::init_aray |
| Elf64_Shdr* elf_section_map::strtab |
| Elf64_Shdr* elf_section_map::symtab |