Searched refs:RTLD_DEFAULT (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/vcl/aqua/source/gdi/ |
H A D | ctfonts.cxx | 583 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 …]
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_netbsd_intel/ |
H A D | except.cxx | 43 #ifndef RTLD_DEFAULT 44 #define RTLD_DEFAULT ((void *) -2) macro 153 rtti = (type_info *)dlsym( RTLD_DEFAULT, symName.getStr() ); in getRTTI()
|
/aoo42x/main/vcl/source/glyphs/ |
H A D | gcach_ftyp.cxx | 456 #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()
|
/aoo42x/main/sal/osl/unx/ |
H A D | module.c | 106 *pResult = (oslModule) RTLD_DEFAULT; in osl_getModuleHandle()
|
H A D | process_impl.cxx | 133 void * addr = dlsym (RTLD_DEFAULT, "main"); in osl_bootstrap_getExecutableFile_Impl()
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_arm/ |
H A D | cpp2uno.cxx | 542 dlsym(RTLD_DEFAULT, "__clear_cache"); in flushCode()
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_arm/ |
H A D | cpp2uno.cxx | 542 dlsym(RTLD_DEFAULT, "__clear_cache"); in flushCode()
|
Completed in 102 milliseconds