Searched refs:RealValue (Results 1 – 1 of 1) sorted by relevance
367 int64_t RealValue = Value + Addend; in resolveX86_64Relocation() local368 assert(RealValue >= INT32_MIN && RealValue <= INT32_MAX); in resolveX86_64Relocation()369 int32_t TruncValue = RealValue; in resolveX86_64Relocation()