Lines Matching defs:addSection
97 void addSection(OutputSection *sec);
180 addSection(sec);
210 addSection(make<RelocSection>(name, sec));
511 void Writer::addSection(OutputSection *sec) {
514 log("addSection: " + toString(*sec));
536 addSection(out.dylinkSec);
537 addSection(out.typeSec);
538 addSection(out.importSec);
539 addSection(out.functionSec);
540 addSection(out.tableSec);
541 addSection(out.memorySec);
542 addSection(out.tagSec);
543 addSection(out.globalSec);
544 addSection(out.exportSec);
545 addSection(out.startSec);
546 addSection(out.elemSec);
547 addSection(out.dataCountSec);
549 addSection(make<CodeSection>(out.functionSec->inputFunctions));
550 addSection(make<DataSection>(segments));
554 addSection(out.linkingSec);
559 addSection(out.nameSec);
560 addSection(out.producersSec);
561 addSection(out.targetFeaturesSec);
562 addSection(out.buildIdSec);