Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dmoduleloader.h35 bool module_exit_section(const char *name);
/Linux-v5.4/arch/arm/kernel/
Dmodule.c58 bool module_exit_section(const char *name) in module_exit_section() function
/Linux-v5.4/kernel/
Dmodule.c2807 bool __weak module_exit_section(const char *name) in module_exit_section() function
3024 if (module_exit_section(info->secstrings+shdr->sh_name)) in rewrite_section_headers()