Searched refs:core_note_bytes_remaining (Results 1 – 1 of 1) sorted by relevance
118 …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()437 …core_context->core_note_bytes_total = core_context->core_note_bytes_remaining = (core_context->cor… in coredump_save_summary()736 if (length > core_context->core_note_bytes_remaining) { in coredump_save_note_data()738 …ta, length, context, core_context->core_note_bytes_total - core_context->core_note_bytes_remaining, in coredump_save_note_data()739 core_context->core_note_bytes_remaining); in coredump_save_note_data()746 core_context->core_note_bytes_remaining, ret); in coredump_save_note_data()750 core_context->core_note_bytes_remaining -= length; in coredump_save_note_data()793 core_context->core_note_bytes_remaining -= length_to_zero; in coredump_save_sw_vers_legacy()998 if (context.core_note_bytes_remaining != 0) { in kern_coredump_routine()[all …]