Searched refs:RTLD_DEFAULT (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | OpenGLShims.cpp | 41 …getProcAddressFunction = reinterpret_cast<glGetProcAddressType>(dlsym(RTLD_DEFAULT, "glXGetProcAdd… in getProcAddress() 43 …getProcAddressFunction = reinterpret_cast<glGetProcAddressType>(dlsym(RTLD_DEFAULT, "glXGetProcAdd… in getProcAddress() 47 return dlsym(RTLD_DEFAULT, procName); in getProcAddress()
|
/external/llvm/lib/Support/ |
D | DynamicLibrary.cpp | 87 handle = RTLD_DEFAULT; in getPermanentLibrary()
|
/external/chromium/net/socket/ |
D | nss_ssl_util.cc | 40 dlsym(RTLD_DEFAULT, "SSL_ImplementedCiphers")); in NSSSSLInitSingleton()
|
D | ssl_client_socket_nss.cc | 154 dlsym(RTLD_DEFAULT, "CERT_CacheOCSPResponseFromSideChannel"); in RuntimeLibNSSFunctionPointers()
|
/external/chromium/base/threading/ |
D | platform_thread_posix.cc | 168 dlsym(RTLD_DEFAULT, "pthread_setname_np");
|
D | platform_thread_mac.mm | 41 dlsym(RTLD_DEFAULT, "pthread_setname_np");
|
/external/chromium/base/ |
D | process_util_unittest.cc | 810 reinterpret_cast<memalign_t>(dlsym(RTLD_DEFAULT, "posix_memalign")); in TEST_F() 874 dlsym(RTLD_DEFAULT, "malloc_zone_memalign")); in TEST_F()
|
D | process_util_mac.mm | 705 dlsym(RTLD_DEFAULT, "malloc_default_purgeable_zone"));
|
/external/skia/src/gpu/gl/mac/ |
D | GrGLCreateNativeInterface_mac.cpp | 19 return dlsym(RTLD_DEFAULT, name); in GetProcAddress()
|
/external/webkit/Source/WebKit2/PluginProcess/mac/ |
D | PluginProcessMac.mm | 204 …nc initFunc = reinterpret_cast<PluginProcessShimInitializeFunc>(dlsym(RTLD_DEFAULT, "WebKitPluginP…
|
/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/ |
D | SDL_dlcompat.c | 131 #define RTLD_DEFAULT ((void *) -2) /* Use default search algorithm. */ macro 695 if (RTLD_DEFAULT == dls) in dlsymIntern()
|
/external/v8/src/ |
D | platform-macos.cc | 508 dlsym(RTLD_DEFAULT, "pthread_setname_np"); in SetThreadName()
|
/external/valgrind/main/perf/ |
D | tinycc.c | 6582 #define RTLD_DEFAULT NULL macro
|