64-bit ELF program header.
Declared in <llvm/BinaryFormat/ELF.h>
struct Elf64_Phdr;
| Name | Description |
|---|---|
p_align | Segment alignment constraint. |
p_filesz | Number of bytes in the file image of the segment. |
p_flags | Segment flags (PF_*). |
p_memsz | Number of bytes in the memory image of the segment. |
p_offset | File offset where the segment starts, in bytes. |
p_paddr | Physical address of the segment (OS-specific). |
p_type | Segment type (PT_*). |
p_vaddr | Virtual address of the beginning of the segment. |