Searched refs:core_notes (Results 1 – 2 of 2) sorted by relevance
247 } const core_notes[] = { variable255 const size_t notes_count = sizeof(core_notes) / sizeof(struct core_note);267 if (core_notes[i].cn_write_cb == NULL) { in dump_notes()277 nc->size = core_notes[i].cn_size; in dump_notes()278 strlcpy(nc->data_owner, core_notes[i].cn_owner, sizeof(nc->data_owner)); in dump_notes()283 error = core_notes[i].cn_write_cb(vp, foffset); in dump_notes()285 COREDUMPLOG("failed to write LC_NOTE %s: error %d", core_notes[i].cn_owner, error); in dump_notes()289 foffset += core_notes[i].cn_size; in dump_notes()
15 EXPORT_MI_LIST = ${DATAFILES} kdp_dyld.h core_notes.h