Searched refs:TextSections (Results 1 – 1 of 1) sorted by relevance
1515 std::vector<SecDesc> TextSections, DataSections; in populateObjCRuntimeObject() local1588 TextSections.push_back({}); in populateObjCRuntimeObject()1589 AddSection(TextSections.back(), *GraphSec); in populateObjCRuntimeObject()1614 Hdr.ncmds = 1 + !TextSections.empty(); in populateObjCRuntimeObject()1617 (TextSections.size() + DataSections.size()) * sizeof(MachO::section_64); in populateObjCRuntimeObject()1647 if (!TextSections.empty()) in populateObjCRuntimeObject()1648 WriteSegment("__TEXT", TextSections); in populateObjCRuntimeObject()