Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dmoduleloader.h40 bool module_exit_section(const char *name);
/Linux-v5.10/arch/arm/kernel/
Dmodule.c64 bool module_exit_section(const char *name) in module_exit_section() function
/Linux-v5.10/kernel/
Dmodule.c2848 bool __weak module_exit_section(const char *name) in module_exit_section() function
3070 if (module_exit_section(info->secstrings+shdr->sh_name)) in rewrite_section_headers()