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

/linux-master/arch/arm64/include/asm/
H A Dmodule.h58 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; local
/linux-master/arch/riscv/include/asm/
H A Dmodule.h120 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; local
/linux-master/arch/arm/kernel/
H A Dmodule.c441 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; local
458 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; local
/linux-master/arch/loongarch/kernel/
H A Dmodule.c519 const char *secstrs = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset; local
/linux-master/tools/perf/util/
H A Dsymbol-elf.c175 static bool elf_sec__filter(GElf_Shdr *shdr, Elf_Data *secstrs) argument
1554 Elf_Data *symstrs, *secstrs, *secstrs_ru local
157 elf_sec__name(const GElf_Shdr *shdr, const Elf_Data *secstrs) argument
163 elf_sec__is_text(const GElf_Shdr *shdr, const Elf_Data *secstrs) argument
169 elf_sec__is_data(const GElf_Shdr *shdr, const Elf_Data *secstrs) argument
[all...]

Completed in 137 milliseconds