Searched refs:handle_for_main_executable (Results 1 – 1 of 1) sorted by relevance
605 void* handle_for_main_executable = dlopen(nullptr, RTLD_NOW); in TEST() local606 sym = dlsym(handle_for_main_executable, "dlopen_testlib_simple_func"); in TEST()609 dlclose(handle_for_main_executable); in TEST()