Lines Matching refs:notes
1732 struct memelfnote notes[];
1783 fill_note(&t->notes[0], "CORE", NT_PRSTATUS,
1785 info->size += notesize(&t->notes[0]);
1817 fill_note(&t->notes[note_iter], is_fpreg ? "CORE" : "LINUX",
1820 info->size += notesize(&t->notes[note_iter]);
1837 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, sizeof(t->prstatus),
1839 info->size += notesize(&t->notes[0]);
1848 fill_note(&t->notes[1], "CORE", NT_PRFPREG, sizeof(*fpu), fpu);
1849 info->size += notesize(&t->notes[1]);
1874 * Figure out how many notes we're going to need for each thread.
1906 notes[info->thread_notes]),
1914 notes[info->thread_notes]),
1932 * Fill in the two process-wide notes.
1950 * Write all the notes for each thread. When writing the first thread, the
1951 * process-wide notes are interleaved after the first thread-specific note.
1962 if (!writenote(&t->notes[0], cprm))
1976 if (t->notes[i].data &&
1977 !writenote(&t->notes[i], cprm))
1994 WARN_ON(t->notes[0].data && t->notes[0].data != &t->prstatus);
1996 kfree(t->notes[i].data);
2044 /* for notes section */
2054 * notes. This also sets up the file header.
2064 /* Write notes phdr entry */
2128 /* write out the notes section */