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

References

tools/lld/ELF/SyntheticSections.cpp
  722   if (!f.mipsGotIndex.hasValue()) {
  725     f.mipsGotIndex = gots.size() - 1;
  727   return gots[*f.mipsGotIndex];
  733   const FileGot &g = gots[*f->mipsGotIndex];
  747   const FileGot &g = gots[*f->mipsGotIndex];
  757   const FileGot &g = gots[*f->mipsGotIndex];
  763   const FileGot &g = gots[*f->mipsGotIndex];
  878       file->mipsGotIndex = 0;
  890       file->mipsGotIndex = mergedGots.size() - 1;
 1011   if (!f || !f->mipsGotIndex.hasValue() || *f->mipsGotIndex == 0)
 1011   if (!f || !f->mipsGotIndex.hasValue() || *f->mipsGotIndex == 0)
 1013   return getVA() + gots[*f->mipsGotIndex].startIndex * config->wordsize +