Home
last modified time | relevance | path

Searched refs:WriteJumpInstruction (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp272 static void WriteJumpInstruction(uptr from, uptr target) { in WriteJumpInstruction() function
321 WriteJumpInstruction(from, target); in WriteBranch()
332 WriteJumpInstruction(from, target); in WriteDirectBranch()
783 WriteJumpInstruction(header, new_func); in OverrideFunctionWithDetour()
825 WriteJumpInstruction(old_func, FIRST_32_SECOND_64(new_func, trampoline)); in OverrideFunctionWithRedirectJump()