Searched refs:NT_PRPSINFO (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/arch/s390/kernel/ |
A D | crash_dump.c | 243 if (type == NT_PRPSINFO || type == NT_PRSTATUS || type == NT_PRFPREG) in nt_name() 364 return nt_init(ptr, NT_PRPSINFO, &prpsinfo, sizeof(prpsinfo)); in nt_prpsinfo() 552 size += nt_size(NT_PRPSINFO, sizeof(struct elf_prpsinfo)); in get_elfcorehdr_size()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | elf.h | 379 #define NT_PRPSINFO 3 macro
|
/linux-6.3-rc2/fs/proc/ |
A D | kcore.c | 435 append_kcore_note(notes, &i, CORE_STR, NT_PRPSINFO, &prpsinfo, in read_kcore()
|
/linux-6.3-rc2/fs/ |
A D | binfmt_elf_fdpic.c | 1532 fill_note(&psinfo_note, "CORE", NT_PRPSINFO, sizeof(*psinfo), psinfo); in elf_fdpic_core_dump()
|
A D | binfmt_elf.c | 1868 fill_note(&info->psinfo, "CORE", NT_PRPSINFO, sizeof(*psinfo), psinfo); in fill_note_info()
|
Completed in 16 milliseconds