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