Home
last modified time | relevance | path

Searched refs:secstrs (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/arch/arm/kernel/
Dmodule.c443 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_mod_section() local
446 if (strcmp(name, secstrs + s->sh_name) == 0) in find_mod_section()
460 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_finalize() local
468 const char *secname = secstrs + s->sh_name; in module_finalize()
/linux-5.19.10/tools/perf/util/
Dsymbol-elf.c168 const Elf_Data *secstrs) in elf_sec__name() argument
170 return secstrs->d_buf + shdr->sh_name; in elf_sec__name()
174 const Elf_Data *secstrs) in elf_sec__is_text() argument
176 return strstr(elf_sec__name(shdr, secstrs), "text") != NULL; in elf_sec__is_text()
180 const Elf_Data *secstrs) in elf_sec__is_data() argument
182 return strstr(elf_sec__name(shdr, secstrs), "data") != NULL; in elf_sec__is_data()
185 static bool elf_sec__filter(GElf_Shdr *shdr, Elf_Data *secstrs) in elf_sec__filter() argument
187 return elf_sec__is_text(shdr, secstrs) || in elf_sec__filter()
188 elf_sec__is_data(shdr, secstrs); in elf_sec__filter()
1112 Elf_Data *symstrs, *secstrs, *secstrs_run, *secstrs_sym; in dso__load_sym_internal() local
[all …]
/linux-5.19.10/arch/arm64/kernel/
Dmodule.c484 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section() local
487 if (strcmp(name, secstrs + s->sh_name) == 0) in find_section()
/linux-5.19.10/arch/riscv/kernel/
Dmodule.c437 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section() local
440 if (strcmp(name, secstrs + s->sh_name) == 0) in find_section()