HomeSort by relevance Sort by last modified time
    Searched refs:NT_PRXFPREG (Results 1 - 17 of 17) sorted by null

  /external/google-breakpad/src/common/android/include/
elf.h 152 #if !defined(NT_PRXFPREG)
153 #define NT_PRXFPREG 0x46e62b7f
  /external/strace/xlat/
nt_descriptor_types.h 56 #if !(defined(NT_PRXFPREG) || (defined(HAVE_DECL_NT_PRXFPREG) && HAVE_DECL_NT_PRXFPREG))
57 # define NT_PRXFPREG 0x46e62b7f
218 XLAT(NT_PRXFPREG),
  /external/elfutils/backends/
i386_corenote.c 107 EXTRA_REGSET (NT_PRXFPREG, 512, prxfpreg_regs) \
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_core_dumper.cc 158 // ordered as follows (NT_PRXFPREG and NT_386_TLS are i386 specific):
165 // 1st thread LINUX NT_PRXFPREG
170 // 2nd thread LINUX NT_PRXFPREG
175 // 3rd thread LINUX NT_PRXFPREG
231 case NT_PRXFPREG: {
237 fprintf(stderr, "Found NT_PRXFPREG descriptor of unexpected size\n");
  /external/google-breakpad/src/common/linux/
elf_core_dump_unittest.cc 167 // ordered as follows (NT_PRXFPREG and NT_386_TLS are i386 specific):
174 // 1st thread LINUX NT_PRXFPREG
179 // 2nd thread LINUX NT_PRXFPREG
184 // 3rd thread LINUX NT_PRXFPREG
234 case NT_PRXFPREG: {
  /bionic/libc/kernel/uapi/linux/
elf.h 317 #define NT_PRXFPREG 0x46e62b7f
  /external/kernel-headers/original/uapi/linux/
elf.h 382 #define NT_PRXFPREG 0x46e62b7f /* copied from gdb5.1/include/elf/common.h */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 381 #define NT_PRXFPREG 0x46e62b7f /* copied from gdb5.1/include/elf/common.h */
  /external/valgrind/coregrind/m_coredump/
coredump-elf.c 57 #ifndef NT_PRXFPREG
58 #define NT_PRXFPREG 0x46e62b7f /* copied from gdb5.1/include/elf/common.h */
59 #endif /* NT_PRXFPREG */
550 add_note(notelist, "LINUX", NT_PRXFPREG, &xfpu, sizeof(xfpu));
  /toolchain/binutils/binutils-2.27/include/elf/
common.h 544 #define NT_PRXFPREG 0x46e62b7f /* Contains a user_xfpregs_struct; */
    [all...]
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc 779 nhdr.n_type = NT_PRXFPREG;
    [all...]
  /external/elfutils/libelf/
elf.h 650 #define NT_PRXFPREG 0x46e62b7f /* Contains copy of user_fxsr_struct */
    [all...]
  /external/kmod/port-gnu/
elf.h 649 #define NT_PRXFPREG 0x46e62b7f /* Contains copy of user_fxsr_struct */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 618 #define NT_PRXFPREG 0x46e62b7f /* Contains copy of user_fxsr_struct */
    [all...]
  /external/google-breakpad/src/third_party/lss/
linux_syscall_support.h 600 #ifndef NT_PRXFPREG
601 #define NT_PRXFPREG 0x46e62b7f
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf.c     [all...]
  /toolchain/binutils/binutils-2.27/binutils/
readelf.c     [all...]

Completed in 623 milliseconds