HomeSort by relevance Sort by last modified time
    Searched defs:NT_FPREGSET (Results 1 - 14 of 14) sorted by null

  /external/google-breakpad/src/common/android/include/
elf.h 156 #if !defined(NT_FPREGSET)
157 #define NT_FPREGSET 2
  /bionic/libc/include/
elf.h 212 /* The kernel uses NT_PRFPREG but glibc also offers NT_FPREGSET */
213 #define NT_FPREGSET NT_PRFPREG
  /toolchain/binutils/binutils-2.25/include/elf/
common.h 522 #define NT_FPREGSET 2 /* Contains copy of fpregset struct */
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 419 #define NT_FPREGSET 2 /* Floating point registers. */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 419 #define NT_FPREGSET 2 /* Floating point registers. */
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
elf.go 297 NT_FPREGSET = 2
    [all...]
  /prebuilts/go/darwin-x86/src/debug/elf/
elf.go 646 NT_FPREGSET NType = 2 /* Floating point registers. */
652 {2, "NT_FPREGSET"},
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
elf.go 297 NT_FPREGSET = 2
    [all...]
  /prebuilts/go/linux-x86/src/debug/elf/
elf.go 646 NT_FPREGSET NType = 2 /* Floating point registers. */
652 {2, "NT_FPREGSET"},
    [all...]
  /external/elfutils/libelf/
elf.h 631 #define NT_FPREGSET 2 /* Contains copy of fpregset struct */
    [all...]
  /external/kmod/port-gnu/
elf.h 630 #define NT_FPREGSET 2 /* Contains copy of fpregset struct */
    [all...]
  /external/valgrind/perf/
tinycc.c 585 #define NT_FPREGSET 2 /* Contains copy of fpregset struct */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 595 #define NT_FPREGSET 2 /* Contains copy of fpregset struct */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 603 #define NT_FPREGSET 2 /* Contains copy of fpregset struct */
    [all...]

Completed in 1922 milliseconds