Lines Matching refs:FixedValue
32 unsigned Log2Size, uint64_t &FixedValue);
37 MCValue Target, uint64_t &FixedValue);
46 uint64_t &FixedValue) override { in recordRelocation() argument
51 FixedValue); in recordRelocation()
194 unsigned Log2Size, uint64_t &FixedValue) { in recordScatteredRelocation() argument
215 FixedValue += SecAddr; in recordScatteredRelocation()
227 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in recordScatteredRelocation()
257 other_half = (FixedValue >> 16) & 0xffff; in recordScatteredRelocation()
263 FixedValue &= 0xffff; in recordScatteredRelocation()
266 other_half = FixedValue & 0xffff; in recordScatteredRelocation()
267 FixedValue = in recordScatteredRelocation()
268 ((FixedValue >> 16) + ((FixedValue & 0x8000) ? 1 : 0)) & 0xffff; in recordScatteredRelocation()
271 other_half = FixedValue & 0xffff; in recordScatteredRelocation()
272 FixedValue = (FixedValue >> 16) & 0xffff; in recordScatteredRelocation()
304 uint64_t &FixedValue) { in RecordPPCRelocation() argument
318 Log2Size, FixedValue); in RecordPPCRelocation()
348 FixedValue = Res; in RecordPPCRelocation()
360 FixedValue -= Layout.getSymbolOffset(*A); in RecordPPCRelocation()
365 FixedValue += Writer->getSectionAddress(&Sec); in RecordPPCRelocation()
368 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in RecordPPCRelocation()