Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dsymbol-elf.c128 static inline bool elf_sym__is_object(const GElf_Sym *sym) in elf_sym__is_object() function
147 return elf_sym__is_function(sym) || elf_sym__is_object(sym); in elf_sym__filter()