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… member386 …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()720 if (length > core_context->core_note_bytes_remaining) { in coredump_save_note_data()722 …ta, length, context, core_context->core_note_bytes_total - core_context->core_note_bytes_remaining, in coredump_save_note_data()723 core_context->core_note_bytes_remaining); in coredump_save_note_data()730 core_context->core_note_bytes_remaining, ret); in coredump_save_note_data()734 core_context->core_note_bytes_remaining -= length; in coredump_save_note_data()777 core_context->core_note_bytes_remaining -= length_to_zero; in coredump_save_sw_vers_legacy()984 if (context.core_note_bytes_remaining != 0) { in kern_coredump_routine()[all …]