Searched refs:secstrings (Results 26 - 30 of 30) sorted by relevance

12

/linux-master/kernel/module/
H A Dsysfs.c105 kstrdup(info->secstrings + sec->sh_name, GFP_KERNEL);
/linux-master/arch/sh/kernel/
H A Ddwarf.c1094 char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; local
1101 && !strcmp(secstrings+sechdrs[i].sh_name, ".eh_frame")) {
/linux-master/scripts/mod/
H A Dmodpost.c421 const char *secstrings; local
504 secstrings = (void *)hdr + sechdrs[info->secindex_strings].sh_offset;
514 secname = secstrings + sechdrs[i].sh_name;
/linux-master/include/linux/
H A Dmodule.h391 * @secstrings: String table for the section headers
397 char *secstrings; member in struct:klp_modinfo
/linux-master/kernel/livepatch/
H A Dcore.c801 info->secstrings,

Completed in 128 milliseconds

12