Searched refs:scp32 (Results 1 – 1 of 1) sorted by relevance
309 widen_segment_command(const struct segment_command *scp32, in widen_segment_command() argument312 scp->cmd = scp32->cmd; in widen_segment_command()313 scp->cmdsize = scp32->cmdsize; in widen_segment_command()314 bcopy(scp32->segname, scp->segname, sizeof(scp->segname)); in widen_segment_command()315 scp->vmaddr = scp32->vmaddr; in widen_segment_command()316 scp->vmsize = scp32->vmsize; in widen_segment_command()317 scp->fileoff = scp32->fileoff; in widen_segment_command()318 scp->filesize = scp32->filesize; in widen_segment_command()319 scp->maxprot = scp32->maxprot; in widen_segment_command()320 scp->initprot = scp32->initprot; in widen_segment_command()[all …]