Lines Matching refs:FixedValue
32 unsigned Log2Size, uint64_t &FixedValue);
37 MCValue Target, uint64_t &FixedValue);
47 uint64_t &FixedValue) override { in RecordRelocation() argument
52 FixedValue); in RecordRelocation()
195 unsigned Log2Size, uint64_t &FixedValue) { in RecordScatteredRelocation() argument
218 FixedValue += SecAddr; in RecordScatteredRelocation()
230 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent()); in RecordScatteredRelocation()
260 other_half = (FixedValue >> 16) & 0xffff; in RecordScatteredRelocation()
266 FixedValue &= 0xffff; in RecordScatteredRelocation()
269 other_half = FixedValue & 0xffff; in RecordScatteredRelocation()
270 FixedValue = in RecordScatteredRelocation()
271 ((FixedValue >> 16) + ((FixedValue & 0x8000) ? 1 : 0)) & 0xffff; in RecordScatteredRelocation()
274 other_half = FixedValue & 0xffff; in RecordScatteredRelocation()
275 FixedValue = (FixedValue >> 16) & 0xffff; in RecordScatteredRelocation()
307 uint64_t &FixedValue) { in RecordPPCRelocation() argument
321 Log2Size, FixedValue); in RecordPPCRelocation()
351 FixedValue = Res; in RecordPPCRelocation()
363 FixedValue -= Layout.getSymbolOffset(SD); in RecordPPCRelocation()
369 FixedValue += Writer->getSectionAddress(&SymSD); in RecordPPCRelocation()
372 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in RecordPPCRelocation()