Home
last modified time | relevance | path

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

/kernel/
Dmodule.c303 char *secstrings, *strtab; member
356 && strcmp(info->secstrings + shdr->sh_name, name) == 0) in find_sec()
1504 sattr->name = kstrdup(info->secstrings + sec->sh_name, in add_sect_attrs()
2043 mod->klp_info->secstrings = kmalloc(size, GFP_KERNEL); in copy_module_elf()
2044 if (mod->klp_info->secstrings == NULL) { in copy_module_elf()
2048 memcpy(mod->klp_info->secstrings, info->secstrings, size); in copy_module_elf()
2075 kfree(mod->klp_info->secstrings); in free_module_elf()
2364 const char *sname = info->secstrings + s->sh_name; in layout_sections()
2397 const char *sname = info->secstrings + s->sh_name; in layout_sections()
2556 if (strstarts(info->secstrings + sechdrs[sym->st_shndx].sh_name, in elf_type()
[all …]
/kernel/livepatch/
Dcore.c280 secname = pmod->klp_info->secstrings + sec->sh_name; in klp_write_object_relocations()