Lines Matching defs:sname
1670 bool module_init_layout_section(const char *sname)
1673 if (module_exit_section(sname))
1676 return module_init_section(sname);
1714 const char *sname = info->secstrings + s->sh_name;
1719 || is_init != module_init_layout_section(sname))
1729 if (codetag_needs_module_section(mod, sname, s->sh_size)) {
1740 pr_debug("\t%s\n", sname);
2823 const char *sname;
2828 sname = info->secstrings + shdr->sh_name;
2833 if (codetag_needs_module_section(mod, sname, shdr->sh_size)) {
2834 dest = codetag_alloc_module_section(mod, sname, shdr->sh_size,