Lines Matching refs:FixedValue
34 uint64_t &FixedValue);
39 uint64_t &FixedValue);
44 const MCSymbol &S, uint64_t FixedValue);
52 MCValue Target, uint64_t &FixedValue) override;
136 uint64_t &FixedValue) { in recordARMScatteredHalfRelocation() argument
163 FixedValue += SecAddr; in recordARMScatteredHalfRelocation()
178 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in recordARMScatteredHalfRelocation()
205 FixedValue &= 0xfffffffe; in recordARMScatteredHalfRelocation()
209 FixedValue &= 0xfffffffe; in recordARMScatteredHalfRelocation()
219 ? (FixedValue & 0xffff) : ((FixedValue & 0xffff0000) >> 16); in recordARMScatteredHalfRelocation()
246 unsigned Type, unsigned Log2Size, uint64_t &FixedValue) { in recordARMScatteredRelocation() argument
271 FixedValue += SecAddr; in recordARMScatteredRelocation()
288 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in recordARMScatteredRelocation()
319 uint64_t FixedValue) { in requiresExternRelocation() argument
323 int64_t Value = (int64_t)FixedValue; // The displacement is signed. in requiresExternRelocation()
364 uint64_t &FixedValue) { in recordRelocation() argument
383 Target, FixedValue); in recordRelocation()
385 RelocType, Log2Size, FixedValue); in recordRelocation()
404 RelocType, Log2Size, FixedValue); in recordRelocation()
424 FixedValue = Res; in recordRelocation()
431 FixedValue)) { in recordRelocation()
438 FixedValue -= Asm.getSymbolOffset(*A); in recordRelocation()
443 FixedValue += Writer->getSectionAddress(&Sec); in recordRelocation()
446 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in recordRelocation()
470 Value = (FixedValue >> 16) & 0xffff; in recordRelocation()
474 Value = FixedValue & 0xffff; in recordRelocation()