Lines Matching refs:memelfnote
1249 struct memelfnote struct
1257 static int notesize(struct memelfnote *en) in notesize() argument
1278 static int writenote(struct memelfnote *men, struct file *file, in writenote()
1341 static void fill_note(struct memelfnote *note, const char *name, int type, in fill_note()
1424 static void fill_auxv_note(struct memelfnote *note, struct mm_struct *mm) in fill_auxv_note()
1441 struct memelfnote notes[0];
1446 struct memelfnote psinfo;
1447 struct memelfnote auxv;
1676 struct memelfnote notes[3];
1719 struct memelfnote *notes;
1747 info->notes = kmalloc(NUM_NOTES * sizeof(struct memelfnote), in fill_note_info()