Lines Matching refs:sname
1654 bool module_init_layout_section(const char *sname) in module_init_layout_section() argument
1657 if (module_exit_section(sname)) in module_init_layout_section()
1660 return module_init_section(sname); in module_init_layout_section()
1698 const char *sname = info->secstrings + s->sh_name; in __layout_sections() local
1703 || is_init != module_init_layout_section(sname)) in __layout_sections()
1713 if (codetag_needs_module_section(mod, sname, s->sh_size)) { in __layout_sections()
1724 pr_debug("\t%s\n", sname); in __layout_sections()
2755 const char *sname; in move_module() local
2760 sname = info->secstrings + shdr->sh_name; in move_module()
2765 if (codetag_needs_module_section(mod, sname, shdr->sh_size)) { in move_module()
2766 dest = codetag_alloc_module_section(mod, sname, shdr->sh_size, in move_module()