Searched refs:memelfnote (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/ |
D | binfmt_elf.c | 1322 struct memelfnote struct 1330 static int notesize(struct memelfnote *en) in notesize() argument 1341 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote() 1389 static void fill_note(struct memelfnote *note, const char *name, int type, in fill_note() 1479 static void fill_auxv_note(struct memelfnote *note, struct mm_struct *mm) in fill_auxv_note() 1489 static void fill_siginfo_note(struct memelfnote *note, user_siginfo_t *csigdata, in fill_siginfo_note() 1511 static int fill_files_note(struct memelfnote *note) in fill_files_note() 1593 struct memelfnote notes[0]; 1598 struct memelfnote psinfo; 1599 struct memelfnote signote; [all …]
|
D | binfmt_elf_fdpic.c | 1281 struct memelfnote struct 1289 static int notesize(struct memelfnote *en) in notesize() argument 1302 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote() 1352 static inline void fill_note(struct memelfnote *note, const char *name, int type, in fill_note() 1455 struct memelfnote notes[3]; 1581 struct memelfnote *notes = NULL; in elf_fdpic_core_dump() 1621 notes = kmalloc(NUM_NOTES * sizeof(struct memelfnote), GFP_KERNEL); in elf_fdpic_core_dump()
|
/linux-4.4.14/fs/proc/ |
D | kcore.c | 51 struct memelfnote struct 277 static int notesize(struct memelfnote *en) in notesize() 292 static char *storenote(struct memelfnote *men, char *bufp) in storenote() 325 struct memelfnote notes[3]; in elf_kcore_store_hdr()
|