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

References

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 &&
  116           last.outputOff + last.size == p.outputOff) {
  117         last.size += p.size;
  117         last.size += p.size;
  135                 p.size, 1);
tools/lld/ELF/MarkLive.cpp
  154     uint64_t pieceEnd = piece.inputOff + piece.size;
tools/lld/ELF/Relocations.cpp
  913     while (i != pieces.size() && pieces[i].inputOff + pieces[i].size <= off)
tools/lld/ELF/SyntheticSections.cpp
  406     if (piece.size == 4)
  487     off += alignTo(rec->cie->size, config->wordsize);
  491       off += alignTo(fde->size, config->wordsize);