Searched defs:Elf64_Phdr (Results 1 – 1 of 1) sorted by relevance
1566 struct Elf64_Phdr { struct1567 Elf64_Word p_type; // Type of segment1568 Elf64_Word p_flags; // Segment flags1569 Elf64_Off p_offset; // File offset where segment is located, in bytes1570 Elf64_Addr p_vaddr; // Virtual address of beginning of segment1571 Elf64_Addr p_paddr; // Physical addr of beginning of segment (OS-specific)1572 Elf64_Xword p_filesz; // Num. of bytes in file image of segment (may be zero)1573 Elf64_Xword p_memsz; // Num. of bytes in mem image of segment (may be zero)1574 Elf64_Xword p_align; // Segment alignment constraint