Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp251 static void WriteJumpInstruction(uptr from, uptr target) { in WriteJumpInstruction() function
291 WriteJumpInstruction(from, target); in WriteBranch()
302 WriteJumpInstruction(from, target); in WriteDirectBranch()
669 WriteJumpInstruction(header, new_func); in OverrideFunctionWithDetour()
711 WriteJumpInstruction(old_func, FIRST_32_SECOND_64(new_func, trampoline)); in OverrideFunctionWithRedirectJump()