Searched refs:g_flag (Results 1 - 2 of 2) sorted by path

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

Completed in 44 milliseconds