Searched defs:Elf64_Phdr (Results 1 – 11 of 11) sorted by relevance
19 Elf64_Phdr; typedef
1001 struct Elf64_Phdr { struct1002 Elf64_Word p_type; // Type of segment1003 Elf64_Word p_flags; // Segment flags1004 Elf64_Off p_offset; // File offset where segment is located, in bytes1005 Elf64_Addr p_vaddr; // Virtual address of beginning of segment1006 Elf64_Addr p_paddr; // Physical addr of beginning of segment (OS-specific)1007 Elf64_Xword p_filesz; // Num. of bytes in file image of segment (may be zero)1008 Elf64_Xword p_memsz; // Num. of bytes in mem image of segment (may be zero)1009 Elf64_Xword p_align; // Segment alignment constraint
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
1197 struct Elf64_Phdr { struct1198 Elf64_Word p_type; // Type of segment1199 Elf64_Word p_flags; // Segment flags1200 Elf64_Off p_offset; // File offset where segment is located, in bytes1201 Elf64_Addr p_vaddr; // Virtual address of beginning of segment1202 Elf64_Addr p_paddr; // Physical addr of beginning of segment (OS-specific)1203 Elf64_Xword p_filesz; // Num. of bytes in file image of segment (may be zero)1204 Elf64_Xword p_memsz; // Num. of bytes in mem image of segment (may be zero)1205 Elf64_Xword p_align; // Segment alignment constraint
265 } Elf64_Phdr; typedef
285 pub type Elf64_Phdr = elf64_phdr; typedef
469 } Elf64_Phdr; typedef
588 } Elf64_Phdr; typedef
698 } Elf64_Phdr; typedef