/linux-6.3-rc2/arch/x86/kernel/ |
A D | module.c | 285 if (!strcmp(".altinstructions", secstrings + s->sh_name)) in module_finalize() 287 if (!strcmp(".smp_locks", secstrings + s->sh_name)) in module_finalize() 289 if (!strcmp(".parainstructions", secstrings + s->sh_name)) in module_finalize() 291 if (!strcmp(".orc_unwind", secstrings + s->sh_name)) in module_finalize() 293 if (!strcmp(".orc_unwind_ip", secstrings + s->sh_name)) in module_finalize() 295 if (!strcmp(".retpoline_sites", secstrings + s->sh_name)) in module_finalize() 297 if (!strcmp(".return_sites", secstrings + s->sh_name)) in module_finalize() 299 if (!strcmp(".call_sites", secstrings + s->sh_name)) in module_finalize() 301 if (!strcmp(".cfi_sites", secstrings + s->sh_name)) in module_finalize() 303 if (!strcmp(".ibt_endbr_seal", secstrings + s->sh_name)) in module_finalize()
|
/linux-6.3-rc2/arch/hexagon/kernel/ |
A D | module.c | 37 secstrings + sechdrs[i].sh_name); in module_frob_arch_sections() 38 if (strcmp(secstrings + sechdrs[i].sh_name, ".plt") == 0) in module_frob_arch_sections() 40 if (strcmp(secstrings + sechdrs[i].sh_name, ".got.plt") == 0) in module_frob_arch_sections() 42 if (strcmp(secstrings + sechdrs[i].sh_name, ".rela.plt") == 0) in module_frob_arch_sections()
|
/linux-6.3-rc2/tools/perf/util/ |
A D | genelf.c | 196 shdr->sh_name = 104; in jit_add_eh_frame_info() 230 shdr->sh_name = 90; in jit_add_eh_frame_info() 332 shdr->sh_name = 1; in jit_write_elf() 379 shdr->sh_name = 7; /* offset of '.shstrtab' in shd_string_table */ in jit_write_elf() 415 shdr->sh_name = 17; /* offset of '.symtab' in shd_string_table */ in jit_write_elf() 458 shdr->sh_name = 25; /* offset in shd_string_table */ in jit_write_elf() 500 shdr->sh_name = 33; /* offset in shd_string_table */ in jit_write_elf()
|
A D | genelf_debug.c | 527 shdr->sh_name = 52; /* .debug_line */ in jit_add_debug_info() 561 shdr->sh_name = 64; /* .debug_info */ in jit_add_debug_info() 595 shdr->sh_name = 76; /* .debug_info */ in jit_add_debug_info()
|
/linux-6.3-rc2/arch/arc/kernel/ |
A D | module.c | 67 module->arch.secstr + sechdrs[tgtsec].sh_name, tgt_addr); in apply_relocate_add() 86 s = module->arch.secstr + sechdrs[sym_entry->st_shndx].sh_name; in apply_relocate_add() 114 if (strcmp(module->arch.secstr+sechdrs[tgtsec].sh_name, ".eh_frame") == 0) in apply_relocate_add()
|
/linux-6.3-rc2/arch/loongarch/kernel/ |
A D | module-sections.c | 113 if (!strcmp(secstrings + sechdrs[i].sh_name, ".got")) in module_frob_arch_sections() 115 else if (!strcmp(secstrings + sechdrs[i].sh_name, ".plt")) in module_frob_arch_sections() 117 else if (!strcmp(secstrings + sechdrs[i].sh_name, ".plt.idx")) in module_frob_arch_sections() 119 else if (!strcmp(secstrings + sechdrs[i].sh_name, ".ftrace_trampoline")) in module_frob_arch_sections()
|
/linux-6.3-rc2/arch/riscv/kernel/ |
A D | module-sections.c | 101 if (!strcmp(secstrings + sechdrs[i].sh_name, ".plt")) in module_frob_arch_sections() 103 else if (!strcmp(secstrings + sechdrs[i].sh_name, ".got")) in module_frob_arch_sections() 105 else if (!strcmp(secstrings + sechdrs[i].sh_name, ".got.plt")) in module_frob_arch_sections()
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | module_32.c | 86 if ((strstr(secstrings + sechdrs[i].sh_name, ".init") != NULL) in get_plt_size() 91 if (strstr(secstrings + sechdrs[i].sh_name, ".debug")) in get_plt_size() 129 if (strcmp(secstrings + sechdrs[i].sh_name, ".init.plt") == 0) in module_frob_arch_sections() 131 else if (strcmp(secstrings + sechdrs[i].sh_name, ".plt") == 0) in module_frob_arch_sections()
|
A D | module_64.c | 298 if (strcmp(secstrings + sechdrs[i].sh_name, ".stubs") == 0) in module_frob_arch_sections() 300 else if (strcmp(secstrings + sechdrs[i].sh_name, ".toc") == 0) { in module_frob_arch_sections() 305 else if (strcmp(secstrings+sechdrs[i].sh_name,"__versions")==0) in module_frob_arch_sections()
|
A D | module.c | 31 if (strcmp(secstrings+sechdrs[i].sh_name, name) == 0) in find_section()
|
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | module-plts.c | 305 if (!strcmp(secstrings + sechdrs[i].sh_name, ".plt")) in module_frob_arch_sections() 307 else if (!strcmp(secstrings + sechdrs[i].sh_name, ".init.plt")) in module_frob_arch_sections() 309 else if (!strcmp(secstrings + sechdrs[i].sh_name, in module_frob_arch_sections() 346 if (!str_has_prefix(secstrings + dstsec->sh_name, ".init")) in module_frob_arch_sections()
|
/linux-6.3-rc2/arch/arm/kernel/ |
A D | module-plts.c | 227 if (strcmp(".plt", secstrings + s->sh_name) == 0) in module_frob_arch_sections() 229 else if (strcmp(".init.plt", secstrings + s->sh_name) == 0) in module_frob_arch_sections() 259 if (strncmp(secstrings + dstsec->sh_name, ".init", 5) != 0) in module_frob_arch_sections()
|
/linux-6.3-rc2/tools/objtool/ |
A D | orc_dump.c | 126 name = elf_strptr(elf, shstrtab_idx, sh.sh_name); in orc_dump() 186 name = elf_strptr(elf, shstrtab_idx, sh.sh_name); in orc_dump()
|
/linux-6.3-rc2/arch/sparc/kernel/ |
A D | module.c | 191 if (!strcmp(".sun4v_1insn_patch", secstrings + s->sh_name)) in do_patch_sections() 193 if (!strcmp(".sun4v_2insn_patch", secstrings + s->sh_name)) in do_patch_sections()
|
/linux-6.3-rc2/arch/ia64/kernel/ |
A D | module.c | 434 if (strcmp(".core.plt", secstrings + s->sh_name) == 0) in module_frob_arch_sections() 436 else if (strcmp(".init.plt", secstrings + s->sh_name) == 0) in module_frob_arch_sections() 438 else if (strcmp(".got", secstrings + s->sh_name) == 0) in module_frob_arch_sections() 440 else if (strcmp(".opd", secstrings + s->sh_name) == 0) in module_frob_arch_sections() 442 else if (strcmp(".IA_64.unwind", secstrings + s->sh_name) == 0) in module_frob_arch_sections() 460 if (strstr(secstrings + s->sh_name, ".init")) in module_frob_arch_sections()
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | module.h | 70 if (strcmp(name, secstrs + s->sh_name) == 0) in find_section()
|
/linux-6.3-rc2/arch/x86/entry/vdso/ |
A D | vdso2c.h | 112 if (!strcmp(secstrings + GET_LE(&sh->sh_name), in BITSFUNC() 115 if (!strcmp(secstrings + GET_LE(&sh->sh_name), "__ex_table")) in BITSFUNC()
|
/linux-6.3-rc2/kernel/ |
A D | cfi.c | 60 if (strcmp(secstrings + sechdrs[i].sh_name, "__kcfi_traps")) in module_cfi_finalize()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | elf.h | 309 Elf32_Word sh_name; member 322 Elf64_Word sh_name; /* Section name, index in string tbl */ member
|
/linux-6.3-rc2/arch/riscv/include/asm/ |
A D | module.h | 123 if (strcmp(name, secstrs + s->sh_name) == 0) in find_section()
|
/linux-6.3-rc2/kernel/module/ |
A 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()
|
A D | strict_rwx.c | 137 mod->name, secstrings + sechdrs[i].sh_name, i); in module_enforce_rwx_sections()
|
/linux-6.3-rc2/arch/sparc/vdso/ |
A D | vma.c | 78 if (!strcmp(snames+shdrs[i].sh_name, name)) { in one_section64() 146 if (!strcmp(snames+shdrs[i].sh_name, name)) { in one_section32()
|
/linux-6.3-rc2/arch/mips/vdso/ |
A D | genvdso.h | 24 name = shstrtab + swap_uint32(shdr->sh_name); in FUNC()
|
/linux-6.3-rc2/scripts/ |
A D | recordmcount.h | 307 mcsec.sh_name = w((sizeof(Elf_Rela) == rel_entsize) + strlen(".rel") in append_func() 321 mcsec.sh_name = w(old_shstr_sh_size); in append_func() 560 char const *const txtname = &shstrtab[w(txthdr->sh_name)]; in __has_rel_mcount()
|