Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp142 static const int kDirectBranchLength = kBranchLength + kAddressLength; variable
699 uptr trampoline = AllocateMemoryForTrampoline(old_func, kDirectBranchLength); in OverrideFunctionWithRedirectJump()
735 uptr trampoline_length = instruction_size + kDirectBranchLength; in OverrideFunctionWithHotPatch()
785 uptr trampoline_length = instructions_length + kDirectBranchLength; in OverrideFunctionWithTrampoline()