Lines Matching refs:memelfnote
1312 struct memelfnote struct
1320 static int notesize(struct memelfnote *en) in notesize() argument
1331 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote()
1379 static void fill_note(struct memelfnote *note, const char *name, int type, in fill_note()
1469 static void fill_auxv_note(struct memelfnote *note, struct mm_struct *mm) in fill_auxv_note()
1479 static void fill_siginfo_note(struct memelfnote *note, user_siginfo_t *csigdata, in fill_siginfo_note()
1501 static int fill_files_note(struct memelfnote *note) in fill_files_note()
1583 struct memelfnote notes[0];
1588 struct memelfnote psinfo;
1589 struct memelfnote signote;
1590 struct memelfnote auxv;
1591 struct memelfnote files;
1851 struct memelfnote notes[3];
1894 struct memelfnote *notes;
1895 struct memelfnote *notes_files;
1914 info->notes = kmalloc(8 * sizeof(struct memelfnote), GFP_KERNEL); in elf_note_info_init()