Searched refs:core_note_count (Results 1 – 2 of 2) sorted by relevance
99 uint64_t core_note_count; /* Number of LC_NOTEs to be included */ member377 coredump_save_note_summary(uint64_t core_note_count, uint64_t core_note_byte_count, void *context) in coredump_save_note_summary() argument381 if (!core_note_count || !core_note_byte_count || !context) { in coredump_save_note_summary()385 core_context->core_note_count = core_context->core_notes_remaining = core_note_count; in coredump_save_note_summary()416 …core_context->core_note_count = core_context->core_notes_remaining = (core_context->core_note_coun… in coredump_save_summary()427 (core_context->core_note_count * sizeof(struct note_command))); in coredump_save_summary()434 (core_context->core_note_count * sizeof(struct note_command))); in coredump_save_summary()443 …ore_context->core_segment_count + core_context->core_thread_count + core_context->core_note_count); in coredump_save_summary()626 __func__, core_context->core_note_count); in coredump_save_note_description()640 __func__, core_context->core_note_count - core_context->core_notes_remaining, in coredump_save_note_description()[all …]
90 typedef kern_return_t (*core_save_note_summary_cb)(uint64_t core_note_count, uint64_t core_note_byt…