Searched refs:segment_command_sz (Results 1 – 1 of 1) sorted by relevance
267 size_t segment_command_sz = sizeof(struct segment_command); in coredump() local291 segment_command_sz = sizeof(struct segment_command_64); in coredump()366 if (os_mul_overflow(segment_count, segment_command_sz, &lhs)) { in coredump()547 hoffset += segment_command_sz; in coredump()562 mh64->sizeofcmds -= segment_count * segment_command_sz; in coredump()565 mh->sizeofcmds -= segment_count * segment_command_sz; in coredump()