Searched defs:elf64_phdr (Results 1 – 2 of 2) sorted by relevance
105 typedef struct elf64_phdr { struct106 Elf64_Word p_type;107 Elf64_Word p_flags;108 Elf64_Off p_offset; /* Segment file offset */109 Elf64_Addr p_vaddr; /* Segment virtual address */110 Elf64_Addr p_paddr; /* Segment physical address */111 Elf64_Xword p_filesz; /* Segment size in file */112 Elf64_Xword p_memsz; /* Segment size in memory */113 Elf64_Xword p_align; /* Segment alignment, file & memory */
257 typedef struct elf64_phdr { struct258 Elf64_Word p_type;259 Elf64_Word p_flags;260 Elf64_Off p_offset; /* Segment file offset */261 Elf64_Addr p_vaddr; /* Segment virtual address */262 Elf64_Addr p_paddr; /* Segment physical address */263 Elf64_Xword p_filesz; /* Segment size in file */264 Elf64_Xword p_memsz; /* Segment size in memory */265 Elf64_Xword p_align; /* Segment alignment, file & memory */