|
PatchworkOS
|
#include <stdint.h>Go to the source code of this file.
Data Structures | |
| struct | elf_hdr_t |
| ELF file header. More... | |
| struct | elf_phdr_t |
| ELF program header. More... | |
| struct | elf_shdr_t |
| ELF section header. More... | |
| struct | elf_sym_t |
| ELF symbol table entry. More... | |
| struct | elf_rela_t |
| ELF relocation entry with addend. More... | |
| struct | elf_rel_t |
| ELF relocation entry without addend. More... | |
| struct | elf_dyn_t |
| ELF dynamic entry. More... | |
| struct | elf_note_t |
| ELF note header. More... | |
Typedefs | |
| typedef uint16_t | elf_hdr_type_t |
| typedef uint16_t | elf_hdr_machine_t |
| typedef uint32_t | elf_hdr_version_t |
| typedef uint32_t | elf_phdr_type_t |
| typedef uint32_t | elf_phdr_flags_t |
| typedef uint32_t | elf_shdr_type_t |
| typedef uint64_t | elf_shdr_flags_t |