|
PatchworkOS
|
ELF section header. More...
#include <elf.h>
Data Fields | |
| uint32_t | name |
| elf_shdr_type_t | type |
| elf_shdr_flags_t | flags |
| uint64_t | address |
| uint64_t | offset |
| uint64_t | size |
| uint32_t | link |
| uint32_t | info |
| uint64_t | addressAlign |
| uint64_t | entrySize |
ELF section header.
The elf_shdr_t structure used in ELF files to store information about a section.
| uint64_t elf_shdr_t::entrySize |
Definition at line 326 of file elf.h.
Referenced by load_symbol_table().
| elf_shdr_flags_t elf_shdr_t::flags |
| uint32_t elf_shdr_t::link |
Definition at line 323 of file elf.h.
Referenced by load_symbol_table().
| uint64_t elf_shdr_t::offset |
Definition at line 321 of file elf.h.
Referenced by is_valid_shdr(), and load_symbol_table().
| uint64_t elf_shdr_t::size |
Definition at line 322 of file elf.h.
Referenced by is_valid_shdr(), and load_symbol_table().
| elf_shdr_type_t elf_shdr_t::type |
Definition at line 318 of file elf.h.
Referenced by find_section_by_type(), is_valid_shdr(), and load_symbol_table().