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

References

tools/lld/lib/ReaderWriter/MachO/ArchHandler_arm.cpp
  537     if ((instruction & 0xD000F800) == 0x9000F000)
  544     displacement = getDisplacementFromThumbBranch(instruction, fixupAddress);
  549     if ((instruction & 0xD000F800) == 0x9000F000)
  553     displacement = getDisplacementFromThumbBranch(instruction, fixupAddress);
  558     if ((instruction & 0xD000F800) == 0x9000F000)
  562     displacement = getDisplacementFromThumbBranch(instruction, fixupAddress);
  572     if (((instruction & 0x0F000000) == 0x0A000000)
  573         && ((instruction & 0xF0000000) != 0xF0000000))
  580     displacement = getDisplacementFromArmBranch(instruction);
  585     if (((instruction & 0x0F000000) == 0x0A000000)
  586         && ((instruction & 0xF0000000) != 0xF0000000))
  590     displacement = getDisplacementFromArmBranch(instruction);
  595     if (((instruction & 0x0F000000) == 0x0A000000)
  596         && ((instruction & 0xF0000000) != 0xF0000000))
  600     displacement = getDisplacementFromArmBranch(instruction);
  613     *addend = instruction;
  618     if (auto ec = atomFromAddress(reloc.symbol, instruction, target, addend))
  627     *addend += (clearThumbBit(instruction, *target) - reloc.value);