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
400 Fixup, Target, FixedValue); in recordRelocation()
403 FixedValue); in recordRelocation()
423 FixedValue); in recordRelocation()
441 FixedValue = Res; in recordRelocation()
448 FixedValue)) { in recordRelocation()
455 FixedValue -= Layout.getSymbolOffset(*A); in recordRelocation()
460 FixedValue += Writer->getSectionAddress(&Sec); in recordRelocation()
463 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in recordRelocation()
487 Value = (FixedValue >> 16) & 0xffff; in recordRelocation()
491 Value = FixedValue & 0xffff; in recordRelocation()