Lines Matching refs:SegLC
249 typename MachOTraits::SegmentLC SegLC; in startSynthesis() local
250 memset(&SegLC, 0, sizeof(SegLC)); in startSynthesis()
251 SegLC.cmd = MachOTraits::SegmentCmd; in startSynthesis()
252 SegLC.cmdsize = SegmentLCSize; in startSynthesis()
253 SegLC.vmaddr = ContainerBlockSize; in startSynthesis()
254 SegLC.vmsize = DebugSectionsSize; in startSynthesis()
255 SegLC.fileoff = ContainerBlockSize; in startSynthesis()
256 SegLC.filesize = DebugSectionsSize; in startSynthesis()
257 SegLC.maxprot = in startSynthesis()
259 SegLC.initprot = in startSynthesis()
261 SegLC.nsects = NumSections; in startSynthesis()
262 SegLC.flags = 0; in startSynthesis()
263 Writer.write(SegLC); in startSynthesis()