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

  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_win.cc 631 uptr relocated_offset = *(u32*)(to + cursor + rel_offset) - delta; local in function:__interception::CopyInstructions
633 if (relocated_offset + 0x80000000U >= 0xFFFFFFFFU)
636 *(u32*)(to + cursor + rel_offset) = relocated_offset;
interception_win.cc 631 uptr relocated_offset = *(u32*)(to + cursor + rel_offset) - delta; local in function:__interception::CopyInstructions
633 if (relocated_offset + 0x80000000U >= 0xFFFFFFFFU)
636 *(u32*)(to + cursor + rel_offset) = relocated_offset;

Completed in 50 milliseconds