Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/interception/
Dinterception_win.cpp771 const int kHotPatchHeaderLen = kBranchLength; in OverrideFunctionWithHotPatch() local
773 uptr header = (uptr)old_func - kHotPatchHeaderLen; in OverrideFunctionWithHotPatch()
774 uptr patch_length = kHotPatchHeaderLen + kShortJumpInstructionLength; in OverrideFunctionWithHotPatch()
779 !FunctionHasPadding(old_func, kHotPatchHeaderLen)) in OverrideFunctionWithHotPatch()