Home
last modified time | relevance | path

Searched refs:elf_sec__name (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dsymbol-elf.c166 static inline const char *elf_sec__name(const GElf_Shdr *shdr, in elf_sec__name() function
175 return strstr(elf_sec__name(shdr, secstrs), "text") != NULL; in elf_sec__is_text()
181 return strstr(elf_sec__name(shdr, secstrs), "data") != NULL; in elf_sec__is_data()
1233 section_name = elf_sec__name(&shdr, secstrs); in dso__load_sym()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsymbol-elf.c156 static inline const char *elf_sec__name(const GElf_Shdr *shdr, in elf_sec__name() function
165 return strstr(elf_sec__name(shdr, secstrs), "text") != NULL; in elf_sec__is_text()
171 return strstr(elf_sec__name(shdr, secstrs), "data") != NULL; in elf_sec__is_data()
1665 section_name = elf_sec__name(&shdr, secstrs); in dso__load_sym_internal()

Completed in 7 milliseconds