Home
last modified time | relevance | path

Searched defs:ppc_thread_state_t (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp626 struct ppc_thread_state_t { struct in libunwind::Registers_ppc
627 unsigned int __srr0; /* Instruction address register (PC) */
628 unsigned int __srr1; /* Machine state register (supervisor) */
629 unsigned int __r0;
630 unsigned int __r1;
631 unsigned int __r2;
632 unsigned int __r3;
633 unsigned int __r4;
634 unsigned int __r5;
635 unsigned int __r6;
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h2114 struct ppc_thread_state_t { struct
2136 inline void swapStruct(ppc_thread_state_t &x) { in swapStruct() argument