Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kdp/
H A Dprocessor_core.c97 uint64_t core_note_count; /* Number of LC_NOTEs to be included */ member
275 coredump_save_note_summary(uint64_t core_note_count, uint64_t core_note_byte_count, void *context) in coredump_save_note_summary() argument
279 if (!core_note_count || !core_note_byte_count || !context) { in coredump_save_note_summary()
283 core_context->core_note_count = core_context->core_notes_remaining = core_note_count; in coredump_save_note_summary()
314 …core_context->core_note_count = core_context->core_notes_remaining = (core_context->core_note_coun… in coredump_save_summary()
325 (core_context->core_note_count * sizeof(struct note_command))); in coredump_save_summary()
332 (core_context->core_note_count * sizeof(struct note_command))); in coredump_save_summary()
341 …ore_context->core_segment_count + core_context->core_thread_count + core_context->core_note_count); in coredump_save_summary()
538 __func__, core_context->core_note_count); in coredump_save_note_description()
552 __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…