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

References

tools/lld/ELF/OutputSections.cpp
   81   return type == SHT_NOBITS || type == SHT_PROGBITS || type == SHT_INIT_ARRAY ||
   81   return type == SHT_NOBITS || type == SHT_PROGBITS || type == SHT_INIT_ARRAY ||
   81   return type == SHT_NOBITS || type == SHT_PROGBITS || type == SHT_INIT_ARRAY ||
   82          type == SHT_PREINIT_ARRAY || type == SHT_FINI_ARRAY ||
   82          type == SHT_PREINIT_ARRAY || type == SHT_FINI_ARRAY ||
   83          type == SHT_NOTE;