Searched refs:relocated_offset (Results 1 – 1 of 1) sorted by relevance
738 s64 relocated_offset = *(s32 *)(to + cursor + rel_offset) - delta; in CopyInstructions() local739 if (-0x8000'0000ll > relocated_offset || relocated_offset > 0x7FFF'FFFFll) in CopyInstructions()744 s32 relocated_offset = *(s32 *)(to + cursor + rel_offset) - delta; in CopyInstructions()746 *(s32 *)(to + cursor + rel_offset) = relocated_offset; in CopyInstructions()