Home
last modified time | relevance | path

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

/external/libcxxabi/src/Unwind/
DRegisters.hpp491 struct ppc_thread_state_t { struct in libunwind::Registers_ppc
541 ppc_thread_state_t _registers;
551 static_assert(sizeof(ppc_thread_state_t) == 160, in Registers_ppc()
554 static_cast<const uint8_t *>(registers) + sizeof(ppc_thread_state_t), in Registers_ppc()
556 static_assert(sizeof(ppc_thread_state_t) + sizeof(ppc_float_state_t) == 424, in Registers_ppc()
559 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/lldb/tools/debugserver/source/MacOSX/ppc/
DDNBArchImpl.h84 ppc_thread_state_t gpr;