Searched defs:elf64_phdr (Results 1 – 1 of 1) sorted by relevance
418 struct elf64_phdr { struct419 elf64_word p_type; /**< Type of segment */420 elf64_off p_offset; /**< Offset in file */421 elf64_addr p_vaddr; /**< Virtual address in memory */422 elf64_addr p_paddr; /**< Physical address (usually reserved) */423 elf64_xword p_filesz; /**< Size of segment in file */424 elf64_xword p_memsz; /**< Size of segment in memory */425 elf64_word p_flags; /**< Segment flags */426 elf64_xword p_align; /**< Alignment of segment */