Home
last modified time | relevance | path

Searched defs:new_func (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/interception/
Dinterception_win.cc565 uptr old_func, uptr new_func, uptr *orig_old_func) { in OverrideFunctionWithDetour()
600 uptr old_func, uptr new_func, uptr *orig_old_func) { in OverrideFunctionWithRedirectJump()
635 uptr old_func, uptr new_func, uptr *orig_old_func) { in OverrideFunctionWithHotPatch()
684 uptr old_func, uptr new_func, uptr *orig_old_func) { in OverrideFunctionWithTrampoline()
739 uptr old_func, uptr new_func, uptr *orig_old_func) { in OverrideFunction()
832 bool OverrideFunction(const char *name, uptr new_func, uptr *orig_old_func) { in OverrideFunction()
/external/python/cpython2/Python/
Dthread_solaris.h25 new_func(void *funcarg) in new_func() function
/external/protobuf/src/google/protobuf/stubs/
Dcommon.cc276 LogHandler* SetLogHandler(LogHandler* new_func) { in SetLogHandler()
/external/compiler-rt/lib/asan/
Dasan_malloc_win.cc205 static void TryToOverrideFunction(const char *fname, uptr new_func) { in TryToOverrideFunction()
/external/autotest/client/common_lib/
Dutils.py59 def new_func(*args, **dargs): function