Searched refs:memelfnote (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/fs/ |
D | binfmt_elf.c | 1414 struct memelfnote struct 1422 static int notesize(struct memelfnote *en) in notesize() argument 1433 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote() 1481 static void fill_note(struct memelfnote *note, const char *name, int type, in fill_note() 1572 static void fill_auxv_note(struct memelfnote *note, struct mm_struct *mm) in fill_auxv_note() 1582 static void fill_siginfo_note(struct memelfnote *note, user_siginfo_t *csigdata, in fill_siginfo_note() 1604 static int fill_files_note(struct memelfnote *note) in fill_files_note() 1688 struct memelfnote notes[0]; 1693 struct memelfnote psinfo; 1694 struct memelfnote signote; [all …]
|
D | binfmt_elf_fdpic.c | 1261 struct memelfnote struct 1269 static int notesize(struct memelfnote *en) in notesize() argument 1282 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote() 1332 static inline void fill_note(struct memelfnote *note, const char *name, int type, in fill_note() 1435 struct memelfnote notes[3]; 1563 struct memelfnote *notes = NULL; in elf_fdpic_core_dump() 1603 notes = kmalloc_array(NUM_NOTES, sizeof(struct memelfnote), in elf_fdpic_core_dump()
|