Home
last modified time | relevance | path

Searched refs:secstrings (Results 1 – 3 of 3) sorted by relevance

/kernel/
Dmodule-internal.h18 char *secstrings, *strtab; member
Dmodule.c351 && strcmp(info->secstrings + shdr->sh_name, name) == 0) in find_sec()
1566 sattr->name = kstrdup(info->secstrings + sec->sh_name, in add_sect_attrs()
2121 mod->klp_info->secstrings = kmemdup(info->secstrings, size, GFP_KERNEL); in copy_module_elf()
2122 if (mod->klp_info->secstrings == NULL) { in copy_module_elf()
2152 kfree(mod->klp_info->secstrings); in free_module_elf()
2441 const char *sname = info->secstrings + s->sh_name; in layout_sections()
2474 const char *sname = info->secstrings + s->sh_name; in layout_sections()
2651 if (strstarts(info->secstrings + sechdrs[sym->st_shndx].sh_name, in elf_type()
2702 pr_debug("\t%s\n", info->secstrings + symsect->sh_name); in layout_symtab()
2729 pr_debug("\t%s\n", info->secstrings + strsect->sh_name); in layout_symtab()
[all …]
/kernel/livepatch/
Dcore.c264 secname = pmod->klp_info->secstrings + sec->sh_name; in klp_write_object_relocations()