Home
last modified time | relevance | path

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

/kernel/
Dmodule.c360 && strcmp(info->secstrings + shdr->sh_name, name) == 0) in find_sec()
393 if (strcmp(info->secstrings + shdr->sh_name, name) == 0) in find_any_sec()
1571 kstrdup(info->secstrings + sec->sh_name, GFP_KERNEL); in add_sect_attrs()
2042 char *secstrings, struct module *mod) in module_enforce_rwx_sections() argument
2050 mod->name, secstrings + sechdrs[i].sh_name, i); in module_enforce_rwx_sections()
2062 char *secstrings, struct module *mod) in module_enforce_rwx_sections() argument
2098 mod->klp_info->secstrings = kmemdup(info->secstrings, size, GFP_KERNEL); in copy_module_elf()
2099 if (mod->klp_info->secstrings == NULL) { in copy_module_elf()
2129 kfree(mod->klp_info->secstrings); in free_module_elf()
2411 info->secstrings, in apply_relocations()
[all …]
Dmodule-internal.h18 char *secstrings, *strtab; member
/kernel/livepatch/
Dcore.c760 info->secstrings, in klp_apply_object_relocs()