Searched defs:sym_after_dlclose (Results 1 - 1 of 1) sorted by last modified time

/bionic/tests/
H A Ddlfcn_test.cpp701 void* sym_after_dlclose = dlsym(RTLD_DEFAULT, "dlopen_testlib_simple_func"); local
702 ASSERT_EQ(sym, sym_after_dlclose);

Completed in 80 milliseconds