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 */ member393 coredump_save_note_summary(uint64_t core_note_count, uint64_t core_note_byte_count, void *context) in coredump_save_note_summary() argument397 if (!core_note_count || !core_note_byte_count || !context) { in coredump_save_note_summary()401 core_context->core_note_count = core_context->core_notes_remaining = core_note_count; in coredump_save_note_summary()437 …core_context->core_note_count = core_context->core_notes_remaining = (core_context->core_note_coun… in coredump_save_summary()448 (core_context->core_note_count * sizeof(struct note_command))); in coredump_save_summary()455 (core_context->core_note_count * sizeof(struct note_command))); in coredump_save_summary()464 …ore_context->core_segment_count + core_context->core_thread_count + core_context->core_note_count); in coredump_save_summary()647 __func__, core_context->core_note_count); in coredump_save_note_description()661 __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…