Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/um/asm/
Dmodule.h13 #define Elf_Ehdr Elf32_Ehdr macro
19 #define Elf_Ehdr Elf64_Ehdr macro
/linux-4.1.27/include/asm-generic/
Dmodule.h19 #define Elf_Ehdr Elf64_Ehdr macro
36 #define Elf_Ehdr Elf32_Ehdr macro
/linux-4.1.27/scripts/
Drecordmcount.h36 #undef Elf_Ehdr
70 # define Elf_Ehdr Elf64_Ehdr macro
103 # define Elf_Ehdr Elf32_Ehdr macro
178 static void append_func(Elf_Ehdr *const ehdr, in append_func()
277 Elf_Ehdr const *const ehdr, in get_sym_str_and_relp()
308 Elf_Ehdr const *const ehdr, in sift_rel_mcount()
355 Elf_Ehdr const *const ehdr, in nop_mcount()
421 Elf_Ehdr const *const ehdr) in find_secsym_ndx()
503 do_func(Elf_Ehdr *const ehdr, char const *const fname, unsigned const reltype) in do_func()
Dsortextable.h19 #undef Elf_Ehdr
41 # define Elf_Ehdr Elf64_Ehdr macro
62 # define Elf_Ehdr Elf32_Ehdr macro
93 do_func(Elf_Ehdr *ehdr, char const *const fname, table_sort_t custom_sort) in do_func()
/linux-4.1.27/include/linux/
Dmoduleloader.h16 int module_frob_arch_sections(Elf_Ehdr *hdr,
78 int module_finalize(const Elf_Ehdr *hdr,
Dmodule.h645 void module_bug_finalize(const Elf_Ehdr *, const Elf_Shdr *,
651 static inline void module_bug_finalize(const Elf_Ehdr *hdr, in module_bug_finalize()
Dkexec.h119 Elf_Ehdr *ehdr;
/linux-4.1.27/scripts/mod/
Dmodpost.h16 #define Elf_Ehdr Elf32_Ehdr macro
31 #define Elf_Ehdr Elf64_Ehdr macro
121 Elf_Ehdr *hdr;
Dmodpost.c408 Elf_Ehdr *hdr; in parse_elf()
/linux-4.1.27/arch/powerpc/kernel/
Dmodule.c32 static const Elf_Shdr *find_section(const Elf_Ehdr *hdr, in find_section()
46 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
/linux-4.1.27/arch/sparc/kernel/
Dmodule.c54 int module_frob_arch_sections(Elf_Ehdr *hdr, in module_frob_arch_sections()
183 static void do_patch_sections(const Elf_Ehdr *hdr, in do_patch_sections()
206 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
/linux-4.1.27/arch/mips/include/asm/
Dmodule.h40 #define Elf_Ehdr Elf32_Ehdr macro
58 #define Elf_Ehdr Elf64_Ehdr macro
/linux-4.1.27/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()
821 Elf_Ehdr *hdr; in vpe_release()
828 hdr = (Elf_Ehdr *) v->pbuffer; in vpe_release()
Dmodule.c270 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
/linux-4.1.27/arch/blackfin/kernel/
Dmodule.c21 module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, in module_frob_arch_sections()
234 module_finalize(const Elf_Ehdr * hdr, in module_finalize()
/linux-4.1.27/arch/sh/kernel/
Dmodule.c112 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
Ddwarf.c1093 int module_dwarf_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_dwarf_finalize()
/linux-4.1.27/arch/nios2/kernel/
Dmodule.c133 int module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
/linux-4.1.27/arch/hexagon/kernel/
Dmodule.c40 int module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, in module_frob_arch_sections()
/linux-4.1.27/lib/
Dbug.c85 void module_bug_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_bug_finalize()
/linux-4.1.27/arch/m68k/kernel/
Dmodule.c102 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
/linux-4.1.27/arch/arc/kernel/
Dmodule.c33 int module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, in module_frob_arch_sections()
/linux-4.1.27/arch/s390/kernel/
Dmodule.c107 int module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, in module_frob_arch_sections()
423 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
/linux-4.1.27/arch/sh/include/asm/
Ddwarf.h382 extern int module_dwarf_finalize(const Elf_Ehdr *, const Elf_Shdr *,
/linux-4.1.27/arch/x86/kernel/
Dmodule.c210 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
/linux-4.1.27/arch/x86/tools/
Drelocs.c8 #define Elf_Ehdr ElfW(Ehdr) macro
13 static Elf_Ehdr ehdr;
375 if (ehdr.e_ehsize != sizeof(Elf_Ehdr)) { in read_ehdr()
/linux-4.1.27/arch/avr32/kernel/
Dmodule.c60 int module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, in module_frob_arch_sections()
/linux-4.1.27/arch/arm64/kernel/
Dmodule.c402 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
/linux-4.1.27/kernel/
Dkexec.c430 arch_kexec_apply_relocations_add(const Elf_Ehdr *ehdr, Elf_Shdr *sechdrs, in arch_kexec_apply_relocations_add()
439 arch_kexec_apply_relocations(const Elf_Ehdr *ehdr, Elf_Shdr *sechdrs, in arch_kexec_apply_relocations()
2541 if (kexec_purgatory_size < sizeof(Elf_Ehdr)) in kexec_load_purgatory()
2544 pi->ehdr = (Elf_Ehdr *)kexec_purgatory; in kexec_load_purgatory()
2578 Elf_Ehdr *ehdr; in kexec_purgatory_find_symbol()
Dmodule.c173 Elf_Ehdr *hdr;
2947 int __weak module_frob_arch_sections(Elf_Ehdr *hdr, in module_frob_arch_sections()
3004 int __weak module_finalize(const Elf_Ehdr *hdr, in module_finalize()
/linux-4.1.27/arch/parisc/kernel/
Dmodule.c318 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()
/linux-4.1.27/arch/ia64/kernel/
Dmodule.c421 module_frob_arch_sections (Elf_Ehdr *ehdr, Elf_Shdr *sechdrs, char *secstrings, in module_frob_arch_sections()
912 module_finalize (const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *mod) in module_finalize()