Searched refs:sechdrs (Results 1 – 4 of 4) 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() argument 60 int apply_relocate_add(Elf_Shdr *sechdrs, 66 static inline int apply_relocate_add(Elf_Shdr *sechdrs, in apply_relocate_add() argument 80 const Elf_Shdr *sechdrs,
|
D | module.h | 324 Elf_Shdr *sechdrs; member 794 const Elf_Shdr *sechdrs, in module_bug_finalize() argument
|
D | kexec.h | 111 Elf_Shdr *sechdrs; member
|
/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() argument 99 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_bug_finalize() 101 if (strcmp(secstrings+sechdrs[i].sh_name, "__bug_table")) in module_bug_finalize() 103 mod->bug_table = (void *) sechdrs[i].sh_addr; in module_bug_finalize() 104 mod->num_bugs = sechdrs[i].sh_size / sizeof(struct bug_entry); in module_bug_finalize()
|