Searched refs:relocated_offset (Results 1 – 1 of 1) sorted by relevance
747 s64 relocated_offset = *(s32 *)(to + cursor + rel_offset) - delta; in CopyInstructions() local748 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()