Searched defs:elf64_phdr (Results 1 – 1 of 1) sorted by relevance
461 struct elf64_phdr { struct462 elf64_word p_type; /**< Type of segment */463 elf64_off p_offset; /**< Offset in file */464 elf64_addr p_vaddr; /**< Virtual address in memory */465 elf64_addr p_paddr; /**< Physical address (usually reserved) */466 elf64_xword p_filesz; /**< Size of segment in file */467 elf64_xword p_memsz; /**< Size of segment in memory */468 elf64_word p_flags; /**< Segment flags */469 elf64_xword p_align; /**< Alignment of segment */