Home
last modified time | relevance | path

Searched refs:module_bug_finalize (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/lib/
Dbug.c87 void module_bug_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_bug_finalize() function
/linux-6.1.9/include/linux/
Dmodule.h840 void module_bug_finalize(const Elf_Ehdr *, const Elf_Shdr *,
846 static inline void module_bug_finalize(const Elf_Ehdr *hdr, in module_bug_finalize() function
/linux-6.1.9/kernel/module/
Dmain.c2620 module_bug_finalize(info->hdr, info->sechdrs, mod); in complete_formation()