Searched refs:elf_prpsinfo (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/ |
| A D | compat_binfmt_elf.c | 54 #define elf_prpsinfo compat_elf_prpsinfo macro
|
| A D | binfmt_elf.c | 1548 static int fill_psinfo(struct elf_prpsinfo *psinfo, struct task_struct *p, in fill_psinfo() 1556 memset(psinfo, 0, sizeof(struct elf_prpsinfo)); in fill_psinfo() 1808 struct elf_prpsinfo *psinfo; in fill_note_info() 2001 struct elf_prpsinfo *psinfo; /* NT_PRPSINFO */
|
| A D | binfmt_elf_fdpic.c | 1322 static int fill_psinfo(struct elf_prpsinfo *psinfo, struct task_struct *p, in fill_psinfo() 1330 memset(psinfo, 0, sizeof(struct elf_prpsinfo)); in fill_psinfo() 1473 struct elf_prpsinfo *psinfo = NULL; /* NT_PRPSINFO */ in elf_fdpic_core_dump()
|
| /linux/include/linux/ |
| A D | elfcore.h | 57 struct elf_prpsinfo struct
|
| /linux/fs/proc/ |
| A D | kcore.c | 112 ALIGN(sizeof(struct elf_prpsinfo), 4) + in get_kcore_size() 418 struct elf_prpsinfo prpsinfo = { in read_kcore()
|
| /linux/arch/s390/kernel/ |
| A D | crash_dump.c | 418 struct elf_prpsinfo prpsinfo; in nt_prpsinfo() 611 size += nt_size(NT_PRPSINFO, sizeof(struct elf_prpsinfo)); in get_elfcorehdr_size()
|
Completed in 16 milliseconds