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 */
254 typedef struct elf64_phdr { struct255 Elf64_Word p_type;256 Elf64_Word p_flags;257 Elf64_Off p_offset; /* Segment file offset */258 Elf64_Addr p_vaddr; /* Segment virtual address */259 Elf64_Addr p_paddr; /* Segment physical address */260 Elf64_Xword p_filesz; /* Segment size in file */261 Elf64_Xword p_memsz; /* Segment size in memory */262 Elf64_Xword p_align; /* Segment alignment, file & memory */