Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/interception/
Dinterception_win.cpp636 uptr relocated_offset = *(u32*)(to + cursor + rel_offset) - delta; in CopyInstructions() local
638 if (relocated_offset + 0x80000000U >= 0xFFFFFFFFU) in CopyInstructions()
641 *(u32*)(to + cursor + rel_offset) = relocated_offset; in CopyInstructions()