Searched refs:relocated_offset (Results 1 – 1 of 1) sorted by relevance
1024 s64 relocated_offset = *(s32 *)(to + cursor + rel_offset) - delta; in CopyInstructions() local1025 if (-0x8000'0000ll > relocated_offset || in CopyInstructions()1026 relocated_offset > 0x7FFF'FFFFll) { in CopyInstructions()1030 (long long)relocated_offset); in CopyInstructions()1036 s32 relocated_offset = *(s32 *)(to + cursor + rel_offset) - delta; in CopyInstructions()1038 *(s32 *)(to + cursor + rel_offset) = relocated_offset; in CopyInstructions()