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

References

tools/lld/ELF/InputFiles.cpp
  838     if (!target)
  846     if (auto *ms = dyn_cast<MergeInputSection>(target)) {
  847       target = toRegularSection(ms);
  848       this->sections[sec.sh_info] = target;
  861       target->dependentSections.push_back(relocSec);
  865     if (target->firstRelocation)
  871       target->firstRelocation = rels.begin();
  872       target->numRelocations = rels.size();
  873       target->areRelocsRela = true;
  876       target->firstRelocation = rels.begin();
  877       target->numRelocations = rels.size();
  878       target->areRelocsRela = false;
  880     assert(isUInt<31>(target->numRelocations));
  889       target->dependentSections.push_back(relocSec);