Lines Matching refs:secstrings
351 && strcmp(info->secstrings + shdr->sh_name, name) == 0)
1564 sattr->name = kstrdup(info->secstrings + sec->sh_name,
2119 mod->klp_info->secstrings = kmemdup(info->secstrings, size, GFP_KERNEL);
2120 if (mod->klp_info->secstrings == NULL) {
2150 kfree(mod->klp_info->secstrings);
2434 const char *sname = info->secstrings + s->sh_name;
2467 const char *sname = info->secstrings + s->sh_name;
2644 if (strstarts(info->secstrings + sechdrs[sym->st_shndx].sh_name,
2695 pr_debug("\t%s\n", info->secstrings + symsect->sh_name);
2722 pr_debug("\t%s\n", info->secstrings + strsect->sh_name);
3024 if (module_exit_section(info->secstrings+shdr->sh_name))
3050 info->secstrings = (void *)info->hdr
3303 (long)shdr->sh_addr, info->secstrings + shdr->sh_name);
3375 char *secstrings,
3414 info->secstrings, info->mod);