Lines Matching defs:notes
1369 struct memelfnote notes[2];
1394 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, sizeof(t->prstatus),
1397 *sz += notesize(&t->notes[0]);
1412 fill_note(&t->notes[1], "CORE", NT_PRFPREG, sizeof(t->fpu),
1415 *sz += notesize(&t->notes[1]);
1509 /* for notes section */
1522 * Set up the notes in similar form to SVR4 core dumps made
1541 /* Write notes phdr entry */
1602 /* write out the notes section */
1603 if (!writenote(thread_list->notes, cprm))
1610 if (!writenote(thread_list->notes + i, cprm))
1613 /* write out the thread status notes section */
1616 if (!writenote(&tmp->notes[i], cprm))