Searched refs:notes_count (Results 1 – 1 of 1) sorted by relevance
255 const size_t notes_count = sizeof(core_notes) / sizeof(struct core_note); variable264 for (size_t i = 0; i < notes_count; i++) { in dump_notes()516 if (os_mul_overflow(notes_count, sizeof(struct note_command), ¬es_size)) { in coredump()551 mh64->ncmds = (uint32_t)(segment_count + notes_count + thread_count); in coredump()559 mh->ncmds = (uint32_t)(segment_count + notes_count + thread_count); in coredump()727 COREDUMPLOG("dumping %zu notes", notes_count); in coredump()