Searched refs:SegLC (Results 1 – 1 of 1) sorted by relevance
1568 MachO::segment_command_64 SegLC; in populateObjCRuntimeObject() local1569 memset(&SegLC, 0, sizeof(SegLC)); in populateObjCRuntimeObject()1570 memcpy(SegLC.segname, Name.data(), Name.size()); in populateObjCRuntimeObject()1571 SegLC.cmd = MachO::LC_SEGMENT_64; in populateObjCRuntimeObject()1572 SegLC.cmdsize = sizeof(MachO::segment_command_64) + in populateObjCRuntimeObject()1574 SegLC.nsects = Secs.size(); in populateObjCRuntimeObject()1575 WriteMachOStruct(SegLC); in populateObjCRuntimeObject()