Searched refs:elf_prpsinfo (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | elfcore.h | 57 struct elf_prpsinfo struct
|
/openbmc/linux/fs/ |
H A D | compat_binfmt_elf.c | 54 #define elf_prpsinfo compat_elf_prpsinfo macro
|
H A 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()
|
H A D | binfmt_elf.c | 1571 static int fill_psinfo(struct elf_prpsinfo *psinfo, struct task_struct *p, in fill_psinfo() 1579 memset(psinfo, 0, sizeof(struct elf_prpsinfo)); in fill_psinfo() 1863 struct elf_prpsinfo *psinfo; in fill_note_info()
|
/openbmc/linux/arch/s390/kernel/ |
H A 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()
|
/openbmc/linux/fs/proc/ |
H A D | kcore.c | 125 ALIGN(sizeof(struct elf_prpsinfo), 4) + in get_kcore_size() 431 struct elf_prpsinfo prpsinfo = { in read_kcore_iter()
|