Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/kernel/
Dcrash_dump.c244 if (type == NT_PRPSINFO || type == NT_PRSTATUS || type == NT_PRFPREG) in nt_name()
365 return nt_init(ptr, NT_PRPSINFO, &prpsinfo, sizeof(prpsinfo)); in nt_prpsinfo()
581 size += nt_size(NT_PRPSINFO, sizeof(struct elf_prpsinfo)); in get_elfcorehdr_size()
/linux-6.12.1/include/uapi/linux/
Delf.h380 #define NT_PRPSINFO 3 macro
/linux-6.12.1/fs/proc/
Dkcore.c449 append_kcore_note(notes, &i, CORE_STR, NT_PRPSINFO, &prpsinfo, in read_kcore_iter()
/linux-6.12.1/fs/
Dbinfmt_elf_fdpic.c1524 fill_note(&psinfo_note, "CORE", NT_PRPSINFO, sizeof(*psinfo), psinfo); in elf_fdpic_core_dump()
Dbinfmt_elf.c1847 fill_note(&info->psinfo, "CORE", NT_PRPSINFO, sizeof(*psinfo), psinfo); in fill_note_info()