Searched refs:core_note_bytes_remaining (Results 1 – 1 of 1) sorted by relevance
94 …uint64_t core_note_bytes_remaining; /* Quantity of data remaining from LC_NOTEs that have… member395 …core_context->core_note_bytes_total = core_context->core_note_bytes_remaining = core_note_byte_cou… in coredump_save_note_summary()439 …core_context->core_note_bytes_total = core_context->core_note_bytes_remaining = (core_context->cor… in coredump_save_summary()739 if (length > core_context->core_note_bytes_remaining) { in coredump_save_note_data()741 …ta, length, context, core_context->core_note_bytes_total - core_context->core_note_bytes_remaining, in coredump_save_note_data()742 core_context->core_note_bytes_remaining); in coredump_save_note_data()749 core_context->core_note_bytes_remaining, ret); in coredump_save_note_data()753 core_context->core_note_bytes_remaining -= length; in coredump_save_note_data()796 core_context->core_note_bytes_remaining -= length_to_zero; in coredump_save_sw_vers_legacy()1003 if (context.core_note_bytes_remaining != 0) { in kern_coredump_routine()[all …]