Searched refs:hmodPmPrintf (Results 1 – 2 of 2) sorted by relevance
35 static void* hmodPmPrintf = NULL; variable43 if (hmodPmPrintf == NULL) { in debug_printf()45 hmodPmPrintf = dlopen( "PMPRINTF", 0); in debug_printf()46 if (hmodPmPrintf == NULL) in debug_printf()50 pfnPmPrintf = dlsym(hmodPmPrintf, "PmPrintfVa"); in debug_printf()
36 static void* hmodPmPrintf = NULL; variable44 if (hmodPmPrintf == NULL) { in debug_printf()46 hmodPmPrintf = dlopen( "PMPRINTF", 0); in debug_printf()47 if (hmodPmPrintf == NULL) in debug_printf()51 pfnPmPrintf = dlsym(hmodPmPrintf, "PmPrintfVa"); in debug_printf()
Completed in 13 milliseconds