Searched defs:Elf32_Phdr (Results 1 – 4 of 4) sorted by relevance
1446 struct Elf32_Phdr { struct1447 Elf32_Word p_type; // Type of segment1448 Elf32_Off p_offset; // File offset where segment is located, in bytes1449 Elf32_Addr p_vaddr; // Virtual address of beginning of segment1450 Elf32_Addr p_paddr; // Physical address of beginning of segment (OS-specific)1451 Elf32_Word p_filesz; // Num. of bytes in file image of segment (may be zero)1452 Elf32_Word p_memsz; // Num. of bytes in mem image of segment (may be zero)1453 Elf32_Word p_flags; // Segment flags1454 Elf32_Word p_align; // Segment alignment constraint
115 } Elf32_Phdr; typedef
184 } Elf32_Phdr; typedef
2703 } Elf32_Phdr; typedef