Searched defs:elf32_phdr (Results 1 – 1 of 1) sorted by relevance
404 struct elf32_phdr { struct405 elf32_word p_type; /**< Type of segment */406 elf32_off p_offset; /**< Offset in file */407 elf32_addr p_vaddr; /**< Virtual address in memory */408 elf32_addr p_paddr; /**< Physical address (usually reserved) */409 elf32_word p_filesz; /**< Size of segment in file */410 elf32_word p_memsz; /**< Size of segment in memory */411 elf32_word p_flags; /**< Segment flags */412 elf32_word p_align; /**< Alignment of segment */