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

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
  744       _atomToAddress[info.atom] = sect->address + info.offsetInSection;
  744       _atomToAddress[info.atom] = sect->address + info.offsetInSection;
  745       if (lookForEntry && (info.atom->contentType() == DefinedAtom::typeCode) &&
  746           (info.atom->size() != 0) &&
  747           info.atom->name() == _ctx.entrySymbolName()) {
  748         _entryAtom = info.atom;
  752                       << llvm::format("0x%016X", _atomToAddress[info.atom])
  753                       << llvm::format("    0x%09lX", info.atom)
  755                       << info.atom->file().ordinal()
  757                       << info.atom->ordinal()
  759                       << info.atom->name()
  761                       << info.atom->contentType()