Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/interception/
H A Dinterception_win.cc143 static const int kDirectBranchLength = kBranchLength + kAddressLength; variable
694 uptr trampoline = AllocateMemoryForTrampoline(old_func, kDirectBranchLength); in OverrideFunctionWithRedirectJump()
730 uptr trampoline_length = instruction_size + kDirectBranchLength; in OverrideFunctionWithHotPatch()
780 uptr trampoline_length = instructions_length + kDirectBranchLength; in OverrideFunctionWithTrampoline()