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 | 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/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/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/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/tools/perf/util/ |
H A D | symbol-elf.c | 158 const Elf_Data *secstrs) in elf_sec__name() argument 160 return secstrs->d_buf + shdr->sh_name; in elf_sec__name() 164 const Elf_Data *secstrs) in elf_sec__is_text() argument 166 return strstr(elf_sec__name(shdr, secstrs), "text") != NULL; in elf_sec__is_text() 170 const Elf_Data *secstrs) in elf_sec__is_data() argument 172 return strstr(elf_sec__name(shdr, secstrs), "data") != NULL; in elf_sec__is_data() 175 static bool elf_sec__filter(GElf_Shdr *shdr, Elf_Data *secstrs) in elf_sec__filter() argument 177 return elf_sec__is_text(shdr, secstrs) || in elf_sec__filter() 178 elf_sec__is_data(shdr, secstrs); in elf_sec__filter() 1549 Elf_Data *symstrs, *secstrs, *secstrs_ru in dso__load_sym_internal() 1554 Elf_Data *symstrs, *secstrs, *secstrs_run, *secstrs_sym; dso__load_sym_internal() local [all...] |