Searched defs:Elf32_Phdr (Results 1 – 1 of 1) sorted by relevance
1552 struct Elf32_Phdr { struct1553 Elf32_Word p_type; // Type of segment1554 Elf32_Off p_offset; // File offset where segment is located, in bytes1555 Elf32_Addr p_vaddr; // Virtual address of beginning of segment1556 Elf32_Addr p_paddr; // Physical address of beginning of segment (OS-specific)1557 Elf32_Word p_filesz; // Num. of bytes in file image of segment (may be zero)1558 Elf32_Word p_memsz; // Num. of bytes in mem image of segment (may be zero)1559 Elf32_Word p_flags; // Segment flags1560 Elf32_Word p_align; // Segment alignment constraint