Lines Matching defs:section
227 seg->numNonHiddenSections() * sizeof(typename LP::section);
232 using SectionHeader = typename LP::section;
593 LCCodeSignature(CodeSignatureSection *section) : section(section) {}
601 c->dataoff = static_cast<uint32_t>(section->fileOff);
602 c->datasize = section->getSize();
605 CodeSignatureSection *section;
610 LCExportsTrie(ExportSection *section) : section(section) {}
618 c->dataoff = section->fileOff;
619 c->datasize = section->getSize();
622 ExportSection *section;
627 LCChainedFixups(ChainedFixupsSection *section) : section(section) {}
635 c->dataoff = section->fileOff;
636 c->datasize = section->getSize();
639 ChainedFixupsSection *section;
691 // relative to the start of the referent section, and therefore have no
998 // output section indices.
1053 // Once all the inputs are added, we can finalize the output section
1080 // is no redundancy in the output, as we do not emit section headers for
1086 fatal("section from " +
1088 " conflicts with synthetic section " + ssec->segname + "," +
1404 // This section contains space for just a single word, and will be used by