/linux-6.1.9/arch/x86/um/ |
D | elfcore.c | 12 return vsyscall_ehdr ? (((struct elfhdr *)vsyscall_ehdr)->e_phnum) : 0; in elf_core_extra_phdrs() 18 const struct elfhdr *const ehdrp = in elf_core_write_extra_phdrs() 19 (struct elfhdr *) vsyscall_ehdr; in elf_core_write_extra_phdrs() 45 const struct elfhdr *const ehdrp = in elf_core_write_extra_data() 46 (struct elfhdr *) vsyscall_ehdr; in elf_core_write_extra_data() 66 const struct elfhdr *const ehdrp = in elf_core_extra_data_size() 67 (struct elfhdr *)vsyscall_ehdr; in elf_core_extra_data_size()
|
/linux-6.1.9/kernel/ |
D | kexec_elf.c | 24 static inline bool elf_is_elf_file(const struct elfhdr *ehdr) in elf_is_elf_file() 29 static uint64_t elf64_to_cpu(const struct elfhdr *ehdr, uint64_t value) in elf64_to_cpu() 39 static uint32_t elf32_to_cpu(const struct elfhdr *ehdr, uint32_t value) in elf32_to_cpu() 49 static uint16_t elf16_to_cpu(const struct elfhdr *ehdr, uint16_t value) in elf16_to_cpu() 63 static bool elf_is_ehdr_sane(const struct elfhdr *ehdr, size_t buf_len) in elf_is_ehdr_sane() 119 static int elf_read_ehdr(const char *buf, size_t len, struct elfhdr *ehdr) in elf_read_ehdr() 121 struct elfhdr *buf_ehdr; in elf_read_ehdr() 144 buf_ehdr = (struct elfhdr *) buf; in elf_read_ehdr() 208 const struct elfhdr *ehdr = elf_info->ehdr; in elf_read_phdr() 255 const struct elfhdr *ehdr = elf_info->ehdr; in elf_read_phdrs() [all …]
|
/linux-6.1.9/fs/proc/ |
D | kcore.c | 115 *data_offset = PAGE_ALIGN(sizeof(struct elfhdr) + *phdrs_len + in get_kcore_size() 333 phdrs_offset = sizeof(struct elfhdr); in read_kcore() 337 if (buflen && *fpos < sizeof(struct elfhdr)) { in read_kcore() 338 struct elfhdr ehdr = { in read_kcore() 352 .e_phoff = sizeof(struct elfhdr), in read_kcore() 354 .e_ehsize = sizeof(struct elfhdr), in read_kcore() 359 tsz = min_t(size_t, buflen, sizeof(struct elfhdr) - *fpos); in read_kcore()
|
/linux-6.1.9/fs/ |
D | compat_binfmt_elf.c | 28 #undef elfhdr 34 #define elfhdr elf32_hdr macro
|
D | binfmt_elf.c | 174 create_elf_tables(struct linux_binprm *bprm, const struct elfhdr *exec, in create_elf_tables() 461 static struct elf_phdr *load_elf_phdrs(const struct elfhdr *elf_ex, in load_elf_phdrs() 538 static inline int arch_elf_pt_proc(struct elfhdr *ehdr, in arch_elf_pt_proc() 562 static inline int arch_check_elf(struct elfhdr *ehdr, bool has_interp, in arch_check_elf() 563 struct elfhdr *interp_ehdr, in arch_check_elf() 592 static unsigned long load_elf_interp(struct elfhdr *interp_elf_ex, in load_elf_interp() 841 struct elfhdr *elf_ex = (struct elfhdr *)bprm->buf; in load_elf_binary() 842 struct elfhdr *interp_elf_ex = NULL; in load_elf_binary() 1375 struct elfhdr elf_ex; in load_elf_library() 1491 static void fill_elf_header(struct elfhdr *elf, int segs, in fill_elf_header() [all …]
|
D | binfmt_elf_fdpic.c | 104 static int is_elf(struct elfhdr *hdr, struct file *file) in is_elf() 125 static int is_constdisp(struct elfhdr *hdr) in is_constdisp() 205 exec_params.hdr = *(struct elfhdr *) bprm->buf; in load_elf_fdpic_binary() 285 interp_params.hdr = *((struct elfhdr *) bprm->buf); in load_elf_fdpic_binary() 1238 static inline void fill_elf_fdpic_header(struct elfhdr *elf, int segs) in fill_elf_fdpic_header() 1251 elf->e_phoff = sizeof(struct elfhdr); in fill_elf_fdpic_header() 1254 elf->e_ehsize = sizeof(struct elfhdr); in fill_elf_fdpic_header() 1425 static void fill_extnum_info(struct elfhdr *elf, struct elf_shdr *shdr4extnum, in fill_extnum_info() 1471 struct elfhdr *elf = NULL; in elf_fdpic_core_dump()
|
/linux-6.1.9/include/linux/ |
D | elf.h | 41 #define elfhdr elf32_hdr macro 53 #define elfhdr elf64_hdr macro
|
D | kexec.h | 306 const struct elfhdr *ehdr; 310 int kexec_build_elf_info(const char *buf, size_t len, struct elfhdr *ehdr, 313 int kexec_elf_load(struct kimage *image, struct elfhdr *ehdr,
|
D | elf-fdpic.h | 17 struct elfhdr hdr; /* ref copy of ELF header */
|
/linux-6.1.9/arch/alpha/boot/tools/ |
D | objstrip.c | 31 # define elfhdr elf64_hdr macro 61 struct elfhdr *elf; in main() 149 elf = (struct elfhdr *) buf; in main()
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | fadump.c | 376 size += sizeof(struct elfhdr); /* ELF core header.*/ in get_fadump_area_size() 771 bufp += sizeof(struct elfhdr); in fadump_update_elfcore_header() 965 struct elfhdr *elf; in fadump_init_elfcore_header() 967 elf = (struct elfhdr *) bufp; in fadump_init_elfcore_header() 968 bufp += sizeof(struct elfhdr); in fadump_init_elfcore_header() 979 elf->e_phoff = sizeof(struct elfhdr); in fadump_init_elfcore_header() 989 elf->e_ehsize = sizeof(struct elfhdr); in fadump_init_elfcore_header() 1079 struct elfhdr *elf; in fadump_create_elfcore_headers() 1083 elf = (struct elfhdr *)bufp; in fadump_create_elfcore_headers() 1084 bufp += sizeof(struct elfhdr); in fadump_create_elfcore_headers()
|
D | prom_init.c | 1131 Elf32_Ehdr elfhdr; member 1164 .elfhdr = {
|
/linux-6.1.9/arch/loongarch/include/asm/ |
D | elf.h | 203 struct elfhdr *__h = (hdr); \ 219 struct elfhdr *__h = (hdr); \
|
/linux-6.1.9/arch/riscv/kernel/ |
D | elf_kexec.c | 36 static int riscv_kexec_elf_load(struct kimage *image, struct elfhdr *ehdr, in riscv_kexec_elf_load() 76 struct elfhdr *ehdr, struct kexec_elf_info *elf_info, in elf_find_pbase() 199 struct elfhdr ehdr; in elf_kexec_load()
|
/linux-6.1.9/arch/parisc/kernel/ |
D | kexec_file.c | 23 struct elfhdr ehdr; in elf_load()
|
/linux-6.1.9/arch/mips/include/asm/ |
D | elf.h | 283 struct elfhdr *__h = (hdr); \ 311 struct elfhdr *__h = (hdr); \
|
/linux-6.1.9/arch/ia64/include/asm/ |
D | elf.h | 208 #define GATE_EHDR ((const struct elfhdr *) GATE_ADDR)
|
/linux-6.1.9/arch/powerpc/kexec/ |
D | elf_64.c | 37 struct elfhdr ehdr; in elf64_load()
|