Searched refs:orig_foo (Results 1 – 1 of 1) sorted by relevance
344 int (*orig_foo)(int,int,int) = NULL; variable351 dr_printf("orig_foo = %p\n", orig_foo); in wrapped_foo()353 if (orig_foo != NULL) in wrapped_foo()354 ret = orig_foo(i, j, k) + 4200; in wrapped_foo()402 wrap::orig_foo = (int (*)(int,int,int))(void*)pc; in OnEvent_BB()