Searched refs:NT_PRPSINFO (Results 1 – 5 of 5) sorted by relevance
/linux/arch/s390/kernel/ |
A 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() 611 size += nt_size(NT_PRPSINFO, sizeof(struct elf_prpsinfo)); in get_elfcorehdr_size()
|
/linux/include/uapi/linux/ |
A D | elf.h | 375 #define NT_PRPSINFO 3 macro
|
/linux/fs/proc/ |
A D | kcore.c | 436 append_kcore_note(notes, &i, CORE_STR, NT_PRPSINFO, &prpsinfo, in read_kcore()
|
/linux/fs/ |
A D | binfmt_elf.c | 1821 fill_note(&info->psinfo, "CORE", NT_PRPSINFO, sizeof(*psinfo), psinfo); in fill_note_info() 2072 fill_note(info->notes + 1, "CORE", NT_PRPSINFO, in fill_note_info()
|
A D | binfmt_elf_fdpic.c | 1536 fill_note(&psinfo_note, "CORE", NT_PRPSINFO, sizeof(*psinfo), psinfo); in elf_fdpic_core_dump()
|
Completed in 14 milliseconds