/linux-4.4.14/arch/x86/um/asm/ |
D | module.h | 13 #define Elf_Ehdr Elf32_Ehdr macro 19 #define Elf_Ehdr Elf64_Ehdr macro
|
/linux-4.4.14/include/asm-generic/ |
D | module.h | 19 #define Elf_Ehdr Elf64_Ehdr macro 36 #define Elf_Ehdr Elf32_Ehdr macro
|
/linux-4.4.14/scripts/ |
D | recordmcount.h | 36 #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()
|
D | sortextable.h | 19 #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.4.14/include/linux/ |
D | moduleloader.h | 16 int module_frob_arch_sections(Elf_Ehdr *hdr, 78 int module_finalize(const Elf_Ehdr *hdr,
|
D | kexec.h | 119 Elf_Ehdr *ehdr; 327 int __weak arch_kexec_apply_relocations_add(const Elf_Ehdr *ehdr, 329 int __weak arch_kexec_apply_relocations(const Elf_Ehdr *ehdr, Elf_Shdr *sechdrs,
|
D | module.h | 778 void module_bug_finalize(const Elf_Ehdr *, const Elf_Shdr *, 784 static inline void module_bug_finalize(const Elf_Ehdr *hdr, in module_bug_finalize()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | module.c | 32 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.4.14/scripts/mod/ |
D | modpost.h | 22 #define Elf_Ehdr Elf32_Ehdr macro 37 #define Elf_Ehdr Elf64_Ehdr macro 127 Elf_Ehdr *hdr;
|
D | modpost.c | 409 Elf_Ehdr *hdr; in parse_elf()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | module.c | 54 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.4.14/arch/mips/include/asm/ |
D | module.h | 40 #define Elf_Ehdr Elf32_Ehdr macro 58 #define Elf_Ehdr Elf64_Ehdr macro
|
/linux-4.4.14/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 | 270 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | module.c | 21 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.4.14/kernel/ |
D | kexec_file.c | 120 arch_kexec_apply_relocations_add(const Elf_Ehdr *ehdr, Elf_Shdr *sechdrs, in arch_kexec_apply_relocations_add() 129 arch_kexec_apply_relocations(const Elf_Ehdr *ehdr, Elf_Shdr *sechdrs, in arch_kexec_apply_relocations() 909 if (kexec_purgatory_size < sizeof(Elf_Ehdr)) in kexec_load_purgatory() 912 pi->ehdr = (Elf_Ehdr *)kexec_purgatory; in kexec_load_purgatory() 946 Elf_Ehdr *ehdr; in kexec_purgatory_find_symbol()
|
D | module.c | 322 Elf_Ehdr *hdr; 3102 int __weak module_frob_arch_sections(Elf_Ehdr *hdr, in module_frob_arch_sections() 3159 int __weak module_finalize(const Elf_Ehdr *hdr, in module_finalize()
|
/linux-4.4.14/arch/sh/kernel/ |
D | module.c | 112 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
|
D | dwarf.c | 1093 int module_dwarf_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_dwarf_finalize()
|
/linux-4.4.14/arch/nios2/kernel/ |
D | module.c | 133 int module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_finalize()
|
/linux-4.4.14/arch/arc/kernel/ |
D | module.c | 33 int module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, in module_frob_arch_sections()
|
/linux-4.4.14/lib/ |
D | bug.c | 85 void module_bug_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_bug_finalize()
|
/linux-4.4.14/arch/m68k/kernel/ |
D | module.c | 102 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
|
/linux-4.4.14/arch/hexagon/kernel/ |
D | module.c | 40 int module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, in module_frob_arch_sections()
|
/linux-4.4.14/arch/s390/kernel/ |
D | module.c | 107 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.4.14/arch/arm/kernel/ |
D | module-plts.c | 132 int module_frob_arch_sections(Elf_Ehdr *ehdr, Elf_Shdr *sechdrs, in module_frob_arch_sections()
|
/linux-4.4.14/arch/sh/include/asm/ |
D | dwarf.h | 382 extern int module_dwarf_finalize(const Elf_Ehdr *, const Elf_Shdr *,
|
/linux-4.4.14/arch/x86/kernel/ |
D | module.c | 210 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
|
/linux-4.4.14/arch/x86/tools/ |
D | relocs.c | 8 #define Elf_Ehdr ElfW(Ehdr) macro 13 static Elf_Ehdr ehdr; 375 if (ehdr.e_ehsize != sizeof(Elf_Ehdr)) { in read_ehdr()
|
/linux-4.4.14/arch/avr32/kernel/ |
D | module.c | 60 int module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, in module_frob_arch_sections()
|
/linux-4.4.14/arch/arm64/kernel/ |
D | module.c | 412 int module_finalize(const Elf_Ehdr *hdr, in module_finalize()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | module.c | 318 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.4.14/arch/ia64/kernel/ |
D | module.c | 421 module_frob_arch_sections (Elf_Ehdr *ehdr, Elf_Shdr *sechdrs, char *secstrings, in module_frob_arch_sections() 904 module_finalize (const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *mod) in module_finalize()
|