Home
last modified time | relevance | path

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

/bionic/tests/
Ddlfcn_test.cpp605 void* handle_for_main_executable = dlopen(nullptr, RTLD_NOW); in TEST() local
606 sym = dlsym(handle_for_main_executable, "dlopen_testlib_simple_func"); in TEST()
609 dlclose(handle_for_main_executable); in TEST()