Home
last modified time | relevance | path

Searched refs:Elf_Ehdr (Results 1 – 25 of 25) sorted by relevance

/arch/s390/kernel/
Dkexec_elf.c20 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()
Dmodule.c109 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/
Dmodule.h14 #define Elf_Ehdr Elf32_Ehdr macro
20 #define Elf_Ehdr Elf64_Ehdr macro
/arch/powerpc/kernel/
Dmodule.c20 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/
Dmodule.c55 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/
Dmodule.h41 #define Elf_Ehdr Elf32_Ehdr macro
59 #define Elf_Ehdr Elf64_Ehdr macro
/arch/sh/kernel/
Dmodule.c99 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
Ddwarf.c1089 int module_dwarf_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_dwarf_finalize()
/arch/mips/kernel/
Dvpe.c182 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()
Dmodule.c430 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
/arch/nios2/kernel/
Dmodule.c133 int module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
/arch/hexagon/kernel/
Dmodule.c27 int module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, in module_frob_arch_sections()
/arch/m68k/kernel/
Dmodule.c102 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
/arch/arc/kernel/
Dmodule.c26 int module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, in module_frob_arch_sections()
/arch/sh/include/asm/
Ddwarf.h378 extern int module_dwarf_finalize(const Elf_Ehdr *, const Elf_Shdr *,
/arch/mips/boot/tools/
Drelocs.c9 #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/
Dmodule-sections.c90 int module_frob_arch_sections(Elf_Ehdr *ehdr, Elf_Shdr *sechdrs, in module_frob_arch_sections()
/arch/nds32/kernel/
Dmodule.c22 int module_frob_arch_sections(Elf_Ehdr * hdr, in module_frob_arch_sections()
/arch/arm/kernel/
Dmodule-plts.c188 int module_frob_arch_sections(Elf_Ehdr *ehdr, Elf_Shdr *sechdrs, in module_frob_arch_sections()
/arch/x86/kernel/
Dmodule.c224 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
/arch/x86/tools/
Drelocs.c9 #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/
Dmodule-plts.c255 int module_frob_arch_sections(Elf_Ehdr *ehdr, Elf_Shdr *sechdrs, in module_frob_arch_sections()
Dmodule.c473 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
/arch/parisc/kernel/
Dmodule.c298 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/
Dmodule.c423 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()