Searched refs:SegLC (Results 1 – 1 of 1) sorted by relevance
249 typename MachOTraits::SegmentLC SegLC; in startSynthesis() local250 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()[all …]