Searched refs:elf64_phdr (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
H A D | proc-pid-vm.c | 95 struct elf64_phdr { struct 151 struct elf64_phdr ph; in make_exe() 155 {&ph, sizeof(struct elf64_phdr)}, in make_exe() 173 h.e_entry = VADDR + sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr); in make_exe() 178 h.e_phentsize = sizeof(struct elf64_phdr); in make_exe() 190 ph.p_filesz = sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len; in make_exe() 191 ph.p_memsz = sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len; in make_exe() 199 if (writev(fd, iov, 3) != sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len) { in make_exe()
|
/kernel/linux/linux-6.6/tools/testing/selftests/proc/ |
H A D | proc-pid-vm.c | 97 struct elf64_phdr { struct 153 struct elf64_phdr ph; in make_exe() 157 {&ph, sizeof(struct elf64_phdr)}, in make_exe() 175 h.e_entry = VADDR + sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr); in make_exe() 180 h.e_phentsize = sizeof(struct elf64_phdr); in make_exe() 192 ph.p_filesz = sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len; in make_exe() 193 ph.p_memsz = sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len; in make_exe() 201 if (writev(fd, iov, 3) != sizeof(struct elf64_hdr) + sizeof(struct elf64_phdr) + len) { in make_exe()
|
/kernel/linux/common_modules/xpm/validator/ |
H A D | elf_code_segment_info.c | 125 static int get_elf64_code_segment_count(struct elf64_phdr *elf_phdr, struct elf_info *elf_info) in get_elf64_code_segment_count() 129 struct elf64_phdr *phdr_info; in get_elf64_code_segment_count() 143 static int get_elf64_code_segment(struct elf64_phdr *elf_phdr, struct elf_info *elf_info, in get_elf64_code_segment() 147 struct elf64_phdr *phdr_info; in get_elf64_code_segment() 215 e64_phsize = sizeof(struct elf64_phdr) * elf_info->e_phnum; in get_elf64_info() 268 segment_count = get_elf64_code_segment_count((struct elf64_phdr *)phdr_info, elf_info); in find_elf_code_segment_info() 283 ret = get_elf64_code_segment((struct elf64_phdr *)phdr_info, elf_info, exec_file_info); in find_elf_code_segment_info()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | elf.h | 44 #define elf_phdr elf64_phdr
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | elf.h | 54 #define elf_phdr elf64_phdr
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | elf.h | 106 typedef struct elf64_phdr { struct
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | elf.h | 106 typedef struct elf64_phdr { struct
|
/kernel/linux/linux-5.10/arch/alpha/boot/tools/ |
H A D | objstrip.c | 32 # define elf_phdr elf64_phdr
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | elf.c | 84 struct elf64_phdr *phdr64 = _phdr; in arch_elf_pt_proc()
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | elf.c | 84 struct elf64_phdr *phdr64 = _phdr; in arch_elf_pt_proc()
|
/kernel/linux/linux-6.6/arch/alpha/boot/tools/ |
H A D | objstrip.c | 32 # define elf_phdr elf64_phdr
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | elf.h | 259 typedef struct elf64_phdr { struct
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | elf.h | 260 typedef struct elf64_phdr { struct
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | elf.h | 216 typedef struct elf64_phdr { struct
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | elf.h | 216 typedef struct elf64_phdr { struct
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | elf.h | 202 typedef struct elf64_phdr { struct
|
Completed in 14 milliseconds