Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/android/include/
Delf.h144 #if !defined(NT_PRPSINFO)
145 #define NT_PRPSINFO 3 macro
/external/strace/xlat/
Dnt_descriptor_types.h20 #if defined(NT_PRPSINFO) || (defined(HAVE_DECL_NT_PRPSINFO) && HAVE_DECL_NT_PRPSINFO)
22 static_assert((NT_PRPSINFO) == (3), "NT_PRPSINFO != 3");
25 # define NT_PRPSINFO 3
481 XLAT(NT_PRPSINFO),
Dnt_descriptor_types.in3 NT_PRPSINFO 3
/external/google-breakpad/src/common/linux/
Delf_core_dump_unittest.cc205 case NT_PRPSINFO: { in TEST()
/external/kernel-headers/original/uapi/linux/
Delf.h373 #define NT_PRPSINFO 3 macro
/external/elfutils/backends/
Dlinux-core-note.c262 case NT_PRPSINFO: in EBLHOOK()
/external/elfutils/libdwfl/
Dlinux-core-attach.c393 if (nhdr.n_type != NT_PRPSINFO) in dwfl_core_file_attach()
/external/syzkaller/sys/linux/
Dsys_386.const304 NT_PRPSINFO = 3
Dsys_amd64.const304 NT_PRPSINFO = 3
Dsys_arm.const304 NT_PRPSINFO = 3
Dsys_ppc64le.const304 NT_PRPSINFO = 3
Dsys_arm64.const304 NT_PRPSINFO = 3
Dsys.txt1018 pthread_regset = NT_PRSTATUS, NT_PRFPREG, NT_PRPSINFO, NT_TASKSTRUCT, NT_AUXV, NT_386_TLS, NT_386_I…
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc1173 nhdr.n_type = NT_PRPSINFO; in main()
/external/kmod/port-gnu/
Delf.h631 #define NT_PRPSINFO 3 /* Contains copy of prpsinfo struct */ macro
/external/elfutils/libelf/
Delf.h745 #define NT_PRPSINFO 3 /* Contains copy of prpsinfo struct */ macro
/external/elfutils/src/
Delflint.c4299 case NT_PRPSINFO: in check_note_data()
/external/strace/
DChangeLog9233 * xlat/nt_descriptor_types.in (NT_PRSTATUS, NT_FPREGSET, NT_PRPSINFO,