Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/interception/
H A Dinterception_win.cc296 static void WriteDirectBranch(uptr from, uptr target) { in WriteDirectBranch() function
697 WriteDirectBranch(trampoline, new_func); in OverrideFunctionWithRedirectJump()
736 WriteDirectBranch(trampoline + instruction_size, in OverrideFunctionWithHotPatch()
786 WriteDirectBranch(trampoline + instructions_length, in OverrideFunctionWithTrampoline()