Searched refs:memelfnote (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/ |
H A D | binfmt_elf.c | 1460 struct memelfnote struct 1468 static int notesize(struct memelfnote *en) in notesize() argument 1479 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote() 1524 static void fill_note(struct memelfnote *note, const char *name, int type, in fill_note() 1616 static void fill_auxv_note(struct memelfnote *note, struct mm_struct *mm) in fill_auxv_note() 1626 static void fill_siginfo_note(struct memelfnote *note, user_siginfo_t *csigdata, in fill_siginfo_note() 1645 static int fill_files_note(struct memelfnote *note, struct coredump_params *cprm) in fill_files_note() 1733 struct memelfnote notes[]; 1738 struct memelfnote psinfo; 1739 struct memelfnote signote; [all …]
|
H A D | binfmt_elf_fdpic.c | 1200 struct memelfnote struct 1208 static int notesize(struct memelfnote *en) in notesize() argument 1221 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote() 1271 static inline void fill_note(struct memelfnote *note, const char *name, int type, in fill_note() 1369 struct memelfnote notes[2]; 1468 struct memelfnote psinfo_note, auxv_note; in elf_fdpic_core_dump()
|