Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dsymbol-elf.c127 #ifndef STT_GNU_IFUNC
128 #define STT_GNU_IFUNC 10 macro
134 elf_sym__type(sym) == STT_GNU_IFUNC) && in elf_sym__is_function()
Dprobe-event.c388 if (sym->type == STT_GNU_IFUNC) in find_alternative_probe_point()