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

References

tools/lld/ELF/LinkerScript.cpp
  579   if (isec->type == SHT_GROUP || (isec->flags & SHF_GROUP))
  579   if (isec->type == SHT_GROUP || (isec->flags & SHF_GROUP))
  580     return createSection(isec, outsecName);
  588   if (!isa<SyntheticSection>(isec) &&
  589       (isec->type == SHT_REL || isec->type == SHT_RELA)) {
  589       (isec->type == SHT_REL || isec->type == SHT_RELA)) {
  590     auto *sec = cast<InputSection>(isec);
  598     out->relocationSection = createSection(isec, outsecName);
  646     if (sec->partition != isec->partition)
  649     if (config->relocatable && (isec->flags & SHF_LINK_ORDER)) {
  658           isec->getLinkOrderDep()->getOutputSection())
  662     sec->recordSection(isec);
  666   OutputSection *sec = createSection(isec, outsecName);