Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kdp/
H A Dprocessor_core.c91 uint64_t core_note_count; /* Number of LC_NOTEs to be included */ member
386 coredump_save_note_summary(uint64_t core_note_count, uint64_t core_note_byte_count, void *context) in coredump_save_note_summary() argument
390 if (!core_note_count || !core_note_byte_count || !context) { in coredump_save_note_summary()
394 core_context->core_note_count = core_context->core_notes_remaining = core_note_count; in coredump_save_note_summary()
434 …core_context->core_note_count = core_context->core_notes_remaining = (core_context->core_note_coun… in coredump_save_summary()
445 (core_context->core_note_count * sizeof(struct note_command))); in coredump_save_summary()
452 (core_context->core_note_count * sizeof(struct note_command))); in coredump_save_summary()
461 …ore_context->core_segment_count + core_context->core_thread_count + core_context->core_note_count); in coredump_save_summary()
645 __func__, core_context->core_note_count); in coredump_save_note_description()
659 __func__, core_context->core_note_count - core_context->core_notes_remaining, in coredump_save_note_description()
[all …]
H A Dprocessor_core.h90 typedef kern_return_t (*core_save_note_summary_cb)(uint64_t core_note_count, uint64_t core_note_byt…