Lines Matching refs:pSymbol
211 void* pSymbol= osl_getSymbol( handleMod, sSymbol.pData); in test1() local
213 if( !pSymbol) in test1()
255 void* pSymbol= osl_getSymbol( handleMod, sSymbol.pData); in test2() local
257 if( !pSymbol) in test2()
299 void* pSymbol= osl_getSymbol( handleMod, sSymbol.pData); in test3() local
301 if( pSymbol) in test3()
305 pSymbol= osl_getSymbol( handleMod, sSymbol.pData); in test3()
347 void* pSymbol= osl_getSymbol( handleMod1, sSymbol.pData); in test4() local
350 if( ! pSymbol && !pSymbol2) in test4()
401 void* pSymbol= osl_getSymbol( handleMod1, sSymbol.pData); in test5() local
404 if( pSymbol && pSymbol2) in test5()
412 void* pSymbol= osl_getSymbol( handleMod1, sSymbol.pData); in test5() local
414 if( ! pSymbol && !pSymbol2 && btest1) in test5()
466 void* pSymbol= osl_getSymbol( handleMod1, sSymbol.pData); in test6() local
467 if( ! pSymbol) in test6()
602 void* pSymbol= osl_getSymbol( handleMod1, sSymbol.pData); in test8() local
603 if( ! pSymbol ) in test8()
643 void* pSymbol= osl_getSymbol( handleMod, sSymbol.pData); in test9() local
645 if( pSymbol) in test9()