Searched refs:startCmds (Results 1 – 1 of 1) sorted by relevance
223 const struct load_command* startCmds = 0; in kernel_collection_slide() local225 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()