Home
last modified time | relevance | path

Searched defs:elf64_phdr (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/testing/selftests/proc/
H A Dproc-pid-vm.c97 struct elf64_phdr { struct
98 uint32_t p_type;
99 uint32_t p_flags;
100 uint64_t p_offset;
101 uint64_t p_vaddr;
102 uint64_t p_paddr;
103 uint64_t p_filesz;
104 uint64_t p_memsz;
105 uint64_t p_align;
/openbmc/linux/arch/powerpc/boot/
H A Delf.h106 typedef struct elf64_phdr { struct
107 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 */
/openbmc/linux/include/uapi/linux/
H A Delf.h260 typedef struct elf64_phdr { struct
261 Elf64_Word p_type;
262 Elf64_Word p_flags;
263 Elf64_Off p_offset; /* Segment file offset */
264 Elf64_Addr p_vaddr; /* Segment virtual address */
265 Elf64_Addr p_paddr; /* Segment physical address */
266 Elf64_Xword p_filesz; /* Segment size in file */
267 Elf64_Xword p_memsz; /* Segment size in memory */
268 Elf64_Xword p_align; /* Segment alignment, file & memory */
/openbmc/qemu/include/
H A Delf.h1550 typedef struct elf64_phdr { struct
1551 Elf64_Word p_type;
1552 Elf64_Word p_flags;
1553 Elf64_Off p_offset; /* Segment file offset */
1554 Elf64_Addr p_vaddr; /* Segment virtual address */
1555 Elf64_Addr p_paddr; /* Segment physical address */
1556 Elf64_Xword p_filesz; /* Segment size in file */
1557 Elf64_Xword p_memsz; /* Segment size in memory */
1558 Elf64_Xword p_align; /* Segment alignment, file & memory */