Searched refs:note_command (Results 1 – 3 of 3) sorted by relevance
332 struct note_command *nc = (struct note_command *)(header + hoffset); in dump_notes()335 nc->cmdsize = sizeof(struct note_command); in dump_notes()340 hoffset += sizeof(struct note_command); in dump_notes()581 if (os_mul_overflow(notes_count, sizeof(struct note_command), ¬es_size)) { in coredump()
445 (core_context->core_note_count * sizeof(struct note_command))); in coredump_save_summary()452 (core_context->core_note_count * sizeof(struct note_command))); in coredump_save_summary()649 struct note_command note = { .cmd = LC_NOTE, in coredump_save_note_description()650 .cmdsize = sizeof(struct note_command), in coredump_save_note_description()
1582 struct note_command { struct