Home
last modified time | relevance | path

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

/linux/arch/arm/kernel/
A Dmodule.c353 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_mod_section() local
356 if (strcmp(name, secstrs + s->sh_name) == 0) in find_mod_section()
370 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_finalize() local
378 const char *secname = secstrs + s->sh_name; in module_finalize()
/linux/tools/perf/util/
A 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
180 const Elf_Data *secstrs) in elf_sec__is_data() argument
187 return elf_sec__is_text(shdr, secstrs) || in elf_sec__filter()
188 elf_sec__is_data(shdr, secstrs); in elf_sec__filter()
1085 Elf_Data *symstrs, *secstrs, *secstrs_run, *secstrs_sym; in dso__load_sym_internal() local
1230 secstrs = secstrs_sym; in dso__load_sym_internal()
1244 secstrs = secstrs_run; in dso__load_sym_internal()
1247 if (is_label && !elf_sec__filter(&shdr, secstrs)) in dso__load_sym_internal()
[all …]
/linux/arch/arm64/kernel/
A Dmodule.c483 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section() local
486 if (strcmp(name, secstrs + s->sh_name) == 0) in find_section()

Completed in 10 milliseconds