HomeSort by: relevance | last modified time | path
    Searched defs:patch_length (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_win.cc 651 uptr patch_length = kDetourHeaderLen + kShortJumpInstructionLength; local in function:__interception::OverrideFunctionWithDetour
660 if (!ChangeMemoryProtection(header, patch_length, &protection))
670 if (!RestoreMemoryProtection(header, patch_length, protection))
720 uptr patch_length = kHotPatchHeaderLen + kShortJumpInstructionLength; local in function:__interception::OverrideFunctionWithHotPatch
751 if (!ChangeMemoryProtection(header, patch_length, &protection))
759 if (!RestoreMemoryProtection(header, patch_length, protection))
806 uptr patch_length = instructions_length + padding_length; local in function:__interception::OverrideFunctionWithTrampoline
808 if (!ChangeMemoryProtection(patch_address, patch_length, &protection))
815 if (!RestoreMemoryProtection(patch_address, patch_length, protection))

Completed in 11 milliseconds