/arch/s390/kernel/ |
D | kexec_elf.c | 20 const Elf_Ehdr *ehdr; in kexec_file_add_kernel_elf() 27 ehdr = (Elf_Ehdr *)kernel; in kexec_file_add_kernel_elf() 71 const Elf_Ehdr *ehdr; in s390_elf_load() 77 ehdr = (Elf_Ehdr *)kernel; in s390_elf_load() 112 const Elf_Ehdr *ehdr; in s390_elf_probe() 114 if (len < sizeof(Elf_Ehdr)) in s390_elf_probe() 117 ehdr = (Elf_Ehdr *)buf; in s390_elf_probe()
|
D | module.c | 121 int module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, in module_frob_arch_sections() 503 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
|
/arch/x86/um/asm/ |
D | module.h | 14 #define Elf_Ehdr Elf32_Ehdr macro 20 #define Elf_Ehdr Elf64_Ehdr macro
|
/arch/mips/include/asm/ |
D | module.h | 41 #define Elf_Ehdr Elf32_Ehdr macro 59 #define Elf_Ehdr Elf64_Ehdr macro
|
/arch/sparc/kernel/ |
D | module.c | 55 int module_frob_arch_sections(Elf_Ehdr *hdr, in module_frob_arch_sections() 184 static void do_patch_sections(const Elf_Ehdr *hdr, in do_patch_sections() 207 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
|
/arch/powerpc/kernel/ |
D | module.c | 22 static const Elf_Shdr *find_section(const Elf_Ehdr *hdr, in find_section() 36 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
|
/arch/arm64/kernel/ |
D | module.c | 481 static const Elf_Shdr *find_section(const Elf_Ehdr *hdr, in find_section() 501 static int module_init_ftrace_plt(const Elf_Ehdr *hdr, in module_init_ftrace_plt() 525 static int module_init_hyp(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_init_hyp() 578 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
|
D | module-plts.c | 291 int module_frob_arch_sections(Elf_Ehdr *ehdr, Elf_Shdr *sechdrs, in module_frob_arch_sections()
|
/arch/sh/kernel/ |
D | module.c | 90 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
|
D | dwarf.c | 1089 int module_dwarf_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_dwarf_finalize()
|
/arch/mips/kernel/ |
D | vpe.c | 182 static void layout_sections(struct module *mod, const Elf_Ehdr *hdr, in layout_sections() 578 Elf_Ehdr *hdr; in vpe_elfload() 588 hdr = (Elf_Ehdr *) v->pbuffer; in vpe_elfload() 800 Elf_Ehdr *hdr; in vpe_release() 807 hdr = (Elf_Ehdr *) v->pbuffer; in vpe_release()
|
D | module.c | 424 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
|
/arch/nios2/kernel/ |
D | module.c | 132 int module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
|
/arch/hexagon/kernel/ |
D | module.c | 27 int module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, in module_frob_arch_sections()
|
/arch/m68k/kernel/ |
D | module.c | 102 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
|
/arch/arc/kernel/ |
D | module.c | 26 int module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, in module_frob_arch_sections()
|
/arch/mips/boot/tools/ |
D | relocs.c | 9 #define Elf_Ehdr ElfW(Ehdr) macro 14 static Elf_Ehdr ehdr; 247 if (ehdr.e_ehsize != sizeof(Elf_Ehdr)) in read_ehdr()
|
/arch/sh/include/asm/ |
D | dwarf.h | 378 extern int module_dwarf_finalize(const Elf_Ehdr *, const Elf_Shdr *,
|
/arch/riscv/kernel/ |
D | module-sections.c | 90 int module_frob_arch_sections(Elf_Ehdr *ehdr, Elf_Shdr *sechdrs, in module_frob_arch_sections()
|
/arch/nds32/kernel/ |
D | module.c | 22 int module_frob_arch_sections(Elf_Ehdr * hdr, in module_frob_arch_sections()
|
/arch/x86/kernel/ |
D | module.c | 250 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
|
/arch/arm/kernel/ |
D | module-plts.c | 214 int module_frob_arch_sections(Elf_Ehdr *ehdr, Elf_Shdr *sechdrs, in module_frob_arch_sections()
|
/arch/x86/tools/ |
D | relocs.c | 9 #define Elf_Ehdr ElfW(Ehdr) macro 14 static Elf_Ehdr ehdr; 383 if (ehdr.e_ehsize != sizeof(Elf_Ehdr)) in read_ehdr()
|
/arch/parisc/kernel/ |
D | module.c | 298 int module_frob_arch_sections(CONST Elf_Ehdr *hdr, in module_frob_arch_sections() 856 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
|
/arch/ia64/kernel/ |
D | module.c | 423 module_frob_arch_sections (Elf_Ehdr *ehdr, Elf_Shdr *sechdrs, char *secstrings, in module_frob_arch_sections() 906 module_finalize (const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *mod) in module_finalize()
|