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