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

References

tools/lld/ELF/EhFrame.cpp
  152   return EhReader(p->sec, p->data()).getFdeEncoding();
tools/lld/ELF/InputSection.h
  281     return {sec->data().data() + this->inputOff, size};
tools/lld/ELF/MapFile.cpp
  115       if (last.sec == p.sec && last.inputOff + last.size == p.inputOff &&
  115       if (last.sec == p.sec && last.inputOff + last.size == p.inputOff &&
  136     os << indent8 << toString(p.sec->file) << ":(" << p.sec->name << "+0x"
  136     os << indent8 << toString(p.sec->file) << ":(" << p.sec->name << "+0x"
tools/lld/ELF/SyntheticSections.cpp
  357         &cie.sec->template getFile<ELFT>()->getRelocTargetSym(rels[firstRelI]);
  375   auto *sec = cast<EhInputSection>(fde.sec);
  518         fatal(toString(fde->sec) + ": PC offset is too large: 0x" +