Searched refs:old_func (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/interception/ |
| H A D | interception_win.cpp | 655 uptr header = (uptr)old_func - kDetourHeaderLen; in OverrideFunctionWithDetour() 659 if (*(u16*)old_func != kDetourInstruction || in OverrideFunctionWithDetour() 672 WriteShortJumpInstruction(old_func, header); in OverrideFunctionWithDetour() 688 if (*(u8*)old_func != 0xE9) in OverrideFunctionWithRedirectJump() 692 uptr relative_offset = *(u32*)(old_func + 1); in OverrideFunctionWithRedirectJump() 724 uptr header = (uptr)old_func - kHotPatchHeaderLen; in OverrideFunctionWithHotPatch() 742 old_func + instruction_size); in OverrideFunctionWithHotPatch() 761 WriteShortJumpInstruction(old_func, header); in OverrideFunctionWithHotPatch() 800 indirect_address = old_func - kAddressLength; in OverrideFunctionWithTrampoline() 810 uptr patch_address = old_func - padding_length; in OverrideFunctionWithTrampoline() [all …]
|
| H A D | interception_win.h | 28 bool OverrideFunction(uptr old_func, uptr new_func, uptr *orig_old_func = 0); 47 uptr old_func, uptr new_func, uptr *orig_old_func); 52 uptr old_func, uptr new_func, uptr *orig_old_func); 54 uptr old_func, uptr new_func, uptr *orig_old_func); 56 uptr old_func, uptr new_func, uptr *orig_old_func);
|
| /freebsd-13.1/crypto/heimdal/lib/roken/ |
| H A D | simple_exec.c | 85 RETSIGTYPE (*old_func)(int sig) = NULL; in wait_for_process_timed() local 92 old_func = signal(SIGALRM, sigtimeout); in wait_for_process_timed() 131 signal(SIGALRM, old_func); in wait_for_process_timed()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_client/ |
| H A D | deprecated.c | 2394 svn_wc_status_func3_t old_func; member 2415 return (*swb->old_func)(swb->old_baton, path, dup, scratch_pool); in status4_wrapper_func() 2436 swb.old_func = status_func; in svn_client_status4() 2446 svn_wc_status_func2_t old_func; member 2458 swb->old_func(swb->old_baton, path, status); in status3_wrapper_func() 2478 swb.old_func = status_func; in svn_client_status3()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_wc/ |
| H A D | deprecated.c | 2915 svn_wc_status_func3_t old_func; member 2944 return (*swb->old_func)(swb->old_baton, path, dup, scratch_pool); in status4_wrapper_func() 3011 swb->old_func = status_func; in svn_wc_get_status_editor4() 3071 svn_wc_status_func2_t old_func; member 3084 secb->old_func(secb->old_baton, path, status); in status_editor3_compat_func() 3109 secb->old_func = status_func; in svn_wc_get_status_editor3()
|
| /freebsd-13.1/sys/contrib/ena-com/ |
| H A D | ena_com.c | 2484 enum ena_admin_hash_functions old_func; in ena_com_fill_hash_function() local 2527 old_func = rss->hash_func; in ena_com_fill_hash_function() 2533 rss->hash_func = old_func; in ena_com_fill_hash_function()
|