secstrings 65 arch/alpha/kernel/module.c char *secstrings, struct module *me) secstrings 81 arch/alpha/kernel/module.c else if (!strcmp(".got", secstrings + s->sh_name)) { secstrings 189 arch/arm/kernel/module-plts.c char *secstrings, struct module *mod) secstrings 201 arch/arm/kernel/module-plts.c if (strcmp(".plt", secstrings + s->sh_name) == 0) secstrings 203 arch/arm/kernel/module-plts.c else if (strcmp(".init.plt", secstrings + s->sh_name) == 0) secstrings 233 arch/arm/kernel/module-plts.c if (strncmp(secstrings + dstsec->sh_name, ".init", 5) != 0) secstrings 256 arch/arm64/kernel/module-plts.c char *secstrings, struct module *mod) secstrings 269 arch/arm64/kernel/module-plts.c if (!strcmp(secstrings + sechdrs[i].sh_name, ".plt")) secstrings 271 arch/arm64/kernel/module-plts.c else if (!strcmp(secstrings + sechdrs[i].sh_name, ".init.plt")) secstrings 274 arch/arm64/kernel/module-plts.c !strcmp(secstrings + sechdrs[i].sh_name, secstrings 305 arch/arm64/kernel/module-plts.c if (!str_has_prefix(secstrings + dstsec->sh_name, ".init")) secstrings 28 arch/hexagon/kernel/module.c char *secstrings, secstrings 37 arch/hexagon/kernel/module.c secstrings + sechdrs[i].sh_name); secstrings 38 arch/hexagon/kernel/module.c if (strcmp(secstrings + sechdrs[i].sh_name, ".plt") == 0) secstrings 40 arch/hexagon/kernel/module.c if (strcmp(secstrings + sechdrs[i].sh_name, ".got.plt") == 0) secstrings 42 arch/hexagon/kernel/module.c if (strcmp(secstrings + sechdrs[i].sh_name, ".rela.plt") == 0) secstrings 423 arch/ia64/kernel/module.c module_frob_arch_sections (Elf_Ehdr *ehdr, Elf_Shdr *sechdrs, char *secstrings, secstrings 434 arch/ia64/kernel/module.c if (strcmp(".core.plt", secstrings + s->sh_name) == 0) secstrings 436 arch/ia64/kernel/module.c else if (strcmp(".init.plt", secstrings + s->sh_name) == 0) secstrings 438 arch/ia64/kernel/module.c else if (strcmp(".got", secstrings + s->sh_name) == 0) secstrings 440 arch/ia64/kernel/module.c else if (strcmp(".opd", secstrings + s->sh_name) == 0) secstrings 442 arch/ia64/kernel/module.c else if (strcmp(".IA_64.unwind", secstrings + s->sh_name) == 0) secstrings 460 arch/ia64/kernel/module.c if (strstr(secstrings + s->sh_name, ".init")) secstrings 435 arch/mips/kernel/module.c char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; secstrings 442 arch/mips/kernel/module.c if (strcmp("__dbe_table", secstrings + s->sh_name) != 0) secstrings 183 arch/mips/kernel/vpe.c Elf_Shdr *sechdrs, const char *secstrings) secstrings 480 arch/mips/kernel/vpe.c const char *secstrings, secstrings 490 arch/mips/kernel/vpe.c if (strncmp(secstrings + sechdrs[i].sh_name, ".bss", 4) == 0) { secstrings 581 arch/mips/kernel/vpe.c char *secstrings, *strtab = NULL; secstrings 613 arch/mips/kernel/vpe.c secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; secstrings 641 arch/mips/kernel/vpe.c layout_sections(&mod, hdr, sechdrs, secstrings); secstrings 666 arch/mips/kernel/vpe.c secstrings + sechdrs[i].sh_name, secstrings 671 arch/mips/kernel/vpe.c simplify_symbols(sechdrs, symindex, strtab, secstrings, secstrings 24 arch/nds32/kernel/module.c char *secstrings, struct module *mod) secstrings 300 arch/parisc/kernel/module.c CONST char *secstrings, secstrings 316 arch/parisc/kernel/module.c if (strncmp(secstrings + sechdrs[i].sh_name, secstrings 864 arch/parisc/kernel/module.c char *secstrings; secstrings 940 arch/parisc/kernel/module.c secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; secstrings 943 arch/parisc/kernel/module.c char *secname = secstrings + s->sh_name; secstrings 24 arch/powerpc/kernel/module.c char *secstrings; secstrings 27 arch/powerpc/kernel/module.c secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; secstrings 29 arch/powerpc/kernel/module.c if (strcmp(secstrings+sechdrs[i].sh_name, name) == 0) secstrings 89 arch/powerpc/kernel/module_32.c const char *secstrings, secstrings 100 arch/powerpc/kernel/module_32.c if ((strstr(secstrings + sechdrs[i].sh_name, ".init") != NULL) secstrings 105 arch/powerpc/kernel/module_32.c if (strstr(secstrings + sechdrs[i].sh_name, ".debug")) secstrings 136 arch/powerpc/kernel/module_32.c char *secstrings, secstrings 143 arch/powerpc/kernel/module_32.c if (strcmp(secstrings + sechdrs[i].sh_name, ".init.plt") == 0) secstrings 145 arch/powerpc/kernel/module_32.c else if (strcmp(secstrings + sechdrs[i].sh_name, ".plt") == 0) secstrings 155 arch/powerpc/kernel/module_32.c = get_plt_size(hdr, sechdrs, secstrings, 0); secstrings 157 arch/powerpc/kernel/module_32.c = get_plt_size(hdr, sechdrs, secstrings, 1); secstrings 340 arch/powerpc/kernel/module_64.c char *secstrings, secstrings 348 arch/powerpc/kernel/module_64.c if (strcmp(secstrings + sechdrs[i].sh_name, ".stubs") == 0) secstrings 350 arch/powerpc/kernel/module_64.c else if (strcmp(secstrings + sechdrs[i].sh_name, ".toc") == 0) { secstrings 355 arch/powerpc/kernel/module_64.c else if (strcmp(secstrings+sechdrs[i].sh_name,"__versions")==0) secstrings 360 arch/powerpc/kernel/module_64.c while ((p = strstr(secstrings + sechdrs[i].sh_name, ".init"))) secstrings 91 arch/riscv/kernel/module-sections.c char *secstrings, struct module *mod) secstrings 101 arch/riscv/kernel/module-sections.c if (!strcmp(secstrings + sechdrs[i].sh_name, ".plt")) secstrings 103 arch/riscv/kernel/module-sections.c else if (!strcmp(secstrings + sechdrs[i].sh_name, ".got")) secstrings 105 arch/riscv/kernel/module-sections.c else if (!strcmp(secstrings + sechdrs[i].sh_name, ".got.plt")) secstrings 110 arch/s390/kernel/module.c char *secstrings, struct module *me) secstrings 445 arch/s390/kernel/module.c char *secstrings, *secname; secstrings 465 arch/s390/kernel/module.c secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; secstrings 468 arch/s390/kernel/module.c secname = secstrings + s->sh_name; secstrings 1094 arch/sh/kernel/dwarf.c char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; secstrings 1101 arch/sh/kernel/dwarf.c && !strcmp(secstrings+sechdrs[i].sh_name, ".eh_frame")) { secstrings 57 arch/sparc/kernel/module.c char *secstrings, secstrings 188 arch/sparc/kernel/module.c char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; secstrings 191 arch/sparc/kernel/module.c if (!strcmp(".sun4v_1insn_patch", secstrings + s->sh_name)) secstrings 193 arch/sparc/kernel/module.c if (!strcmp(".sun4v_2insn_patch", secstrings + s->sh_name)) secstrings 21 arch/x86/entry/vdso/vdso2c.h const char *secstrings; secstrings 71 arch/x86/entry/vdso/vdso2c.h secstrings = raw_addr + GET_LE(&secstrings_hdr->sh_offset); secstrings 78 arch/x86/entry/vdso/vdso2c.h if (!strcmp(secstrings + GET_LE(&sh->sh_name), secstrings 31 arch/x86/kernel/livepatch.c cnt = sscanf(info->secstrings + s->sh_name, secstrings 226 arch/x86/kernel/module.c char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; secstrings 229 arch/x86/kernel/module.c if (!strcmp(".text", secstrings + s->sh_name)) secstrings 231 arch/x86/kernel/module.c if (!strcmp(".altinstructions", secstrings + s->sh_name)) secstrings 233 arch/x86/kernel/module.c if (!strcmp(".smp_locks", secstrings + s->sh_name)) secstrings 235 arch/x86/kernel/module.c if (!strcmp(".parainstructions", secstrings + s->sh_name)) secstrings 237 arch/x86/kernel/module.c if (!strcmp(".orc_unwind", secstrings + s->sh_name)) secstrings 239 arch/x86/kernel/module.c if (!strcmp(".orc_unwind_ip", secstrings + s->sh_name)) secstrings 342 include/linux/module.h char *secstrings; secstrings 19 include/linux/moduleloader.h char *secstrings, secstrings 264 kernel/livepatch/core.c secname = pmod->klp_info->secstrings + sec->sh_name; secstrings 18 kernel/module-internal.h char *secstrings, *strtab; secstrings 352 kernel/module.c && strcmp(info->secstrings + shdr->sh_name, name) == 0) secstrings 1569 kernel/module.c sattr->name = kstrdup(info->secstrings + sec->sh_name, secstrings 2126 kernel/module.c mod->klp_info->secstrings = kmemdup(info->secstrings, size, GFP_KERNEL); secstrings 2127 kernel/module.c if (mod->klp_info->secstrings == NULL) { secstrings 2157 kernel/module.c kfree(mod->klp_info->secstrings); secstrings 2441 kernel/module.c const char *sname = info->secstrings + s->sh_name; secstrings 2474 kernel/module.c const char *sname = info->secstrings + s->sh_name; secstrings 2651 kernel/module.c if (strstarts(info->secstrings + sechdrs[sym->st_shndx].sh_name, secstrings 2702 kernel/module.c pr_debug("\t%s\n", info->secstrings + symsect->sh_name); secstrings 2729 kernel/module.c pr_debug("\t%s\n", info->secstrings + strsect->sh_name); secstrings 3031 kernel/module.c if (module_exit_section(info->secstrings+shdr->sh_name)) secstrings 3057 kernel/module.c info->secstrings = (void *)info->hdr secstrings 3309 kernel/module.c (long)shdr->sh_addr, info->secstrings + shdr->sh_name); secstrings 3381 kernel/module.c char *secstrings, secstrings 3420 kernel/module.c info->secstrings, info->mod); secstrings 90 lib/bug.c char *secstrings; secstrings 99 lib/bug.c secstrings = (char *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; secstrings 101 lib/bug.c if (strcmp(secstrings+sechdrs[i].sh_name, "__bug_table")) secstrings 486 scripts/mod/modpost.c const char *secstrings; secstrings 568 scripts/mod/modpost.c secstrings = (void *)hdr + sechdrs[info->secindex_strings].sh_offset; secstrings 580 scripts/mod/modpost.c secname = secstrings + sechdrs[i].sh_name;