Lines Matching defs: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) {
163 FixedValue += SecAddr;
178 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent());
202 // relocation, but it will be set in FixedValue if the base symbol
205 FixedValue &= 0xfffffffe;
209 FixedValue &= 0xfffffffe;
219 ? (FixedValue & 0xffff) : ((FixedValue & 0xffff0000) >> 16);
246 unsigned Type, unsigned Log2Size, uint64_t &FixedValue) {
271 FixedValue += SecAddr;
288 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent());
319 uint64_t FixedValue) {
323 int64_t Value = (int64_t)FixedValue; // The displacement is signed.
364 uint64_t &FixedValue) {
383 Target, FixedValue);
385 RelocType, Log2Size, FixedValue);
404 RelocType, Log2Size, FixedValue);
424 FixedValue = Res;
431 FixedValue)) {
438 FixedValue -= Asm.getSymbolOffset(*A);
443 FixedValue += Writer->getSectionAddress(&Sec);
446 FixedValue -= Writer->getSectionAddress(Fragment->getParent());
470 Value = (FixedValue >> 16) & 0xffff;
474 Value = FixedValue & 0xffff;