Searched refs:secstrings (Results 1 – 8 of 8) sorted by relevance
/kernel/module/ |
D | livepatch.c | 42 mod->klp_info->secstrings = kmemdup(info->secstrings, size, GFP_KERNEL); in copy_module_elf() 43 if (!mod->klp_info->secstrings) { in copy_module_elf() 72 kfree(mod->klp_info->secstrings); in free_module_elf()
|
D | strict_rwx.c | 126 char *secstrings, struct module *mod) in module_enforce_rwx_sections() argument 137 mod->name, secstrings + sechdrs[i].sh_name, i); in module_enforce_rwx_sections()
|
D | internal.h | 64 char *secstrings, *strtab; member 226 char *secstrings, struct module *mod);
|
D | main.c | 189 && strcmp(info->secstrings + shdr->sh_name, name) == 0) in find_sec() 222 if (strcmp(info->secstrings + shdr->sh_name, name) == 0) in find_any_sec() 1412 info->secstrings, in apply_relocations() 1486 const char *sname = info->secstrings + s->sh_name; in layout_sections() 1521 const char *sname = info->secstrings + s->sh_name; in layout_sections() 1763 info->secstrings = (void *)info->hdr + strhdr->sh_offset; in elf_validity_check() 1768 if (info->secstrings[strhdr->sh_size - 1] != '\0') { in elf_validity_check() 2238 (long)shdr->sh_addr, info->secstrings + shdr->sh_name); in move_module() 2296 char *secstrings, in module_frob_arch_sections() argument 2335 info->secstrings, info->mod); in layout_and_allocate() [all …]
|
D | kallsyms.c | 70 if (strstarts(info->secstrings + sechdrs[sym->st_shndx].sh_name, in elf_type() 121 pr_debug("\t%s\n", info->secstrings + symsect->sh_name); in layout_symtab() 149 pr_debug("\t%s\n", info->secstrings + strsect->sh_name); in layout_symtab()
|
D | sysfs.c | 105 kstrdup(info->secstrings + sec->sh_name, GFP_KERNEL); in add_sect_attrs()
|
/kernel/ |
D | cfi.c | 51 char *secstrings; in module_cfi_finalize() local 57 secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_cfi_finalize() 60 if (strcmp(secstrings + sechdrs[i].sh_name, "__kcfi_traps")) in module_cfi_finalize()
|
/kernel/livepatch/ |
D | core.c | 778 info->secstrings, in klp_apply_object_relocs()
|