Searched refs:segment_command_sz (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_core.c249 size_t segment_command_sz = sizeof(struct segment_command); local
265 segment_command_sz = sizeof(struct segment_command_64);
318 command_size = segment_count * segment_command_sz +
453 hoffset += segment_command_sz;
468 mh64->sizeofcmds -= segment_count * segment_command_sz;
471 mh->sizeofcmds -= segment_count * segment_command_sz;

Completed in 10 milliseconds