Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/tests/
H A Dsymbols.c122 if (sym->type != STT_FUNC && sym->type != STT_GNU_IFUNC) in test_dso()
/linux-6.15/tools/perf/util/
H A Dsymbol-elf.c118 #ifndef STT_GNU_IFUNC
119 #define STT_GNU_IFUNC 10 macro
125 elf_sym__type(sym) == STT_GNU_IFUNC) && in elf_sym__is_function()
424 if (!sym || sym->start != addr || (sym->type != STT_GNU_IFUNC && !sym->ifunc_alias)) in get_ifunc_name()
H A Dsymbol.c223 if (next->type == STT_GNU_IFUNC) in symbols__fixup_duplicate()
229 if (curr->type == STT_GNU_IFUNC) in symbols__fixup_duplicate()
H A Dprobe-event.c417 if (sym->type == STT_GNU_IFUNC) in find_alternative_probe_point()