Home
last modified time | relevance | path

Searched refs:secstrings (Results 26 – 31 of 31) sorted by relevance

12

/openbmc/linux/arch/mips/kernel/
H A Dmodule.c430 char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_finalize() local
437 if (strcmp("__dbe_table", secstrings + s->sh_name) != 0) in module_finalize()
/openbmc/linux/arch/sh/kernel/
H A Ddwarf.c1094 char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_dwarf_finalize() local
1101 && !strcmp(secstrings+sechdrs[i].sh_name, ".eh_frame")) { in module_dwarf_finalize()
/openbmc/linux/kernel/module/
H A Dsysfs.c105 kstrdup(info->secstrings + sec->sh_name, GFP_KERNEL); in add_sect_attrs()
/openbmc/linux/include/linux/
H A Dmodule.h397 char *secstrings; member
/openbmc/linux/scripts/mod/
H A Dmodpost.c429 const char *secstrings; in parse_elf() local
514 secstrings = (void *)hdr + sechdrs[info->secindex_strings].sh_offset; in parse_elf()
525 secname = secstrings + sechdrs[i].sh_name; in parse_elf()
/openbmc/linux/kernel/livepatch/
H A Dcore.c801 info->secstrings, in klp_write_object_relocs()

12