Searched defs:Elf64_Phdr (Results 1 – 7 of 7) sorted by relevance
999 struct Elf64_Phdr { struct1000 Elf64_Word p_type; // Type of segment1001 Elf64_Word p_flags; // Segment flags1002 Elf64_Off p_offset; // File offset where segment is located, in bytes1003 Elf64_Addr p_vaddr; // Virtual address of beginning of segment1004 Elf64_Addr p_paddr; // Physical addr of beginning of segment (OS-specific)1005 Elf64_Xword p_filesz; // Num. of bytes in file image of segment (may be zero)1006 Elf64_Xword p_memsz; // Num. of bytes in mem image of segment (may be zero)1007 Elf64_Xword p_align; // Segment alignment constraint
1170 struct Elf64_Phdr { struct1171 Elf64_Word p_type; // Type of segment1172 Elf64_Word p_flags; // Segment flags1173 Elf64_Off p_offset; // File offset where segment is located, in bytes1174 Elf64_Addr p_vaddr; // Virtual address of beginning of segment1175 Elf64_Addr p_paddr; // Physical addr of beginning of segment (OS-specific)1176 Elf64_Xword p_filesz; // Num. of bytes in file image of segment (may be zero)1177 Elf64_Xword p_memsz; // Num. of bytes in mem image of segment (may be zero)1178 Elf64_Xword p_align; // Segment alignment constraint
116 } Elf64_Phdr; typedef
451 } Elf64_Phdr; typedef
589 } Elf64_Phdr; typedef