Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/android/include/sys/
Duser.h60 typedef struct user_fxsr_struct user_fpxregs_struct; typedef
/external/google-breakpad/src/client/linux/dump_writer_common/
Dthread_info.h60 user_fpxregs_struct fpxregs;
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/x86/
Dmod.rs252 pub struct user_fpxregs_struct {
281 impl PartialEq for user_fpxregs_struct {
282 fn eq(&self, other: &user_fpxregs_struct) -> bool {
299 impl Eq for user_fpxregs_struct {}
301 impl ::fmt::Debug for user_fpxregs_struct {
321 impl ::hash::Hash for user_fpxregs_struct {
/external/compiler-rt/test/asan/TestCases/Linux/
Dptrace.cc122 user_fpxregs_struct fpxregs; in main()
/external/llvm-project/compiler-rt/test/asan/TestCases/Linux/
Dptrace.cpp130 user_fpxregs_struct fpxregs; in main()
/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.cc320 user_fpxregs_struct fpxregs;
957 nhdr.n_descsz = sizeof(user_fpxregs_struct); in WriteThread()
961 !writea(options.out_fd, &thread.fpxregs, sizeof(user_fpxregs_struct))) { in WriteThread()
1329 + sizeof(Nhdr) + 8 + sizeof(user_fpxregs_struct) in main()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc333 unsigned struct_user_fpxregs_struct_sz = sizeof(struct user_fpxregs_struct);
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cpp332 unsigned struct_user_fpxregs_struct_sz = sizeof(struct user_fpxregs_struct);