Searched defs:Elf64_Phdr (Results 1 – 2 of 2) sorted by relevance
1368 struct Elf64_Phdr { struct1369 Elf64_Word p_type; // Type of segment1370 Elf64_Word p_flags; // Segment flags1371 Elf64_Off p_offset; // File offset where segment is located, in bytes1372 Elf64_Addr p_vaddr; // Virtual address of beginning of segment1373 Elf64_Addr p_paddr; // Physical addr of beginning of segment (OS-specific)1374 Elf64_Xword p_filesz; // Num. of bytes in file image of segment (may be zero)1375 Elf64_Xword p_memsz; // Num. of bytes in mem image of segment (may be zero)1376 Elf64_Xword p_align; // Segment alignment constraint
461 } Elf64_Phdr; typedef