Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
DSDL_dlcompat.c167 static NSSymbol(*dyld_NSLookupSymbolInImage) variable
596 if (dyld_NSAddImage && dyld_NSIsSymbolNameDefinedInImage && dyld_NSLookupSymbolInImage) in search_linked_libs()
609 nssym = dyld_NSLookupSymbolInImage(wh, in search_linked_libs()
661 if (dyld_NSIsSymbolNameDefinedInImage && dyld_NSLookupSymbolInImage && caller) in dlsymIntern()
672 nssym = dyld_NSLookupSymbolInImage(caller_mh, in dlsymIntern()
712 else if (dls->lib && dyld_NSIsSymbolNameDefinedInImage && dyld_NSLookupSymbolInImage) in dlsymIntern()
716 nssym = dyld_NSLookupSymbolInImage(dls->lib, in dlsymIntern()
789 if (dyld_NSAddImage && dyld_NSIsSymbolNameDefinedInImage && dyld_NSLookupSymbolInImage) in loadModule()
907 _dyld_func_lookup("__dyld_NSLookupSymbolInImage", (void **)&dyld_NSLookupSymbolInImage); in dlcompat_init_func()