Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DRegisters.hpp511 struct ppc_thread_state_t { struct in libunwind::Registers_ppc
561 ppc_thread_state_t _registers;
571 static_assert(sizeof(ppc_thread_state_t) == 160, in Registers_ppc()
574 static_cast<const uint8_t *>(registers) + sizeof(ppc_thread_state_t), in Registers_ppc()
576 static_assert(sizeof(ppc_thread_state_t) + sizeof(ppc_float_state_t) == 424, in Registers_ppc()
579 static_cast<const uint8_t *>(registers) + sizeof(ppc_thread_state_t) + in Registers_ppc()
/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/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