Home
last modified time | relevance | path

Searched refs:RTLD_DEFAULT (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/platform/wx/wxcode/mac/carbon/
Dnon-kerned-drawing.cpp48 …Ptr CGFontGetGlyphsForUnichars = (CGFontGetGlyphsForUnicharsPtr)dlsym(RTLD_DEFAULT, "CGFontGetGlyp…
100 …CGFontGetGlyphsForUnichars = (CGFontGetGlyphsForUnicharsPtr)dlsym(RTLD_DEFAULT, "CGFontGetGlyphsFo… in drawTextWithSpacing()
/external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
DSDL_dlcompat.c131 #define RTLD_DEFAULT ((void *) -2) /* Use default search algorithm. */ macro
695 if (RTLD_DEFAULT == dls) in dlsymIntern()
/external/chromium/net/socket/
Dssl_client_socket_nss.cc115 dlsym(RTLD_DEFAULT, "SSL_ImplementedCiphers")); in NSSSSLInitSingleton()