/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 | 109 int module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, in module_frob_arch_sections() 440 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/powerpc/kernel/ |
D | module.c | 20 static const Elf_Shdr *find_section(const Elf_Ehdr *hdr, in find_section() 34 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
|
/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/mips/include/asm/ |
D | module.h | 41 #define Elf_Ehdr Elf32_Ehdr macro 59 #define Elf_Ehdr Elf64_Ehdr macro
|
/arch/sh/kernel/ |
D | module.c | 99 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() 822 Elf_Ehdr *hdr; in vpe_release() 829 hdr = (Elf_Ehdr *) v->pbuffer; in vpe_release()
|
D | module.c | 430 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
|
/arch/nios2/kernel/ |
D | module.c | 133 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/sh/include/asm/ |
D | dwarf.h | 378 extern int module_dwarf_finalize(const Elf_Ehdr *, const Elf_Shdr *,
|
/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/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/arm/kernel/ |
D | module-plts.c | 188 int module_frob_arch_sections(Elf_Ehdr *ehdr, Elf_Shdr *sechdrs, in module_frob_arch_sections()
|
/arch/x86/kernel/ |
D | module.c | 224 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
|
/arch/x86/tools/ |
D | relocs.c | 9 #define Elf_Ehdr ElfW(Ehdr) macro 14 static Elf_Ehdr ehdr; 381 if (ehdr.e_ehsize != sizeof(Elf_Ehdr)) in read_ehdr()
|
/arch/arm64/kernel/ |
D | module-plts.c | 255 int module_frob_arch_sections(Elf_Ehdr *ehdr, Elf_Shdr *sechdrs, in module_frob_arch_sections()
|
D | module.c | 473 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
|
/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()
|