Searched refs:ppc_thread_state_t (Results 1 – 3 of 3) sorted by relevance
491 struct ppc_thread_state_t { struct in libunwind::Registers_ppc541 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()
586 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()
84 ppc_thread_state_t gpr;