Searched refs:elf_prpsinfo (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| H A D | elfcore.h | 57 struct elf_prpsinfo struct
|
| /linux/fs/proc/ |
| H A D | kcore.c | 128 ALIGN(sizeof(struct elf_prpsinfo), 4) + in update_kcore_size() 430 struct elf_prpsinfo prpsinfo = { in read_kcore_iter()
|
| /linux/arch/s390/kernel/ |
| H A D | crash_dump.c | 354 struct elf_prpsinfo prpsinfo; in nt_prpsinfo() 598 size += nt_size(PRPSINFO, struct elf_prpsinfo); in get_elfcorehdr_size()
|
| /linux/fs/ |
| H A D | binfmt_elf_fdpic.c | 1334 static int fill_psinfo(struct elf_prpsinfo *psinfo, struct task_struct *p, in fill_psinfo() 1342 memset(psinfo, 0, sizeof(struct elf_prpsinfo)); in fill_psinfo() 1483 struct elf_prpsinfo *psinfo = NULL; /* NT_PRPSINFO */ in elf_fdpic_core_dump()
|
| H A D | binfmt_elf.c | 1521 static int fill_psinfo(struct elf_prpsinfo *psinfo, struct task_struct *p, in fill_psinfo() 1529 memset(psinfo, 0, sizeof(struct elf_prpsinfo)); in fill_psinfo() 1823 struct elf_prpsinfo *psinfo; in fill_note_info()
|