reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/lib/ReaderWriter/MachO/ArchHandler_arm.cpp
  811     value = clearThumbBit(instruction, *target);
  812     *addend = (int32_t)(value - (toAddress - fixupAddress));
  847       value = (instruction16 << 16) | other16;
  849       value = (other16 << 16) | instruction16;
  850     value = clearThumbBit(value, *target);
  850     value = clearThumbBit(value, *target);
  851     int64_t ta = (int64_t) value - (toAddress - fromAddress);
  880       value = (instruction16 << 16) | other16;
  882       value = (other16 << 16) | instruction16;
  886       *addend = value;
  892         toAddress = value;
  897       *addend = value - toAddress;