Searched defs:elf32_phdr (Results 1 – 1 of 1) sorted by relevance
447 struct elf32_phdr { struct448 elf32_word p_type; /**< Type of segment */449 elf32_off p_offset; /**< Offset in file */450 elf32_addr p_vaddr; /**< Virtual address in memory */451 elf32_addr p_paddr; /**< Physical address (usually reserved) */452 elf32_word p_filesz; /**< Size of segment in file */453 elf32_word p_memsz; /**< Size of segment in memory */454 elf32_word p_flags; /**< Segment flags */455 elf32_word p_align; /**< Alignment of segment */