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