Searched refs:RTLD_NOLOAD (Results 1 – 7 of 7) sorted by relevance
40 handle = dlopen("libpthread.so", RTLD_NOLOAD); in main()
55 RTLD_NOLOAD); in ATF_TEST_CASE_BODY()
84 RTLD_NOLOAD); in ATF_TEST_CASE_BODY()
47 #define RTLD_NOLOAD 0x02000 /* Do not load if not already loaded. */ macro
48 | RTLD_NOLOAD // Do not load the dylib, just grab a handle if the in getObjCClassName()
58 void* handle = dlopen("/usr/lib/libstdc++.6.dylib", RTLD_NOLOAD); in compute_gcc_empty_string_storage()
3763 if (mode & RTLD_NOLOAD) in rtld_dlopen()