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

References

tools/lld/lib/ReaderWriter/MachO/ArchHandler_arm.cpp
 1266     fromAtomAddress = addressForAtom(atom);
 1268     other16 = (targetAtomAddress - fromAtomAddress + ref.addend()) >> 16;
 1271     appendReloc(relocs, other16, 0, fromAtomAddress,
 1275     fromAtomAddress = addressForAtom(atom);
 1277     other16 = (targetAtomAddress - fromAtomAddress + ref.addend()) & 0xFFFF;
 1280     appendReloc(relocs, other16, 0, fromAtomAddress,
 1346     fromAtomAddress = addressForAtom(atom);
 1348     other16 = (targetAtomAddress - fromAtomAddress + ref.addend()) >> 16;
 1351     appendReloc(relocs, other16, 0, fromAtomAddress,
 1355     fromAtomAddress = addressForAtom(atom);
 1357     other16 = (targetAtomAddress - fromAtomAddress + ref.addend()) & 0xFFFF;
 1360     appendReloc(relocs, other16, 0, fromAtomAddress,