Home
last modified time | relevance | path

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

/openbmc/linux/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()