Home
last modified time | relevance | path

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

/trunk/main/vcl/aqua/source/gdi/
H A Dctfonts.cxx583 GetCoreTextVersion = (uint32_t(*)(void))dlsym( RTLD_DEFAULT, "CTGetCoreTextVersion"); in DynCoreTextSyms()
592 …LineGetTrailingWhitespaceWidth = (double(*)(CTLineRef))dlsym( RTLD_DEFAULT, "CTLineGetTrailingWhit… in DynCoreTextSyms()
595 …LineCreateJustifiedLine = (CTLineRef(*)(CTLineRef,CGFloat,double))dlsym( RTLD_DEFAULT, "CTLineCrea… in DynCoreTextSyms()
598 …LineGetOffsetForStringIndex = (CGFloat(*)(CTLineRef,CFIndex,CGFloat*))dlsym( RTLD_DEFAULT, "CTLine… in DynCoreTextSyms()
601 LineGetGlyphRuns = (CFArrayRef(*)(CTLineRef))dlsym( RTLD_DEFAULT, "CTLineGetGlyphRuns"); in DynCoreTextSyms()
604 RunGetGlyphCount = (CFIndex(*)(CTRunRef))dlsym( RTLD_DEFAULT, "CTRunGetGlyphCount"); in DynCoreTextSyms()
607 RunGetGlyphsPtr = (const CGGlyph*(*)(CTRunRef))dlsym( RTLD_DEFAULT, "CTRunGetGlyphsPtr"); in DynCoreTextSyms()
610 RunGetPositionsPtr = (const CGPoint*(*)(CTRunRef))dlsym( RTLD_DEFAULT, "CTRunGetPositionsPtr"); in DynCoreTextSyms()
613 RunGetAdvancesPtr = (const CGSize*(*)(CTRunRef))dlsym( RTLD_DEFAULT, "CTRunGetAdvancesPtr"); in DynCoreTextSyms()
616 …RunGetStringIndicesPtr = (const CFIndex*(*)(CTRunRef))dlsym( RTLD_DEFAULT, "CTRunGetStringIndicesP… in DynCoreTextSyms()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_netbsd_intel/
H A Dexcept.cxx43 #ifndef RTLD_DEFAULT
44 #define RTLD_DEFAULT ((void *) -2) macro
153 rtti = (type_info *)dlsym( RTLD_DEFAULT, symName.getStr() ); in getRTTI()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx456 #ifdef RTLD_DEFAULT // true if a good dlfcn.h header was included in FreetypeManager()
464 …FT_Int *amajor, FT_Int *aminor, FT_Int *apatch))(sal_IntPtr)dlsym( RTLD_DEFAULT, "FT_Library_Versi… in FreetypeManager()
466 … pFTNewSize = (FT_Error(*)(FT_Face,FT_Size*))(sal_IntPtr)dlsym( RTLD_DEFAULT, "FT_New_Size" ); in FreetypeManager()
467 pFTActivateSize = (FT_Error(*)(FT_Size))(sal_IntPtr)dlsym( RTLD_DEFAULT, "FT_Activate_Size" ); in FreetypeManager()
468 pFTDoneSize = (FT_Error(*)(FT_Size))(sal_IntPtr)dlsym( RTLD_DEFAULT, "FT_Done_Size" ); in FreetypeManager()
469 …pFTEmbolden = (FT_Error(*)(FT_GlyphSlot))(sal_IntPtr)dlsym( RTLD_DEFAULT, "FT_GlyphSlot_Embold… in FreetypeManager()
470 …pFTOblique = (FT_Error(*)(FT_GlyphSlot))(sal_IntPtr)dlsym( RTLD_DEFAULT, "FT_GlyphSlot_Obliqu… in FreetypeManager()
/trunk/main/sal/osl/unx/
H A Dmodule.c106 *pResult = (oslModule) RTLD_DEFAULT; in osl_getModuleHandle()
H A Dprocess_impl.cxx133 void * addr = dlsym (RTLD_DEFAULT, "main"); in osl_bootstrap_getExecutableFile_Impl()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_arm/
H A Dcpp2uno.cxx542 dlsym(RTLD_DEFAULT, "__clear_cache"); in flushCode()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_arm/
H A Dcpp2uno.cxx542 dlsym(RTLD_DEFAULT, "__clear_cache"); in flushCode()

Completed in 292 milliseconds