Searched refs:kBranchLength (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp140 static const int kBranchLength = member in namespace:__interception
142 static const int kDirectBranchLength = kBranchLength + kAddressLength;
328 // jmp [rip + kBranchLength]
330 WriteBranch(from, from + kBranchLength, target);
827 const int kHotPatchHeaderLen = kBranchLength;
878 size_t instructions_length = kBranchLength;
885 instructions_length = RoundUpToInstrBoundary(kBranchLength, old_func);

Completed in 58 milliseconds