Home
last modified time | relevance | path

Searched refs:scp32 (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.41.3/bsd/kern/
H A Dmach_loader.c308 widen_segment_command(const struct segment_command *scp32, in widen_segment_command() argument
311 scp->cmd = scp32->cmd; in widen_segment_command()
312 scp->cmdsize = scp32->cmdsize; in widen_segment_command()
313 bcopy(scp32->segname, scp->segname, sizeof(scp->segname)); in widen_segment_command()
314 scp->vmaddr = scp32->vmaddr; in widen_segment_command()
315 scp->vmsize = scp32->vmsize; in widen_segment_command()
316 scp->fileoff = scp32->fileoff; in widen_segment_command()
317 scp->filesize = scp32->filesize; in widen_segment_command()
318 scp->maxprot = scp32->maxprot; in widen_segment_command()
319 scp->initprot = scp32->initprot; in widen_segment_command()
[all …]