|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
#include <elf.h>
Data Fields | |
| uint32_t | sh_name |
| uint32_t | sh_type |
| uint64_t | sh_flags |
| uint64_t | sh_addr |
| uint64_t | sh_offset |
| uint64_t | sh_size |
| uint32_t | sh_link |
| uint32_t | sh_info |
| uint64_t | sh_addralign |
| uint64_t | sh_entsize |
| uint64_t Elf64_Shdr::sh_addr |
Definition at line 54 of file elf.h.
Referenced by elf_call_init_array(), and elf_section_map_all().
| uint32_t Elf64_Shdr::sh_name |
Definition at line 51 of file elf.h.
Referenced by elf_section_map_all().
| uint64_t Elf64_Shdr::sh_offset |
Definition at line 55 of file elf.h.
Referenced by elf_gnu_hash_parse(), elf_section_map_all(), and INIT().
| uint64_t Elf64_Shdr::sh_size |
Definition at line 56 of file elf.h.
Referenced by elf_call_init_array(), elf_section_map_all(), and INIT().
| uint32_t Elf64_Shdr::sh_type |
Definition at line 52 of file elf.h.
Referenced by elf_section_map_all().