Searched refs:elf_prpsinfo (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | elfcore.h | 57 struct elf_prpsinfo struct
|
| /linux-6.15/fs/ |
| H A D | compat_binfmt_elf.c | 54 #define elf_prpsinfo compat_elf_prpsinfo macro
|
| H A D | binfmt_elf_fdpic.c | 1325 static int fill_psinfo(struct elf_prpsinfo *psinfo, struct task_struct *p, in fill_psinfo() 1333 memset(psinfo, 0, sizeof(struct elf_prpsinfo)); in fill_psinfo() 1476 struct elf_prpsinfo *psinfo = NULL; /* NT_PRPSINFO */ in elf_fdpic_core_dump()
|
| H A D | binfmt_elf.c | 1576 static int fill_psinfo(struct elf_prpsinfo *psinfo, struct task_struct *p, in fill_psinfo() 1584 memset(psinfo, 0, sizeof(struct elf_prpsinfo)); in fill_psinfo() 1871 struct elf_prpsinfo *psinfo; in fill_note_info()
|
| /linux-6.15/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-6.15/arch/s390/kernel/ |
| H A D | crash_dump.c | 353 struct elf_prpsinfo prpsinfo; in nt_prpsinfo() 597 size += nt_size(PRPSINFO, struct elf_prpsinfo); in get_elfcorehdr_size()
|