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

References

tools/lld/ELF/InputSection.cpp
  395     *to++ = sections[idx]->getOutputSection()->sectionIndex;
tools/lld/ELF/LinkerScript.cpp
  521       sec->sectionIndex = i++;
  532   aether->sectionIndex = 1;
  692                s->getOutputSection()->sectionIndex == UINT32_MAX);
tools/lld/ELF/OutputSections.cpp
  346   os->link = in.symTab->getParent()->sectionIndex;
  364       link = ex->getLinkOrderDep()->getParent()->sectionIndex;
  366       link = d->getParent()->sectionIndex;
  380   link = in.symTab->getParent()->sectionIndex;
  384   info = s->getOutputSection()->sectionIndex;
tools/lld/ELF/SyntheticSections.cpp
 1348     this->link = sec->sectionIndex;
 1564     getParent()->link = symTab->getParent()->sectionIndex;
 1569     getParent()->info = in.gotPlt->getParent()->sectionIndex;
 1571     getParent()->info = in.igotPlt->getParent()->sectionIndex;
 1993     getParent()->link = sec->sectionIndex;
 2105     return os->sectionIndex >= SHN_LORESERVE ? (uint32_t)SHN_XINDEX
 2106                                              : os->sectionIndex;
 2212       write32(buf, entry.sym->getOutputSection()->sectionIndex);
 2231   getParent()->link = in.symTab->getParent()->sectionIndex;
 2275     getParent()->link = sec->sectionIndex;
 2411     getParent()->link = sec->sectionIndex;
 2870     getParent()->link = sec->sectionIndex;
 2923   getParent()->link = getPartition().dynSymTab->getParent()->sectionIndex;
 2987     getParent()->link = sec->sectionIndex;
 3264       return aOut->sectionIndex < bOut->sectionIndex;
 3264       return aOut->sectionIndex < bOut->sectionIndex;
tools/lld/ELF/Writer.cpp
 1460       return sec->sectionIndex == UINT32_MAX;
 1502     return aOut->sectionIndex < bOut->sectionIndex;
 1502     return aOut->sectionIndex < bOut->sectionIndex;
 1834   Out::elfHeader->sectionIndex = 1;
 1838     sec->sectionIndex = i + 1;
 2573   uint32_t strTabIndex = in.shStrTab->getParent()->sectionIndex;