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

References

tools/lld/ELF/Writer.cpp
  719     if (isec->type == SHT_REL || isec->type == SHT_RELA)
  719     if (isec->type == SHT_REL || isec->type == SHT_RELA)
  725     if (isa<SyntheticSection>(isec) && !(isec->flags & SHF_MERGE))
  725     if (isa<SyntheticSection>(isec) && !(isec->flags & SHF_MERGE))
  729         make<Defined>(isec->file, "", STB_LOCAL, /*stOther=*/0, STT_SECTION,
  730                       /*value=*/0, /*size=*/0, isec);