Home
last modified time | relevance | path

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

/bionic/tests/
Datexit_test.cpp46 int_fn get_cxx_ctor_called, get_attr_ctor_called; in TEST() local
47 get_cxx_ctor_called = reinterpret_cast<int_fn>(dlsym(handle, "get_cxx_ctor_called")); in TEST()
49 ASSERT_TRUE(get_cxx_ctor_called != nullptr); in TEST()
52 ASSERT_EQ(1, get_cxx_ctor_called()); in TEST()
/bionic/tests/libs/
Datexit_testlib.cpp95 extern "C" int get_cxx_ctor_called() { in get_cxx_ctor_called() function