Searched refs:SegLC (Results 1 – 2 of 2) sorted by relevance
1614 MachO::segment_command_64 SegLC; in populateObjCRuntimeObject() local1615 memset(&SegLC, 0, sizeof(SegLC)); in populateObjCRuntimeObject()1616 memcpy(SegLC.segname, Name.data(), Name.size()); in populateObjCRuntimeObject()1617 SegLC.cmd = MachO::LC_SEGMENT_64; in populateObjCRuntimeObject()1618 SegLC.cmdsize = sizeof(MachO::segment_command_64) + in populateObjCRuntimeObject()1620 SegLC.nsects = Secs.size(); in populateObjCRuntimeObject()1621 WriteMachOStruct(SegLC); in populateObjCRuntimeObject()