Lines Matching refs:secstrings
356 && strcmp(info->secstrings + shdr->sh_name, name) == 0)
389 if (strcmp(info->secstrings + shdr->sh_name, name) == 0)
1565 kstrdup(info->secstrings + sec->sh_name, GFP_KERNEL);
2036 char *secstrings, struct module *mod)
2044 mod->name, secstrings + sechdrs[i].sh_name, i);
2056 char *secstrings, struct module *mod)
2092 mod->klp_info->secstrings = kmemdup(info->secstrings, size, GFP_KERNEL);
2093 if (mod->klp_info->secstrings == NULL) {
2123 kfree(mod->klp_info->secstrings);
2374 info->secstrings,
2448 const char *sname = info->secstrings + s->sh_name;
2481 const char *sname = info->secstrings + s->sh_name;
2658 if (strstarts(info->secstrings + sechdrs[sym->st_shndx].sh_name,
2709 pr_debug("\t%s\n", info->secstrings + symsect->sh_name);
2736 pr_debug("\t%s\n", info->secstrings + strsect->sh_name);
3035 info->secstrings = (void *)info->hdr + strhdr->sh_offset;
3036 if (info->secstrings[strhdr->sh_size - 1] != '\0') {
3476 (long)shdr->sh_addr, info->secstrings + shdr->sh_name);
3534 char *secstrings,
3573 info->secstrings, info->mod);
3578 info->secstrings, info->mod);