|
GEL
0.99
|
#include <gel/gel_elf.h>
Data Fields | |
| Elf32_Word | p_type |
| Elf32_Off | p_offset |
| Elf32_Addr | p_vaddr |
| Elf32_Addr | p_paddr |
| Elf32_Word | p_filesz |
| Elf32_Word | p_memsz |
| Elf32_Word | p_flags |
| Elf32_Word | p_align |
Elf file structure of a program header.
| Elf32_Word Elf32_Phdr::p_align |
Alignment in power of two (2**n).
| Elf32_Word Elf32_Phdr::p_filesz |
Size in the file.
| Elf32_Word Elf32_Phdr::p_flags |
Flags: PF_X, PF_W and and PF_R.
| Elf32_Word Elf32_Phdr::p_memsz |
Size in host memory
| Elf32_Off Elf32_Phdr::p_offset |
Offset in the file.
| Elf32_Addr Elf32_Phdr::p_paddr |
Physical address in host memory.
| Elf32_Word Elf32_Phdr::p_type |
Type of the program header.
| Elf32_Addr Elf32_Phdr::p_vaddr |
Virtual address in host memory.