Searched refs:RTLD_DEFAULT (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DOpenGLShims.cpp41 getProcAddressFunction = reinterpret_cast<glGetProcAddressType>(dlsym(RTLD_DEFAULT, "glXGetProcAddress"));
43 getProcAddressFunction = reinterpret_cast<glGetProcAddressType>(dlsym(RTLD_DEFAULT, "glXGetProcAddressARB"));
47 return dlsym(RTLD_DEFAULT, procName);
/external/chromium/net/socket/
H A Dnss_ssl_util.cc40 dlsym(RTLD_DEFAULT, "SSL_ImplementedCiphers"));
H A Dssl_client_socket_nss.cc154 dlsym(RTLD_DEFAULT, "CERT_CacheOCSPResponseFromSideChannel");
/external/llvm/lib/Support/
H A DDynamicLibrary.cpp87 handle = RTLD_DEFAULT;
/external/chromium/base/threading/
H A Dplatform_thread_posix.cc168 dlsym(RTLD_DEFAULT, "pthread_setname_np");
/external/webkit/Source/WebKit2/PluginProcess/mac/
H A DPluginProcessMac.mm204 PluginProcessShimInitializeFunc initFunc = reinterpret_cast<PluginProcessShimInitializeFunc>(dlsym(RTLD_DEFAULT, "WebKitPluginProcessShimInitialize"));
/external/chromium/base/
H A Dprocess_util_unittest.cc810 reinterpret_cast<memalign_t>(dlsym(RTLD_DEFAULT, "posix_memalign"));
874 dlsym(RTLD_DEFAULT, "malloc_zone_memalign"));
/external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
H A DSDL_dlcompat.c131 #define RTLD_DEFAULT ((void *) -2) /* Use default search algorithm. */ macro
695 if (RTLD_DEFAULT == dls)
/external/v8/src/
H A Dplatform-macos.cc508 dlsym(RTLD_DEFAULT, "pthread_setname_np");
/external/mesa3d/src/pixelflinger2/
H A Dshader.cpp369 const void * symbol = (void*)dlsym(RTLD_DEFAULT, name);
/external/valgrind/main/perf/
H A Dtinycc.c6584 #define RTLD_DEFAULT NULL
6634 return 0; //dlsym(RTLD_DEFAULT, sym);
6582 #define RTLD_DEFAULT macro

Completed in 2205 milliseconds