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

  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_win.cc 687 uptr relative_offset = *(u32*)(old_func + 1); local in function:__interception::OverrideFunctionWithRedirectJump
688 uptr absolute_target = old_func + relative_offset + kJumpInstructionLength;
interception_win.cc 687 uptr relative_offset = *(u32*)(old_func + 1); local in function:__interception::OverrideFunctionWithRedirectJump
688 uptr absolute_target = old_func + relative_offset + kJumpInstructionLength;
interception_win.cc 687 uptr relative_offset = *(u32*)(old_func + 1); local in function:__interception::OverrideFunctionWithRedirectJump
688 uptr absolute_target = old_func + relative_offset + kJumpInstructionLength;

Completed in 33 milliseconds