Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/
H A Dbug.c90 void module_bug_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, in module_bug_finalize() function
/OK3568_Linux_fs/kernel/include/linux/
H A Dmodule.h872 void module_bug_finalize(const Elf_Ehdr *, const Elf_Shdr *,
878 static inline void module_bug_finalize(const Elf_Ehdr *hdr, in module_bug_finalize() function
/OK3568_Linux_fs/kernel/kernel/
H A Dmodule.c3899 module_bug_finalize(info->hdr, info->sechdrs, mod); in complete_formation()