Lines Matching defs:notes
1389 struct memelfnote notes[2];
1412 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, sizeof(t->prstatus),
1415 *sz += notesize(&t->notes[0]);
1430 fill_note(&t->notes[1], "CORE", NT_PRFPREG, sizeof(t->fpu),
1433 *sz += notesize(&t->notes[1]);
1527 /* for notes section */
1540 * Set up the notes in similar form to SVR4 core dumps made
1559 /* Write notes phdr entry */
1620 /* write out the notes section */
1621 if (!writenote(thread_list->notes, cprm))
1628 if (!writenote(thread_list->notes + i, cprm))
1631 /* write out the thread status notes section */
1634 if (!writenote(&tmp->notes[i], cprm))