Searched defs:Elf64_Phdr (Results 1 – 15 of 15) sorted by relevance
791 struct Elf64_Phdr struct793 Elf_Word p_type;794 Elf_Word p_flags;795 Elf64_Off p_offset;796 Elf64_Addr p_vaddr;797 Elf64_Addr p_paddr;798 Elf_Xword p_filesz;799 Elf_Xword p_memsz;800 Elf_Xword p_align;
11 pub type Elf64_Phdr = __c_anonymous_Elf64_Phdr; typedef
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
1182 struct Elf64_Phdr struct1184 Elf_Word p_type;1185 Elf_Word p_flags;1186 Elf64_Off p_offset;1187 Elf64_Addr p_vaddr;1188 Elf64_Addr p_paddr;1189 Elf_Xword p_filesz;1190 Elf_Xword p_memsz;1191 Elf_Xword p_align;
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
590 } Elf64_Phdr; typedef
589 } Elf64_Phdr; typedef
707 } Elf64_Phdr; typedef
59453 typedef struct elf64_phdr Elf64_Phdr; typedef