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

References

tools/lld/lib/ReaderWriter/MachO/ArchHandler_x86.cpp
  269     *addend = fixupAddress + 4 + (int32_t)*(const little32_t *)fixupContent;
  276     return atomFromAddress(reloc.symbol, targetAddress, target, addend);
  283     if (auto ec = atomFromAddress(0, reloc.value, target, addend))
  285     *addend = targetAddress - reloc.value;
  292     *addend = fixupAddress + 2 + (int16_t)*(const little16_t *)fixupContent;
  299     return atomFromAddress(reloc.symbol, targetAddress, target, addend);
  306     if (auto ec = atomFromAddress(0, reloc.value, target, addend))
  308     *addend = targetAddress - reloc.value;
  319     *addend = *(const ulittle32_t *)fixupContent;
  329     return atomFromAddress(reloc.symbol, targetAddress, target, addend);
  337     if (auto ec = atomFromAddress(0, reloc.value, target, addend))
  339     *addend = *(const ulittle32_t *)fixupContent - reloc.value;