Home
last modified time | relevance | path

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

/fs/
Dbinfmt_elf.c1324 struct memelfnote struct
1332 static int notesize(struct memelfnote *en) in notesize() argument
1343 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote()
1391 static void fill_note(struct memelfnote *note, const char *name, int type, in fill_note()
1481 static void fill_auxv_note(struct memelfnote *note, struct mm_struct *mm) in fill_auxv_note()
1491 static void fill_siginfo_note(struct memelfnote *note, user_siginfo_t *csigdata, in fill_siginfo_note()
1513 static int fill_files_note(struct memelfnote *note) in fill_files_note()
1595 struct memelfnote notes[0];
1600 struct memelfnote psinfo;
1601 struct memelfnote signote;
[all …]
Dbinfmt_elf_fdpic.c1241 struct memelfnote struct
1249 static int notesize(struct memelfnote *en) in notesize() argument
1262 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote()
1312 static inline void fill_note(struct memelfnote *note, const char *name, int type, in fill_note()
1415 struct memelfnote notes[3];
1541 struct memelfnote *notes = NULL; in elf_fdpic_core_dump()
1581 notes = kmalloc(NUM_NOTES * sizeof(struct memelfnote), GFP_KERNEL); in elf_fdpic_core_dump()
/fs/proc/
Dkcore.c51 struct memelfnote struct
277 static int notesize(struct memelfnote *en) in notesize()
292 static char *storenote(struct memelfnote *men, char *bufp) in storenote()
325 struct memelfnote notes[3]; in elf_kcore_store_hdr()