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

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
  150   const SectionEntry &Section = Sections[RE.SectionID];
  151   uint8_t *LocalAddress = Section.getAddress() + RE.Offset;
  152   uint64_t FinalAddress = Section.getLoadAddress() + RE.Offset;
  154   dbgs() << "resolveRelocation Section: " << RE.SectionID
  157          << " Value: " << format("0x%016" PRIx64, Value) << " Addend: " << RE.Addend
  158          << " isPCRel: " << RE.IsPCRel << " MachoType: " << RE.RelType
  158          << " isPCRel: " << RE.IsPCRel << " MachoType: " << RE.RelType
  159          << " Size: " << (1 << RE.Size) << "\n";