Searched refs:core_note_bytes_remaining (Results 1 – 1 of 1) sorted by relevance
100 …uint64_t core_note_bytes_remaining; /* Quantity of data remaining from LC_NOTEs that have… member284 …core_context->core_note_bytes_total = core_context->core_note_bytes_remaining = core_note_byte_cou… in coredump_save_note_summary()319 …core_context->core_note_bytes_total = core_context->core_note_bytes_remaining = (core_context->cor… in coredump_save_summary()632 if (length > core_context->core_note_bytes_remaining) { in coredump_save_note_data()634 …ta, length, context, core_context->core_note_bytes_total - core_context->core_note_bytes_remaining, in coredump_save_note_data()635 core_context->core_note_bytes_remaining); in coredump_save_note_data()642 core_context->core_note_bytes_remaining, ret); in coredump_save_note_data()646 core_context->core_note_bytes_remaining -= length; in coredump_save_note_data()689 core_context->core_note_bytes_remaining -= length_to_zero; in coredump_save_sw_vers_legacy()886 if (context.core_note_bytes_remaining != 0) { in kern_coredump_routine()[all …]