Searched refs:memelfnote (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/ |
D | binfmt_elf.c | 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; [all …]
|
D | binfmt_elf_fdpic.c | 1241 struct memelfnote struct 1249 static int notesize(struct memelfnote *en) in notesize() argument 1262 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote() 1312 static inline void fill_note(struct memelfnote *note, const char *name, int type, in fill_note() 1415 struct memelfnote notes[3]; 1541 struct memelfnote *notes = NULL; in elf_fdpic_core_dump() 1581 notes = kmalloc(NUM_NOTES * sizeof(struct memelfnote), GFP_KERNEL); in elf_fdpic_core_dump()
|
/linux-4.1.27/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()
|