Searched defs:Elf32_Phdr (Results 1 – 4 of 4) sorted by relevance
1356 struct Elf32_Phdr { struct1357 Elf32_Word p_type; // Type of segment1358 Elf32_Off p_offset; // File offset where segment is located, in bytes1359 Elf32_Addr p_vaddr; // Virtual address of beginning of segment1360 Elf32_Addr p_paddr; // Physical address of beginning of segment (OS-specific)1361 Elf32_Word p_filesz; // Num. of bytes in file image of segment (may be zero)1362 Elf32_Word p_memsz; // Num. of bytes in mem image of segment (may be zero)1363 Elf32_Word p_flags; // Segment flags1364 Elf32_Word p_align; // Segment alignment constraint
178 typedef int Elf32_Phdr; typedef
450 } Elf32_Phdr; global() typedef