Lines Matching defs:FixedValue
32 uint64_t &FixedValue);
37 uint64_t &FixedValue);
42 const MCSymbol &S, uint64_t FixedValue);
50 MCValue Target, uint64_t &FixedValue) override;
134 uint64_t &FixedValue) {
161 FixedValue += SecAddr;
176 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent());
200 // relocation, but it will be set in FixedValue if the base symbol
203 FixedValue &= 0xfffffffe;
207 FixedValue &= 0xfffffffe;
217 ? (FixedValue & 0xffff) : ((FixedValue & 0xffff0000) >> 16);
244 unsigned Type, unsigned Log2Size, uint64_t &FixedValue) {
269 FixedValue += SecAddr;
286 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent());
317 uint64_t FixedValue) {
321 int64_t Value = (int64_t)FixedValue; // The displacement is signed.
362 uint64_t &FixedValue) {
381 Target, FixedValue);
383 RelocType, Log2Size, FixedValue);
402 RelocType, Log2Size, FixedValue);
422 FixedValue = Res;
429 FixedValue)) {
436 FixedValue -= Asm.getSymbolOffset(*A);
441 FixedValue += Writer->getSectionAddress(&Sec);
444 FixedValue -= Writer->getSectionAddress(Fragment->getParent());
468 Value = (FixedValue >> 16) & 0xffff;
472 Value = FixedValue & 0xffff;