Searched refs:Elf_Shdr (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/include/linux/ |
D | moduleloader.h | 18 Elf_Shdr *sechdrs, 37 int apply_relocate(Elf_Shdr *sechdrs, 43 static inline int apply_relocate(Elf_Shdr *sechdrs, in apply_relocate() 60 int apply_relocate_add(Elf_Shdr *sechdrs, 66 static inline int apply_relocate_add(Elf_Shdr *sechdrs, in apply_relocate_add() 80 const Elf_Shdr *sechdrs,
|
D | kexec.h | 111 Elf_Shdr *sechdrs; 213 arch_kexec_apply_relocations_add(struct purgatory_info *pi, Elf_Shdr *section, in arch_kexec_apply_relocations_add() 214 const Elf_Shdr *relsec, const Elf_Shdr *symtab) in arch_kexec_apply_relocations_add() 232 arch_kexec_apply_relocations(struct purgatory_info *pi, Elf_Shdr *section, in arch_kexec_apply_relocations() 233 const Elf_Shdr *relsec, const Elf_Shdr *symtab) in arch_kexec_apply_relocations()
|
D | module.h | 324 Elf_Shdr *sechdrs; 787 void module_bug_finalize(const Elf_Ehdr *, const Elf_Shdr *, 794 const Elf_Shdr *sechdrs, in module_bug_finalize()
|
/linux-4.19.296/include/asm-generic/ |
D | module.h | 16 #define Elf_Shdr Elf64_Shdr macro 33 #define Elf_Shdr Elf32_Shdr macro
|
/linux-4.19.296/lib/ |
D | bug.c | 87 void module_bug_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_bug_finalize()
|