Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/kdp/
H A Dprocessor_core.c117 …uint64_t core_note_bytes_total; /* Sum of all data from the LC_NOTE segments in the c… member
402 …core_context->core_note_bytes_total = core_context->core_note_bytes_remaining = core_note_byte_cou… in coredump_save_note_summary()
437 …core_context->core_note_bytes_total = core_context->core_note_bytes_remaining = (core_context->cor… in coredump_save_summary()
455 …xt->core_header_size + core_context->core_segment_byte_total + core_context->core_note_bytes_total; in coredump_save_summary()
456 …t->core_header_size) + core_context->core_segment_byte_total + core_context->core_note_bytes_total; in coredump_save_summary()
738 …note_data, length, context, core_context->core_note_bytes_total - core_context->core_note_bytes_re… in coredump_save_note_data()
1000 __func__, context.core_note_bytes_remaining, context.core_note_bytes_total); in kern_coredump_routine()