Searched refs:TextSections (Results 1 – 1 of 1) sorted by relevance
1492 std::vector<SecDesc> TextSections, DataSections; in populateObjCRuntimeObject() local1571 TextSections.push_back({}); in populateObjCRuntimeObject()1572 AddSection(TextSections.back(), *GraphSec); in populateObjCRuntimeObject()1597 Hdr.ncmds = 1 + !TextSections.empty(); in populateObjCRuntimeObject()1600 (TextSections.size() + DataSections.size()) * sizeof(MachO::section_64); in populateObjCRuntimeObject()1630 if (!TextSections.empty()) in populateObjCRuntimeObject()1631 WriteSegment("__TEXT", TextSections); in populateObjCRuntimeObject()