Searched refs:elf_prpsinfo (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.10/arch/mips/kernel/ |
| D | binfmt_elfo32.c | 70 #define elf_prpsinfo elf_prpsinfo32 macro
|
| D | binfmt_elfn32.c | 65 #define elf_prpsinfo elf_prpsinfo32 macro
|
| /Linux-v5.10/fs/ |
| D | compat_binfmt_elf.c | 53 #define elf_prpsinfo compat_elf_prpsinfo macro
|
| D | binfmt_elf.c | 1532 static int fill_psinfo(struct elf_prpsinfo *psinfo, struct task_struct *p, in fill_psinfo() 1539 memset(psinfo, 0, sizeof(struct elf_prpsinfo)); in fill_psinfo() 1793 struct elf_prpsinfo *psinfo; in fill_note_info() 1986 struct elf_prpsinfo *psinfo; /* NT_PRPSINFO */
|
| D | binfmt_elf_fdpic.c | 1340 static int fill_psinfo(struct elf_prpsinfo *psinfo, struct task_struct *p, in fill_psinfo() 1347 memset(psinfo, 0, sizeof(struct elf_prpsinfo)); in fill_psinfo() 1487 struct elf_prpsinfo *psinfo = NULL; /* NT_PRPSINFO */ in elf_fdpic_core_dump()
|
| /Linux-v5.10/include/linux/ |
| D | elfcore.h | 52 struct elf_prpsinfo struct
|
| /Linux-v5.10/fs/proc/ |
| D | kcore.c | 112 ALIGN(sizeof(struct elf_prpsinfo), 4) + in get_kcore_size() 417 struct elf_prpsinfo prpsinfo = { in read_kcore()
|
| /Linux-v5.10/arch/s390/kernel/ |
| 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()
|