Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dbinfmt_elf.c1465 struct memelfnote struct
1473 static int notesize(struct memelfnote *en) in notesize() argument
1484 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote()
1529 static void fill_note(struct memelfnote *note, const char *name, int type, in fill_note()
1621 static void fill_auxv_note(struct memelfnote *note, struct mm_struct *mm) in fill_auxv_note()
1631 static void fill_siginfo_note(struct memelfnote *note, user_siginfo_t *csigdata, in fill_siginfo_note()
1741 struct memelfnote notes[];
1746 struct memelfnote psinfo;
1747 struct memelfnote signote;
1748 struct memelfnote auxv;
[all …]
H A Dbinfmt_elf_fdpic.c1207 struct memelfnote struct
1215 static int notesize(struct memelfnote *en) in notesize() argument
1228 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote()
1278 static inline void fill_note(struct memelfnote *note, const char *name, int type, in fill_note()
1376 struct memelfnote notes[2];
1475 struct memelfnote psinfo_note, auxv_note; in elf_fdpic_core_dump()