Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kdp/
H A Dprocessor_core.c93 …uint64_t core_note_bytes_total; /* Sum of all data from the LC_NOTE segments in the c… member
395 …core_context->core_note_bytes_total = core_context->core_note_bytes_remaining = core_note_byte_cou… in coredump_save_note_summary()
439 …core_context->core_note_bytes_total = core_context->core_note_bytes_remaining = (core_context->cor… in coredump_save_summary()
457 …xt->core_header_size + core_context->core_segment_byte_total + core_context->core_note_bytes_total; in coredump_save_summary()
458 …t->core_header_size) + core_context->core_segment_byte_total + core_context->core_note_bytes_total; in coredump_save_summary()
741 …note_data, length, context, core_context->core_note_bytes_total - core_context->core_note_bytes_re… in coredump_save_note_data()
1005 __func__, context.core_note_bytes_remaining, context.core_note_bytes_total); in kern_coredump_routine()