Searched refs:core_note_bytes_remaining (Results 1 – 1 of 1) sorted by relevance
102 …uint64_t core_note_bytes_remaining; /* Quantity of data remaining from LC_NOTEs that have… member402 …core_context->core_note_bytes_total = core_context->core_note_bytes_remaining = core_note_byte_cou… in coredump_save_note_summary()442 …core_context->core_note_bytes_total = core_context->core_note_bytes_remaining = (core_context->cor… in coredump_save_summary()741 if (length > core_context->core_note_bytes_remaining) { in coredump_save_note_data()743 …ta, length, context, core_context->core_note_bytes_total - core_context->core_note_bytes_remaining, in coredump_save_note_data()744 core_context->core_note_bytes_remaining); in coredump_save_note_data()751 core_context->core_note_bytes_remaining, ret); in coredump_save_note_data()755 core_context->core_note_bytes_remaining -= length; in coredump_save_note_data()798 core_context->core_note_bytes_remaining -= length_to_zero; in coredump_save_sw_vers_legacy()1005 if (context.core_note_bytes_remaining != 0) { in kern_coredump_routine()[all …]