Home
last modified time | relevance | path

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

/kernel/
Dmodule.c364 && strcmp(info->secstrings + shdr->sh_name, name) == 0) in find_sec()
1632 kstrdup(info->secstrings + sec->sh_name, GFP_KERNEL); in add_sect_attrs()
2101 char *secstrings, struct module *mod) in module_enforce_rwx_sections() argument
2109 mod->name, secstrings + sechdrs[i].sh_name, i); in module_enforce_rwx_sections()
2121 char *secstrings, struct module *mod) in module_enforce_rwx_sections() argument
2157 mod->klp_info->secstrings = kmemdup(info->secstrings, size, GFP_KERNEL); in copy_module_elf()
2158 if (mod->klp_info->secstrings == NULL) { in copy_module_elf()
2188 kfree(mod->klp_info->secstrings); in free_module_elf()
2463 info->secstrings, in apply_relocations()
2524 const char *sname = info->secstrings + s->sh_name; in layout_sections()
[all …]
Dmodule-internal.h18 char *secstrings, *strtab; member
/kernel/livepatch/
Dcore.c761 info->secstrings, in klp_apply_object_relocs()