Searched refs:NT_PRPSINFO (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/arch/s390/kernel/ |
| D | crash_dump.c | 302 if (type == NT_PRPSINFO || type == NT_PRSTATUS || type == NT_PRFPREG) in nt_name() 423 return nt_init(ptr, NT_PRPSINFO, &prpsinfo, sizeof(prpsinfo)); in nt_prpsinfo() 613 size += nt_size(NT_PRPSINFO, sizeof(struct elf_prpsinfo)); in get_elfcorehdr_size()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | elf.h | 373 #define NT_PRPSINFO 3 macro
|
| /Linux-v5.4/fs/proc/ |
| D | kcore.c | 435 append_kcore_note(notes, &i, CORE_STR, NT_PRPSINFO, &prpsinfo, in read_kcore()
|
| /Linux-v5.4/fs/ |
| D | binfmt_elf.c | 1780 fill_note(&info->psinfo, "CORE", NT_PRPSINFO, sizeof(*psinfo), psinfo); in fill_note_info() 2051 fill_note(info->notes + 1, "CORE", NT_PRPSINFO, in fill_note_info()
|
| D | binfmt_elf_fdpic.c | 1657 fill_note(notes + 1, "CORE", NT_PRPSINFO, sizeof(*psinfo), psinfo); in elf_fdpic_core_dump()
|