Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp140 UNUSED static const int kIndirectJumpInstructionLength = 6; variable
142 FIRST_32_SECOND_64(kJumpInstructionLength, kIndirectJumpInstructionLength);
320 int offset = indirect_target - from - kIndirectJumpInstructionLength; in WriteIndirectJumpInstruction()
321 if (!DistanceIsWithin2Gig(from + kIndirectJumpInstructionLength, in WriteIndirectJumpInstruction()