Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cpp486 typedef pt_regs regs_struct; typedef
490 typedef user_regs regs_struct; typedef
494 typedef user_regs_struct regs_struct; typedef
512 typedef pt_regs regs_struct; typedef
516 typedef struct user regs_struct; typedef
520 typedef struct user_pt_regs regs_struct; typedef
526 typedef struct user_pt_regs regs_struct; typedef
532 typedef struct user_regs_struct regs_struct; typedef
540 typedef _user_regs_struct regs_struct; typedef
614 buffer->resize(RoundUpTo(sizeof(regs_struct), uptr_sz) / uptr_sz); in GetRegistersAndSP()
[all …]
H A Dsanitizer_stoptheworld_mac.cpp89 typedef x86_thread_state64_t regs_struct; typedef
95 typedef arm_thread_state64_t regs_struct; typedef
105 typedef x86_thread_state32_t regs_struct; typedef
150 regs_struct regs; in GetRegistersAndSP()