Home
last modified time | relevance | path

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

/trunk/main/sal/test/unloading/
H A DunloadTest.cxx349 void* pSymbol2= osl_getSymbol( handleMod2, sSymbol.pData); in test4() local
350 if( ! pSymbol && !pSymbol2) in test4()
403 void* pSymbol2= osl_getSymbol( handleMod2, sSymbol.pData); in test5() local
404 if( pSymbol && pSymbol2) in test5()
413 void* pSymbol2= osl_getSymbol( handleMod2, sSymbol.pData); in test5() local
414 if( ! pSymbol && !pSymbol2 && btest1) in test5()

Completed in 19 milliseconds