Home
last modified time | relevance | path

Searched refs:NT_PRPSINFO (Results 1 – 13 of 13) 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.h17 #if defined(NT_PRPSINFO) || (defined(HAVE_DECL_NT_PRPSINFO) && HAVE_DECL_NT_PRPSINFO)
18 XLAT(NT_PRPSINFO),
Dnt_descriptor_types.in3 NT_PRPSINFO
/external/google-breakpad/src/common/linux/
Delf_core_dump_unittest.cc205 case NT_PRPSINFO: { in TEST()
/external/kernel-headers/original/uapi/linux/
Delf.h369 #define NT_PRPSINFO 3 macro
/external/elfutils/backends/
Dlinux-core-note.c256 case NT_PRPSINFO: in EBLHOOK()
/external/elfutils/libdwfl/
Dlinux-core-attach.c387 if (nhdr.n_type != NT_PRPSINFO) in dwfl_core_file_attach()
/external/valgrind/coregrind/m_coredump/
Dcoredump-elf.c667 add_note(&notelist, "CORE", NT_PRPSINFO, &prpsinfo, sizeof(prpsinfo)); in make_elf_coredump()
/external/valgrind/include/vki/
Dvki-solaris.h402 #define VKI_NT_PRPSINFO NT_PRPSINFO
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc1173 nhdr.n_type = NT_PRPSINFO; in main()
/external/elfutils/libelf/
Delf.h632 #define NT_PRPSINFO 3 /* Contains copy of prpsinfo struct */ macro
/external/elfutils/src/
Delflint.c4266 case NT_PRPSINFO: in check_note_data()
/external/valgrind/perf/
Dtinycc.c586 #define NT_PRPSINFO 3 /* Contains copy of prpsinfo struct */ macro