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

Declarations

tools/lld/ELF/InputSection.h
   79   OutputSection *getOutputSection();

References

tools/lld/ELF/InputSection.cpp
  395     *to++ = sections[idx]->getOutputSection()->sectionIndex;
  485         p->r_addend = sym.getVA(addend) - section->getOutputSection()->addr;
  932     uint64_t addrLoc = getOutputSection()->addr + offset;
tools/lld/ELF/InputSection.h
   81     return const_cast<SectionBase *>(this)->getOutputSection();
tools/lld/ELF/LinkerScript.cpp
   52   OutputSection *os = sec->getOutputSection();
  591     OutputSection *out = sec->getRelocatedSection()->getOutputSection();
  657       if (firstIsec->getLinkOrderDep()->getOutputSection() !=
  658           isec->getLinkOrderDep()->getOutputSection())
  692                s->getOutputSection()->sectionIndex == UINT32_MAX);
tools/lld/ELF/OutputSections.cpp
  384   info = s->getOutputSection()->sectionIndex;
tools/lld/ELF/Symbols.cpp
  197       return sec->repl->getOutputSection();
tools/lld/ELF/Writer.cpp
  103       OutputSection *out = rel->getOutputSection();