Lines Matching refs:FixedValue

39                                     uint64_t &FixedValue);
45 uint64_t &FixedValue);
50 const MCSymbol &S, uint64_t FixedValue);
59 uint64_t &FixedValue) override;
147 uint64_t &FixedValue) { in RecordARMScatteredHalfRelocation() argument
174 FixedValue += SecAddr; in RecordARMScatteredHalfRelocation()
189 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in RecordARMScatteredHalfRelocation()
216 FixedValue &= 0xfffffffe; in RecordARMScatteredHalfRelocation()
220 FixedValue &= 0xfffffffe; in RecordARMScatteredHalfRelocation()
230 ? (FixedValue & 0xffff) : ((FixedValue & 0xffff0000) >> 16); in RecordARMScatteredHalfRelocation()
262 uint64_t &FixedValue) { in RecordARMScatteredRelocation() argument
287 FixedValue += SecAddr; in RecordARMScatteredRelocation()
304 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in RecordARMScatteredRelocation()
335 uint64_t FixedValue) { in requiresExternRelocation() argument
339 int64_t Value = (int64_t)FixedValue; // The displacement is signed. in requiresExternRelocation()
381 uint64_t &FixedValue) { in recordRelocation() argument
401 Fixup, Target, FixedValue); in recordRelocation()
404 FixedValue); in recordRelocation()
424 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()