Home
last modified time | relevance | path

Searched refs:note_command (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.1.10/bsd/kern/
H A Dkern_core.c272 struct note_command *nc = (struct note_command *)(header + hoffset); in dump_notes()
275 nc->cmdsize = sizeof(struct note_command); in dump_notes()
280 hoffset += sizeof(struct note_command); in dump_notes()
517 if (os_mul_overflow(notes_count, sizeof(struct note_command), &notes_size)) { in coredump()
/xnu-11215.1.10/osfmk/kdp/
H A Dprocessor_core.c452 (core_context->core_note_count * sizeof(struct note_command))); in coredump_save_summary()
459 (core_context->core_note_count * sizeof(struct note_command))); in coredump_save_summary()
655 struct note_command note = { .cmd = LC_NOTE, in coredump_save_note_description()
656 .cmdsize = sizeof(struct note_command), in coredump_save_note_description()
/xnu-11215.1.10/EXTERNAL_HEADERS/mach-o/
H A Dloader.h1582 struct note_command { struct