Searched refs:memelfnote (Results 1 – 3 of 3) sorted by relevance
/fs/proc/ |
D | kcore.c | 52 struct memelfnote struct 105 static int notesize(struct memelfnote *en) in notesize() 120 static char *storenote(struct memelfnote *men, char *bufp) in storenote() 153 struct memelfnote notes[3]; in elf_kcore_store_hdr()
|
/fs/ |
D | binfmt_elf.c | 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; [all …]
|
D | binfmt_elf_fdpic.c | 1270 struct memelfnote struct 1278 static int notesize(struct memelfnote *en) in notesize() argument 1296 static int writenote(struct memelfnote *men, struct file *file) in writenote() 1361 static inline void fill_note(struct memelfnote *note, const char *name, int type, in fill_note() 1457 struct memelfnote notes[3]; 1600 struct memelfnote *notes = NULL; in elf_fdpic_core_dump() 1635 notes = kmalloc(NUM_NOTES * sizeof(struct memelfnote), GFP_KERNEL); in elf_fdpic_core_dump()
|