Home
last modified time | relevance | path

Searched refs:memelfnote (Results 1 – 2 of 2) sorted by relevance

/linux/fs/
H A Dbinfmt_elf.c1407 struct memelfnote struct
1415 static int notesize(struct memelfnote *en) in notesize() argument
1426 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote()
1471 static void __fill_note(struct memelfnote *note, const char *name, int type, in __fill_note()
1566 static void fill_auxv_note(struct memelfnote *note, struct mm_struct *mm) in fill_auxv_note()
1576 static void fill_siginfo_note(struct memelfnote *note, user_siginfo_t *csigdata, in fill_siginfo_note()
1594 static int fill_files_note(struct memelfnote *note, struct coredump_params *cprm) in fill_files_note()
1686 struct memelfnote notes[];
1691 struct memelfnote psinfo;
1692 struct memelfnote signote;
[all …]
H A Dbinfmt_elf_fdpic.c1213 struct memelfnote struct
1221 static int notesize(struct memelfnote *en) in notesize() argument
1234 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote()
1284 static inline void __fill_note(struct memelfnote *note, const char *name, int type, in __fill_note()
1385 struct memelfnote notes[2];
1482 struct memelfnote psinfo_note, auxv_note; in elf_fdpic_core_dump()