Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp747 s64 relocated_offset = *(s32 *)(to + cursor + rel_offset) - delta; in CopyInstructions() local
748 if (-0x8000'0000ll > relocated_offset || relocated_offset > 0x7FFF'FFFFll) in CopyInstructions()
753 s32 relocated_offset = *(s32 *)(to + cursor + rel_offset) - delta; in CopyInstructions()
755 *(s32 *)(to + cursor + rel_offset) = relocated_offset; in CopyInstructions()