Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/kern/
H A Dkern_core.c353 size_t segment_command_sz = sizeof(struct segment_command); in coredump() local
386 segment_command_sz = sizeof(struct segment_command_64); in coredump()
494 if (os_mul_overflow(segment_count, segment_command_sz, &lhs)) { in coredump()
495 …ment size overflow: segment_count=%lu, segment_command_sz=%lu", segment_count, segment_command_sz); in coredump()
703 hoffset += segment_command_sz; in coredump()
719 mh64->sizeofcmds -= segment_count * segment_command_sz; in coredump()
722 mh->sizeofcmds -= segment_count * segment_command_sz; in coredump()