Home
last modified time | relevance | path

Searched refs:sechdrs (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/include/linux/
Dmoduleloader.h18 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,
Dmodule.h324 Elf_Shdr *sechdrs; member
794 const Elf_Shdr *sechdrs, in module_bug_finalize() argument
Dkexec.h111 Elf_Shdr *sechdrs; member
/linux-4.19.296/lib/
Dbug.c87 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()