Searched defs:secstrs (Results 1 - 8 of 8) sorted by relevance
| /kernel/linux/linux-6.6/arch/arm64/include/asm/ |
| H A D | module.h | 59 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 D | module.h | 120 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 D | module.c | 479 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 D | module.c | 353 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 D | module.c | 519 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 D | module.c | 441 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 D | symbol-elf.c | 184 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 D | symbol-elf.c | 174 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 11 milliseconds