Searched refs:secstrs (Results 1 – 6 of 6) sorted by relevance
| /linux/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/arch/arm64/include/asm/ |
| H A D | module.h | 59 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section() local 62 if (strcmp(name, secstrs + s->sh_name) == 0) in find_section()
|
| /linux/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/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/arch/loongarch/kernel/ |
| H A D | module.c | 609 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_finalize() local 613 if (!strcmp(".altinstructions", secstrs + s->sh_name)) in module_finalize() 615 if (!strcmp(".orc_unwind", secstrs + s->sh_name)) in module_finalize() 617 if (!strcmp(".orc_unwind_ip", secstrs + s->sh_name)) in module_finalize() 619 if (!strcmp(".ftrace_trampoline", secstrs + s->sh_name)) in module_finalize()
|
| /linux/tools/perf/util/ |
| H A D | symbol-elf.c | 144 const Elf_Data *secstrs) in elf_sec__name() argument 146 return secstrs->d_buf + shdr->sh_name; in elf_sec__name() 150 const Elf_Data *secstrs) in elf_sec__is_text() argument 152 return strstr(elf_sec__name(shdr, secstrs), "text") != NULL; in elf_sec__is_text() 156 const Elf_Data *secstrs) in elf_sec__is_data() argument 158 return strstr(elf_sec__name(shdr, secstrs), "data") != NULL; in elf_sec__is_data() 161 static bool elf_sec__filter(GElf_Shdr *shdr, Elf_Data *secstrs) in elf_sec__filter() argument 163 return elf_sec__is_text(shdr, secstrs) || in elf_sec__filter() 164 elf_sec__is_data(shdr, secstrs); in elf_sec__filter() 1477 Elf_Data *symstrs, *secstrs, *secstrs_ru in dso__load_sym_internal() 1475 Elf_Data *symstrs, *secstrs, *secstrs_run, *secstrs_sym; dso__load_sym_internal() local [all...] |