Home
last modified time | relevance | path

Searched refs:_libc_fpstate (Results 1 – 7 of 7) sorted by relevance

/external/google-breakpad/src/common/android/
Dbreakpad_getcontext_unittest.cc144 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/
Di386_linux_ucontext.h35 struct _libc_fpstate { struct
51 struct _libc_fpstate* fpregs; argument
89 struct _libc_fpstate __fpregs_mem;
Dx86_64_linux_ucontext.h28 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/
Ducontext_reader.h53 const struct _libc_fpstate* fp);
Ducontext_reader.cc52 const struct _libc_fpstate* fp) { in FillCPUContext()
100 const struct _libc_fpstate* fpregs) {
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.h51 typedef struct _libc_fpstate fpstate_t;
/external/linux-kselftest/tools/testing/selftests/x86/
Dmpx-mini-test.c103 #define XSAVE_OFFSET_IN_FPMEM sizeof(struct _libc_fpstate)