Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/mach/
H A Ddyld_kernel_fixups.h223 const struct load_command* startCmds = 0; in kernel_collection_slide() local
225 startCmds = (struct load_command*)((uintptr_t)mh + sizeof(struct mach_header_64)); in kernel_collection_slide()
227 startCmds = (struct load_command*)((uintptr_t)mh + sizeof(struct mach_header)); in kernel_collection_slide()
233 …const struct load_command* const cmdsEnd = (struct load_command*)((uintptr_t)startCmds + mh->sizeo… in kernel_collection_slide()
234 const struct load_command* cmd = startCmds; in kernel_collection_slide()
244 if ((nextCmd > cmdsEnd) || (nextCmd < startCmds)) { in kernel_collection_slide()