Searched refs:elf_prpsinfo (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.6/include/linux/ |
| D | elfcore.h | 57 struct elf_prpsinfo struct
|
| /Linux-v6.6/fs/ |
| D | compat_binfmt_elf.c | 54 #define elf_prpsinfo compat_elf_prpsinfo macro
|
| D | binfmt_elf_fdpic.c | 1318 static int fill_psinfo(struct elf_prpsinfo *psinfo, struct task_struct *p, in fill_psinfo() 1326 memset(psinfo, 0, sizeof(struct elf_prpsinfo)); in fill_psinfo() 1469 struct elf_prpsinfo *psinfo = NULL; /* NT_PRPSINFO */ in elf_fdpic_core_dump()
|
| D | binfmt_elf.c | 1570 static int fill_psinfo(struct elf_prpsinfo *psinfo, struct task_struct *p, in fill_psinfo() 1578 memset(psinfo, 0, sizeof(struct elf_prpsinfo)); in fill_psinfo() 1862 struct elf_prpsinfo *psinfo; in fill_note_info()
|
| /Linux-v6.6/fs/proc/ |
| D | kcore.c | 111 ALIGN(sizeof(struct elf_prpsinfo), 4) + in get_kcore_size() 417 struct elf_prpsinfo prpsinfo = { in read_kcore_iter()
|
| /Linux-v6.6/arch/s390/kernel/ |
| D | crash_dump.c | 359 struct elf_prpsinfo prpsinfo; in nt_prpsinfo() 552 size += nt_size(NT_PRPSINFO, sizeof(struct elf_prpsinfo)); in get_elfcorehdr_size()
|