Home
last modified time | relevance | path

Searched refs:NT_PRPSINFO (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/arch/s390/kernel/
Dcrash_dump.c243 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-v6.6/include/uapi/linux/
Delf.h380 #define NT_PRPSINFO 3 macro
/Linux-v6.6/fs/proc/
Dkcore.c435 append_kcore_note(notes, &i, CORE_STR, NT_PRPSINFO, &prpsinfo, in read_kcore_iter()
/Linux-v6.6/fs/
Dbinfmt_elf_fdpic.c1527 fill_note(&psinfo_note, "CORE", NT_PRPSINFO, sizeof(*psinfo), psinfo); in elf_fdpic_core_dump()
Dbinfmt_elf.c1868 fill_note(&info->psinfo, "CORE", NT_PRPSINFO, sizeof(*psinfo), psinfo); in fill_note_info()