memelfnote
static int notesize(struct memelfnote *en)
static int writenote(struct memelfnote *men, struct coredump_params *cprm)
static void __fill_note(struct memelfnote *note, const char *name, int type,
static void fill_auxv_note(struct memelfnote *note, struct mm_struct *mm)
static void fill_siginfo_note(struct memelfnote *note, user_siginfo_t *csigdata,
static int fill_files_note(struct memelfnote *note, struct coredump_params *cprm)
struct memelfnote notes[];
struct memelfnote psinfo;
struct memelfnote signote;
struct memelfnote auxv;
struct memelfnote files;
static int notesize(struct memelfnote *en)
static int writenote(struct memelfnote *men, struct coredump_params *cprm)
static inline void __fill_note(struct memelfnote *note, const char *name, int type,
struct memelfnote notes[2];
struct memelfnote psinfo_note, auxv_note;