Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/kdp/
H A Dprocessor_core.c101 …uint64_t core_note_bytes_total; /* Sum of all data from the LC_NOTE segments in the c… member
386 …core_context->core_note_bytes_total = core_context->core_note_bytes_remaining = core_note_byte_cou… in coredump_save_note_summary()
421 …core_context->core_note_bytes_total = core_context->core_note_bytes_remaining = (core_context->cor… in coredump_save_summary()
439 …xt->core_header_size + core_context->core_segment_byte_total + core_context->core_note_bytes_total; in coredump_save_summary()
440 …t->core_header_size) + core_context->core_segment_byte_total + core_context->core_note_bytes_total; in coredump_save_summary()
722 …note_data, length, context, core_context->core_note_bytes_total - core_context->core_note_bytes_re… in coredump_save_note_data()
986 __func__, context.core_note_bytes_remaining, context.core_note_bytes_total); in kern_coredump_routine()