Home
last modified time | relevance | path

Searched refs:ppc_thread_state_t (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc586 ppc_thread_state_t *machine_state = in WriteStackPPC()
587 reinterpret_cast<ppc_thread_state_t *>(state); in WriteStackPPC()
602 ppc_thread_state_t *machine_state = in CurrentPCForStackPPC()
603 reinterpret_cast<ppc_thread_state_t *>(state); in CurrentPCForStackPPC()
620 ppc_thread_state_t *machine_state = in WriteContextPPC()
621 reinterpret_cast<ppc_thread_state_t *>(state); in WriteContextPPC()
/external/libunwind_llvm/src/
DRegisters.hpp588 struct ppc_thread_state_t { struct in libunwind::Registers_ppc
638 ppc_thread_state_t _registers;
648 static_assert(sizeof(ppc_thread_state_t) == 160, in Registers_ppc()
651 static_cast<const uint8_t *>(registers) + sizeof(ppc_thread_state_t), in Registers_ppc()
653 static_assert(sizeof(ppc_thread_state_t) + sizeof(ppc_float_state_t) == 424, in Registers_ppc()
656 static_cast<const uint8_t *>(registers) + sizeof(ppc_thread_state_t) + in Registers_ppc()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h1895 struct ppc_thread_state_t { struct
1917 inline void swapStruct(ppc_thread_state_t &x) { in swapStruct() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMachO.h1942 struct ppc_thread_state_t { struct
1964 inline void swapStruct(ppc_thread_state_t &x) { in swapStruct() argument