Searched refs:UnloadNativeCodeFunc (Results 1 – 2 of 2) sorted by relevance
46 UnloadNativeCodeFunc(0), in OProfileWrapper()87 UnloadNativeCodeFunc = (op_unload_native_code_ptr_t)(intptr_t) in initialize()99 || !UnloadNativeCodeFunc) { in initialize()104 UnloadNativeCodeFunc = 0; in initialize()261 if (Agent && UnloadNativeCodeFunc) in op_unload_native_code()262 return UnloadNativeCodeFunc(Agent, Addr); in op_unload_native_code()
54 op_unload_native_code_ptr_t UnloadNativeCodeFunc; variable78 UnloadNativeCodeFunc(UnloadNativeCodeImpl), in OpenAgentFunc()