Searched defs:Elf32_Phdr (Results 1 – 4 of 4) sorted by relevance
964 struct Elf32_Phdr { struct965 Elf32_Word p_type; // Type of segment966 Elf32_Off p_offset; // File offset where segment is located, in bytes967 Elf32_Addr p_vaddr; // Virtual address of beginning of segment968 Elf32_Addr p_paddr; // Physical address of beginning of segment (OS-specific)969 Elf32_Word p_filesz; // Num. of bytes in file image of segment (may be zero)970 Elf32_Word p_memsz; // Num. of bytes in mem image of segment (may be zero)971 Elf32_Word p_flags; // Segment flags972 Elf32_Word p_align; // Segment alignment constraint
252 } Elf32_Phdr; typedef
577 } Elf32_Phdr; typedef
546 } Elf32_Phdr; typedef