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

/barrelfish-master/lib/cxx/unwind/
H A DRegisters.hpp588 struct ppc_thread_state_t { struct in class:libunwind::Registers_ppc
638 ppc_thread_state_t _registers;
648 static_assert(sizeof(ppc_thread_state_t) == 160,
651 static_cast<const uint8_t *>(registers) + sizeof(ppc_thread_state_t),
653 static_assert(sizeof(ppc_thread_state_t) + sizeof(ppc_float_state_t) == 424,
656 static_cast<const uint8_t *>(registers) + sizeof(ppc_thread_state_t) +

Completed in 26 milliseconds