Home
last modified time | relevance | path

Searched defs:secstrs (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dmodule.h59 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section() local
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dmodule.h120 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section() local
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dmodule.c479 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_section() local
/kernel/linux/linux-5.10/arch/arm/kernel/
H A 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
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dmodule.c519 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_finalize() local
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dmodule.c441 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in find_mod_section() local
458 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; in module_finalize() local
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsymbol-elf.c184 static bool elf_sec__filter(GElf_Shdr *shdr, Elf_Data *secstrs) in elf_sec__filter() argument
1073 Elf_Data *symstrs, *secstrs; in dso__load_sym() local
166 elf_sec__name(const GElf_Shdr *shdr, const Elf_Data *secstrs) elf_sec__name() argument
172 elf_sec__is_text(const GElf_Shdr *shdr, const Elf_Data *secstrs) elf_sec__is_text() argument
178 elf_sec__is_data(const GElf_Shdr *shdr, const Elf_Data *secstrs) elf_sec__is_data() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsymbol-elf.c174 static bool elf_sec__filter(GElf_Shdr *shdr, Elf_Data *secstrs) in elf_sec__filter() argument
1489 Elf_Data *symstrs, *secstrs, *secstrs_ru in dso__load_sym_internal() local
156 elf_sec__name(const GElf_Shdr *shdr, const Elf_Data *secstrs) elf_sec__name() argument
162 elf_sec__is_text(const GElf_Shdr *shdr, const Elf_Data *secstrs) elf_sec__is_text() argument
168 elf_sec__is_data(const GElf_Shdr *shdr, const Elf_Data *secstrs) elf_sec__is_data() argument
[all...]

Completed in 10 milliseconds