HomeSort by relevance Sort by last modified time
    Searched refs:NT_PRPSINFO (Results 1 - 25 of 30) sorted by null

1 2

  /external/google-breakpad/src/common/android/include/
elf.h 144 #if !defined(NT_PRPSINFO)
145 #define NT_PRPSINFO 3
  /external/strace/xlat/
nt_descriptor_types.h 8 #if !(defined(NT_PRPSINFO) || (defined(HAVE_DECL_NT_PRPSINFO) && HAVE_DECL_NT_PRPSINFO))
9 # define NT_PRPSINFO 3
202 XLAT(NT_PRPSINFO),
  /external/elfutils/backends/
linux-core-note.c 256 case NT_PRPSINFO:
  /external/google-breakpad/src/common/linux/
elf_core_dump_unittest.cc 171 // process-wide CORE NT_PRPSINFO
205 case NT_PRPSINFO: {
  /bionic/libc/kernel/uapi/linux/
elf.h 312 #define NT_PRPSINFO 3
  /external/kernel-headers/original/uapi/linux/
elf.h 373 #define NT_PRPSINFO 3
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 378 #define NT_PRPSINFO 3
  /external/elfutils/libdwfl/
linux-core-attach.c 387 if (nhdr.n_type != NT_PRPSINFO)
404 /* No valid NT_PRPSINFO recognized in this CORE. */
  /toolchain/binutils/binutils-2.27/bfd/
elfxx-aarch64.c 623 case NT_PRPSINFO:
elf.c     [all...]
elf32-ppc.c     [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 420 #define NT_PRPSINFO 3 /* Process state info. */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 420 #define NT_PRPSINFO 3 /* Process state info. */
    [all...]
  /toolchain/binutils/binutils-2.27/include/elf/
common.h 541 #define NT_PRPSINFO 3 /* Contains copy of prpsinfo struct */
    [all...]
  /external/valgrind/coregrind/m_coredump/
coredump-elf.c 672 add_note(&notelist, "CORE", NT_PRPSINFO, &prpsinfo, sizeof(prpsinfo));
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc     [all...]
  /external/valgrind/include/vki/
vki-solaris.h 413 #define VKI_NT_PRPSINFO NT_PRPSINFO
    [all...]
  /external/elfutils/libelf/
elf.h 632 #define NT_PRPSINFO 3 /* Contains copy of prpsinfo struct */
    [all...]
  /external/kmod/port-gnu/
elf.h 631 #define NT_PRPSINFO 3 /* Contains copy of prpsinfo struct */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 604 #define NT_PRPSINFO 3 /* Contains copy of prpsinfo struct */
    [all...]
  /prebuilts/go/darwin-x86/src/debug/elf/
elf.go 647 NT_PRPSINFO NType = 3 /* Process state info. */
653 {3, "NT_PRPSINFO"},
    [all...]
  /prebuilts/go/linux-x86/src/debug/elf/
elf.go 647 NT_PRPSINFO NType = 3 /* Process state info. */
653 {3, "NT_PRPSINFO"},
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
elf.go 299 NT_PRPSINFO = 3
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
elf.go 299 NT_PRPSINFO = 3
    [all...]
  /external/elfutils/src/
elflint.c     [all...]

Completed in 2080 milliseconds

1 2