Lines Matching refs:secstrings
353 && strcmp(info->secstrings + shdr->sh_name, name) == 0)
1515 sattr->name = kstrdup(info->secstrings + sec->sh_name,
2068 mod->klp_info->secstrings = kmemdup(info->secstrings, size, GFP_KERNEL);
2069 if (mod->klp_info->secstrings == NULL) {
2099 kfree(mod->klp_info->secstrings);
2380 const char *sname = info->secstrings + s->sh_name;
2413 const char *sname = info->secstrings + s->sh_name;
2576 if (strstarts(info->secstrings + sechdrs[sym->st_shndx].sh_name,
2627 pr_debug("\t%s\n", info->secstrings + symsect->sh_name);
2652 pr_debug("\t%s\n", info->secstrings + strsect->sh_name);
2925 if (strstarts(info->secstrings+shdr->sh_name, ".exit"))
2951 info->secstrings = (void *)info->hdr
3194 (long)shdr->sh_addr, info->secstrings + shdr->sh_name);
3266 char *secstrings,
3305 info->secstrings, info->mod);