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

  /external/google-breakpad/src/client/linux/dump_writer_common/
ucontext_reader.h 53 const struct _libc_fpstate* fp);
ucontext_reader.cc 52 const struct _libc_fpstate* fp) {
100 const struct _libc_fpstate* fpregs) {
  /external/google-breakpad/src/common/android/
breakpad_getcontext_unittest.cc 143 // as _libc_fpstate.
144 COMPILE_ASSERT_EQ(sizeof(_libc_fpstate), sizeof(_fpstate),
146 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,cwd),offsetof(_fpstate,cwd),
148 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,swd),offsetof(_fpstate,swd),
150 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,ftw),offsetof(_fpstate,twd),
152 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,fop),offsetof(_fpstate,fop),
154 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,rip),offsetof(_fpstate,rip),
156 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,rdp),offsetof(_fpstate,rdp),
158 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,mxcsr),offsetof(_fpstate,mxcsr),
160 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,mxcr_mask)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ucontext.h 91 struct _libc_fpstate struct
105 typedef struct _libc_fpstate *fpregset_t;
126 struct _libc_fpstate __fpregs_mem;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ucontext.h 106 struct _libc_fpstate struct
123 typedef struct _libc_fpstate *fpregset_t;
142 struct _libc_fpstate __fpregs_mem;
208 struct _libc_fpstate struct
222 typedef struct _libc_fpstate *fpregset_t;
243 struct _libc_fpstate __fpregs_mem;
  /bionic/libc/include/sys/
ucontext.h 179 struct _libc_fpstate {
191 typedef struct _libc_fpstate* fpregset_t;
213 struct _libc_fpstate __fpregs_mem;
354 struct _libc_fpstate {
368 typedef struct _libc_fpstate* fpregset_t;
385 struct _libc_fpstate __fpregs_mem;
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.h 51 typedef struct _libc_fpstate fpstate_t;
  /external/linux-kselftest/tools/testing/selftests/x86/
mpx-mini-test.c 103 #define XSAVE_OFFSET_IN_FPMEM sizeof(struct _libc_fpstate)
    [all...]

Completed in 352 milliseconds