Searched refs:_libc_fpstate (Results 1 – 7 of 7) sorted by relevance
/external/google-breakpad/src/common/android/ |
D | breakpad_getcontext_unittest.cc | 144 COMPILE_ASSERT_EQ(sizeof(_libc_fpstate), sizeof(_fpstate), in TEST() 146 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,cwd),offsetof(_fpstate,cwd), in TEST() 148 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,swd),offsetof(_fpstate,swd), in TEST() 150 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,ftw),offsetof(_fpstate,twd), in TEST() 152 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,fop),offsetof(_fpstate,fop), in TEST() 154 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,rip),offsetof(_fpstate,rip), in TEST() 156 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,rdp),offsetof(_fpstate,rdp), in TEST() 158 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,mxcsr),offsetof(_fpstate,mxcsr), in TEST() 160 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,mxcr_mask), in TEST() 163 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,_st), offsetof(_fpstate,st_space), in TEST() [all …]
|
/external/libchrome/sandbox/linux/system_headers/ |
D | i386_linux_ucontext.h | 35 struct _libc_fpstate { struct 51 struct _libc_fpstate* fpregs; argument 89 struct _libc_fpstate __fpregs_mem;
|
D | x86_64_linux_ucontext.h | 28 struct _libc_fpstate { struct 46 struct _libc_fpstate* fpregs; argument 83 struct _libc_fpstate __fpregs_mem;
|
/external/google-breakpad/src/client/linux/dump_writer_common/ |
D | ucontext_reader.h | 53 const struct _libc_fpstate* fp);
|
D | ucontext_reader.cc | 52 const struct _libc_fpstate* fp) { in FillCPUContext() 100 const struct _libc_fpstate* fpregs) {
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | minidump_writer.h | 51 typedef struct _libc_fpstate fpstate_t;
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | mpx-mini-test.c | 103 #define XSAVE_OFFSET_IN_FPMEM sizeof(struct _libc_fpstate)
|