Searched refs:UnloadNativeCodeFunc (Results 1 – 2 of 2) sorted by relevance
48 UnloadNativeCodeFunc(0), in OProfileWrapper()88 UnloadNativeCodeFunc = (op_unload_native_code_ptr_t)(intptr_t) in initialize()100 || !UnloadNativeCodeFunc) { in initialize()105 UnloadNativeCodeFunc = 0; in initialize()262 if (Agent && UnloadNativeCodeFunc) in op_unload_native_code()263 return UnloadNativeCodeFunc(Agent, Addr); in op_unload_native_code()
55 op_unload_native_code_ptr_t UnloadNativeCodeFunc; variable79 UnloadNativeCodeFunc(UnloadNativeCodeImpl), in OpenAgentFunc()