Lines Matching refs:FixedValue

38                                     uint64_t &FixedValue);
44 uint64_t &FixedValue);
49 const MCSymbol &S, uint64_t FixedValue);
58 uint64_t &FixedValue) override;
146 uint64_t &FixedValue) { in RecordARMScatteredHalfRelocation() argument
173 FixedValue += SecAddr; in RecordARMScatteredHalfRelocation()
188 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in RecordARMScatteredHalfRelocation()
215 FixedValue &= 0xfffffffe; in RecordARMScatteredHalfRelocation()
219 FixedValue &= 0xfffffffe; in RecordARMScatteredHalfRelocation()
229 ? (FixedValue & 0xffff) : ((FixedValue & 0xffff0000) >> 16); in RecordARMScatteredHalfRelocation()
261 uint64_t &FixedValue) { in RecordARMScatteredRelocation() argument
286 FixedValue += SecAddr; in RecordARMScatteredRelocation()
303 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in RecordARMScatteredRelocation()
334 uint64_t FixedValue) { in requiresExternRelocation() argument
338 int64_t Value = (int64_t)FixedValue; // The displacement is signed. in requiresExternRelocation()
380 uint64_t &FixedValue) { in recordRelocation() argument
399 Fixup, Target, FixedValue); in recordRelocation()
402 FixedValue); in recordRelocation()
422 FixedValue); in recordRelocation()
442 FixedValue = Res; in recordRelocation()
449 FixedValue)) { in recordRelocation()
456 FixedValue -= Layout.getSymbolOffset(*A); in recordRelocation()
461 FixedValue += Writer->getSectionAddress(&Sec); in recordRelocation()
464 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in recordRelocation()
488 Value = (FixedValue >> 16) & 0xffff; in recordRelocation()
492 Value = FixedValue & 0xffff; in recordRelocation()