Searched refs:secstrs (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/arch/s390/include/asm/ |
| H A D | module.h | 45 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section() local 49 if (strcmp(name, secstrs + s->sh_name) == 0) in find_section()
|
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | module.h | 58 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section() local 61 if (strcmp(name, secstrs + s->sh_name) == 0) in find_section()
|
| /linux-6.15/arch/riscv/include/asm/ |
| H A D | module.h | 120 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section() local 123 if (strcmp(name, secstrs + s->sh_name) == 0) in find_section()
|
| /linux-6.15/arch/loongarch/kernel/ |
| H A D | module.c | 513 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_finalize() local 517 if (!strcmp(".altinstructions", secstrs + s->sh_name)) in module_finalize() 519 if (!strcmp(".orc_unwind", secstrs + s->sh_name)) in module_finalize() 521 if (!strcmp(".orc_unwind_ip", secstrs + s->sh_name)) in module_finalize() 523 if (!strcmp(".ftrace_trampoline", secstrs + s->sh_name)) in module_finalize()
|
| /linux-6.15/arch/arm/kernel/ |
| H A D | module.c | 402 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_mod_section() local 405 if (strcmp(name, secstrs + s->sh_name) == 0) in find_mod_section() 419 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_finalize() local 427 const char *secname = secstrs + s->sh_name; in module_finalize()
|
| /linux-6.15/tools/perf/util/ |
| H A D | symbol-elf.c | 159 const Elf_Data *secstrs) in elf_sec__name() argument 161 return secstrs->d_buf + shdr->sh_name; in elf_sec__name() 165 const Elf_Data *secstrs) in elf_sec__is_text() argument 167 return strstr(elf_sec__name(shdr, secstrs), "text") != NULL; in elf_sec__is_text() 171 const Elf_Data *secstrs) in elf_sec__is_data() argument 178 return elf_sec__is_text(shdr, secstrs) || in elf_sec__filter() 179 elf_sec__is_data(shdr, secstrs); in elf_sec__filter() 1774 secstrs = secstrs_sym; in dso__load_sym_internal() 1788 secstrs = secstrs_run; in dso__load_sym_internal() 1791 if (is_label && !elf_sec__filter(&shdr, secstrs)) in dso__load_sym_internal() [all …]
|