Home
last modified time | relevance | path

Searched refs:user_fpxregs_struct (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/client/linux/dump_writer_common/
Dthread_info.h60 user_fpxregs_struct fpxregs;
/external/compiler-rt/test/asan/TestCases/Linux/
Dptrace.cc46 user_fpxregs_struct fpxregs; in main()
/external/google-breakpad/src/common/android/include/sys/
Duser.h140 typedef struct user_fxsr_struct user_fpxregs_struct; typedef
/external/google-breakpad/src/common/linux/
Delf_core_dump_unittest.cc236 EXPECT_EQ(sizeof(user_fpxregs_struct), description.length()); in TEST()
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc216 user_fpxregs_struct fpxregs;
776 nhdr.n_descsz = sizeof(user_fpxregs_struct); in WriteThread()
780 !writea(1, &thread.fpxregs, sizeof(user_fpxregs_struct))) { in WriteThread()
1121 + sizeof(Nhdr) + 8 + sizeof(user_fpxregs_struct) in main()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc307 unsigned struct_user_fpxregs_struct_sz = sizeof(struct user_fpxregs_struct);