Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dmach_loader.c299 widen_segment_command(const struct segment_command *scp32, in widen_segment_command() argument
302 scp->cmd = scp32->cmd; in widen_segment_command()
303 scp->cmdsize = scp32->cmdsize; in widen_segment_command()
304 bcopy(scp32->segname, scp->segname, sizeof(scp->segname)); in widen_segment_command()
305 scp->vmaddr = scp32->vmaddr; in widen_segment_command()
306 scp->vmsize = scp32->vmsize; in widen_segment_command()
307 scp->fileoff = scp32->fileoff; in widen_segment_command()
308 scp->filesize = scp32->filesize; in widen_segment_command()
309 scp->maxprot = scp32->maxprot; in widen_segment_command()
310 scp->initprot = scp32->initprot; in widen_segment_command()
[all …]