Lines Matching full:notes

1667 	struct memelfnote notes[];  member
1718 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, in fill_thread_core_info()
1720 info->size += notesize(&t->notes[0]); in fill_thread_core_info()
1752 fill_note(&t->notes[note_iter], is_fpreg ? "CORE" : "LINUX", in fill_thread_core_info()
1755 info->size += notesize(&t->notes[note_iter]); in fill_thread_core_info()
1772 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, sizeof(t->prstatus), in fill_thread_core_info()
1774 info->size += notesize(&t->notes[0]); in fill_thread_core_info()
1783 fill_note(&t->notes[1], "CORE", NT_PRFPREG, sizeof(*fpu), fpu); in fill_thread_core_info()
1784 info->size += notesize(&t->notes[1]); in fill_thread_core_info()
1809 * Figure out how many notes we're going to need for each thread. in fill_note_info()
1841 notes[info->thread_notes]), in fill_note_info()
1849 notes[info->thread_notes]), in fill_note_info()
1867 * Fill in the two process-wide notes. in fill_note_info()
1885 * Write all the notes for each thread. When writing the first thread, the
1886 * process-wide notes are interleaved after the first thread-specific note.
1897 if (!writenote(&t->notes[0], cprm)) in write_note_info()
1911 if (t->notes[i].data && in write_note_info()
1912 !writenote(&t->notes[i], cprm)) in write_note_info()
1929 WARN_ON(t->notes[0].data && t->notes[0].data != &t->prstatus); in free_note_info()
1931 kfree(t->notes[i].data); in free_note_info()
1979 /* for notes section */ in elf_core_dump()
1989 * notes. This also sets up the file header. in elf_core_dump()
1999 /* Write notes phdr entry */ in elf_core_dump()
2063 /* write out the notes section */ in elf_core_dump()