Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dbinfmt_elf.c1435 struct memelfnote struct
1443 static int notesize(struct memelfnote *en) in notesize() argument
1454 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote()
1499 static void fill_note(struct memelfnote *note, const char *name, int type, in fill_note()
1591 static void fill_auxv_note(struct memelfnote *note, struct mm_struct *mm) in fill_auxv_note()
1601 static void fill_siginfo_note(struct memelfnote *note, user_siginfo_t *csigdata, in fill_siginfo_note()
1619 static int fill_files_note(struct memelfnote *note, struct coredump_params *cprm) in fill_files_note()
1711 struct memelfnote notes[];
1716 struct memelfnote psinfo;
1717 struct memelfnote signote;
[all …]
Dbinfmt_elf_fdpic.c1197 struct memelfnote struct
1205 static int notesize(struct memelfnote *en) in notesize() argument
1218 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote()
1268 static inline void fill_note(struct memelfnote *note, const char *name, int type, in fill_note()
1366 struct memelfnote notes[2];
1465 struct memelfnote psinfo_note, auxv_note; in elf_fdpic_core_dump()