Home
last modified time | relevance | path

Searched refs:STT_GNU_IFUNC (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/tools/perf/tests/
H A Dsymbols.c78 if (sym->type != STT_FUNC && sym->type != STT_GNU_IFUNC) in test_dso()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsymbol-elf.c116 #ifndef STT_GNU_IFUNC
117 #define STT_GNU_IFUNC 10 macro
123 elf_sym__type(sym) == STT_GNU_IFUNC) && in elf_sym__is_function()
420 if (!sym || sym->start != addr || (sym->type != STT_GNU_IFUNC && !sym->ifunc_alias)) in get_ifunc_name()
H A Dsymbol.c214 if (next->type == STT_GNU_IFUNC) in symbols__fixup_duplicate()
220 if (curr->type == STT_GNU_IFUNC) in symbols__fixup_duplicate()
H A Dprobe-event.c400 if (sym->type == STT_GNU_IFUNC) in find_alternative_probe_point()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsymbol-elf.c126 #ifndef STT_GNU_IFUNC
127 #define STT_GNU_IFUNC 10 macro
133 elf_sym__type(sym) == STT_GNU_IFUNC) && in elf_sym__is_function()
H A Dprobe-event.c389 if (sym->type == STT_GNU_IFUNC) in find_alternative_probe_point()

Completed in 20 milliseconds