Home
last modified time | relevance | path

Searched refs:regs_struct (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/
H A Dptrace.cpp22 typedef user_regs_struct regs_struct; typedef
34 typedef struct user_pt_regs regs_struct; typedef
41 typedef struct pt_regs regs_struct; typedef
48 typedef struct pt_regs regs_struct; typedef
57 typedef struct pt_regs regs_struct; typedef
64 typedef _user_regs_struct regs_struct; typedef
72 typedef user_regs_struct regs_struct; typedef
88 regs_struct regs; in main()
89 regs_struct* volatile pregs = &regs; in main()
103 regset_io.iov_len = sizeof(regs_struct); in main()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cpp474 typedef pt_regs regs_struct; typedef
478 typedef user_regs regs_struct; typedef
482 typedef user_regs_struct regs_struct; typedef
500 typedef pt_regs regs_struct; typedef
504 typedef struct user regs_struct; typedef
512 typedef struct user_pt_regs regs_struct; typedef
518 typedef struct user_regs_struct regs_struct; typedef
526 typedef _user_regs_struct regs_struct; typedef
600 buffer->resize(RoundUpTo(sizeof(regs_struct), uptr_sz) / uptr_sz); in GetRegistersAndSP()
615 *sp = reinterpret_cast<regs_struct *>(buffer->data())[0].REG_SP; in GetRegistersAndSP()
H A Dsanitizer_stoptheworld_mac.cpp89 typedef x86_thread_state64_t regs_struct; typedef
94 typedef arm_thread_state64_t regs_struct; typedef
103 typedef x86_thread_state32_t regs_struct; typedef
147 regs_struct regs; in GetRegistersAndSP()