Lines Matching refs:uptr
29 bool OverrideFunction(uptr old_func, uptr new_func, uptr *orig_old_func = 0);
32 bool OverrideFunction(const char *name, uptr new_func, uptr *orig_old_func = 0);
35 uptr InternalGetProcAddress(void *module, const char *func_name);
42 const char *function_name, uptr new_function,
43 uptr *orig_old_func);
48 uptr old_func, uptr new_func, uptr *orig_old_func);
53 uptr old_func, uptr new_func, uptr *orig_old_func);
55 uptr old_func, uptr new_func, uptr *orig_old_func);
57 uptr old_func, uptr new_func, uptr *orig_old_func);
67 (::__interception::uptr)WRAP(func), \
68 (::__interception::uptr *)&REAL(func))
71 ::__interception::OverrideFunction((::__interception::uptr)func, \
72 (::__interception::uptr)WRAP(func), \
73 (::__interception::uptr *)&REAL(func))
80 user_dll, provider_dll, #func, (::__interception::uptr)WRAP(func), \
81 (::__interception::uptr *)&REAL(func))