Searched defs:Elf32_Phdr (Results 1 – 7 of 7) sorted by relevance
987 struct Elf32_Phdr { struct988 Elf32_Word p_type; // Type of segment989 Elf32_Off p_offset; // File offset where segment is located, in bytes990 Elf32_Addr p_vaddr; // Virtual address of beginning of segment991 Elf32_Addr p_paddr; // Physical address of beginning of segment (OS-specific)992 Elf32_Word p_filesz; // Num. of bytes in file image of segment (may be zero)993 Elf32_Word p_memsz; // Num. of bytes in mem image of segment (may be zero)994 Elf32_Word p_flags; // Segment flags995 Elf32_Word p_align; // Segment alignment constraint
989 struct Elf32_Phdr { struct990 Elf32_Word p_type; // Type of segment991 Elf32_Off p_offset; // File offset where segment is located, in bytes992 Elf32_Addr p_vaddr; // Virtual address of beginning of segment993 Elf32_Addr p_paddr; // Physical address of beginning of segment (OS-specific)994 Elf32_Word p_filesz; // Num. of bytes in file image of segment (may be zero)995 Elf32_Word p_memsz; // Num. of bytes in mem image of segment (may be zero)996 Elf32_Word p_flags; // Segment flags997 Elf32_Word p_align; // Segment alignment constraint
1110 struct Elf32_Phdr { struct1111 Elf32_Word p_type; // Type of segment1112 Elf32_Off p_offset; // File offset where segment is located, in bytes1113 Elf32_Addr p_vaddr; // Virtual address of beginning of segment1114 Elf32_Addr p_paddr; // Physical address of beginning of segment (OS-specific)1115 Elf32_Word p_filesz; // Num. of bytes in file image of segment (may be zero)1116 Elf32_Word p_memsz; // Num. of bytes in mem image of segment (may be zero)1117 Elf32_Word p_flags; // Segment flags1118 Elf32_Word p_align; // Segment alignment constraint
253 } Elf32_Phdr; typedef
440 } Elf32_Phdr; typedef
576 } Elf32_Phdr; typedef
689 } Elf32_Phdr; typedef