HomeSort by relevance Sort by last modified time
    Searched refs:is_ctor_called_ifun (Results 1 - 2 of 2) sorted by null

  /bionic/tests/libs/
dlopen_testlib_ifunc.cpp 28 static const char* is_ctor_called() __attribute__ ((ifunc("is_ctor_called_ifun")));
33 extern "C" const char* is_ctor_called_jump_slot() __attribute__ ((ifunc("is_ctor_called_ifun")));
58 extern "C" fn_ptr is_ctor_called_ifun() { function
dlopen_testlib_ifunc_variable_impl.cpp 28 static const char* is_ctor_called() __attribute__ ((ifunc("is_ctor_called_ifun")));
33 extern "C" const char* is_ctor_called_jump_slot() __attribute__ ((ifunc("is_ctor_called_ifun")));
46 extern "C" void* is_ctor_called_ifun() { function

Completed in 125 milliseconds