Home
last modified time | relevance | path

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

/bionic/tests/libs/
Ddlopen_testlib_ifunc_variable_impl.cpp22 static uintptr_t g_flag = 0; variable
25 g_flag = reinterpret_cast<uintptr_t>(dlsym(RTLD_DEFAULT, "dlsym")); in init_flag()
47 return g_flag == 0 ? &var_false : &var_true; in is_ctor_called_ifun()
Ddlopen_testlib_ifunc.cpp22 static uintptr_t g_flag = 0; variable
25 g_flag = reinterpret_cast<uintptr_t>(dlsym(RTLD_DEFAULT, "dlsym")); in init_flag()
59 return g_flag == 0 ? return_false : return_true; in is_ctor_called_ifun()