Home
last modified time | relevance | path

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

/Linux-v5.15/arch/arm/kernel/
Dmodule.c353 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_mod_section() local
370 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_finalize() local
/Linux-v5.15/arch/arm64/kernel/
Dmodule.c483 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section() local
/Linux-v5.15/tools/perf/util/
Dsymbol-elf.c168 const Elf_Data *secstrs) in elf_sec__name()
174 const Elf_Data *secstrs) in elf_sec__is_text()
180 const Elf_Data *secstrs) in elf_sec__is_data()
185 static bool elf_sec__filter(GElf_Shdr *shdr, Elf_Data *secstrs) in elf_sec__filter()
1085 Elf_Data *symstrs, *secstrs, *secstrs_run, *secstrs_sym; in dso__load_sym_internal() local