Lines Matching refs:FixedValue
35 uint64_t &FixedValue);
41 uint64_t &FixedValue);
52 MCValue Target, uint64_t &FixedValue);
129 uint64_t &FixedValue) { in RecordARMMovwMovtRelocation() argument
146 FixedValue += SecAddr; in RecordARMMovwMovtRelocation()
158 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent()); in RecordARMMovwMovtRelocation()
196 ? (FixedValue & 0xffff) : ((FixedValue & 0xffff0000) >> 16); in RecordARMMovwMovtRelocation()
227 uint64_t &FixedValue) { in RecordARMScatteredRelocation() argument
242 FixedValue += SecAddr; in RecordARMScatteredRelocation()
255 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent()); in RecordARMScatteredRelocation()
287 uint64_t &FixedValue) { in RecordRelocation() argument
303 Target, FixedValue); in RecordRelocation()
305 Target, Log2Size, FixedValue); in RecordRelocation()
323 Target, Log2Size, FixedValue); in RecordRelocation()
341 FixedValue = Res; in RecordRelocation()
355 FixedValue -= Layout.getSymbolOffset(SD); in RecordRelocation()
361 FixedValue += Writer->getSectionAddress(&SymSD); in RecordRelocation()
364 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in RecordRelocation()