Searched refs:ifunc (Results 1 – 7 of 7) sorted by relevance
34 int ifunc() __attribute__((ifunc("resolver")));36 TEST(ifunc, function) { in TEST() argument37 ASSERT_EQ(42, ifunc()); in TEST()71 int hwcap() __attribute__((ifunc("hwcap_resolver")));73 TEST(ifunc, hwcap) { in TEST() argument
310 TEST(dlfcn, ifunc) { in TEST() argument
28 static const char* is_ctor_called() __attribute__ ((ifunc("is_ctor_called_ifun")));30 extern "C" const char* foo() __attribute__ ((ifunc ("foo_ifunc")));33 extern "C" const char* is_ctor_called_jump_slot() __attribute__ ((ifunc("is_ctor_called_ifun")));
1105 // Library used by ifunc tests
44 name##_func name __attribute__((ifunc(#name "_resolver"))); \
153 // some of this code runs before ifunc resolvers have made string.h functions work, so compile with196 // from the linker before ifunc resolvers have made string.h functions available.1523 // excludes functions selected using ifunc's (e.g. for string.h). Link in either