HomeSort by relevance Sort by last modified time
    Searched full:machine_state (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/client/mac/handler/
minidump_generator.cc 453 arm_thread_state_t *machine_state = local
455 mach_vm_address_t start_addr = REGISTER_FROM_THREADSTATE(machine_state, sp);
461 arm_thread_state_t *machine_state = local
464 return REGISTER_FROM_THREADSTATE(machine_state, pc);
471 arm_thread_state_t *machine_state = local
481 #define AddGPR(a) context_ptr->iregs[a] = REGISTER_FROM_THREADSTATE(machine_state, r[a])
483 context_ptr->iregs[13] = REGISTER_FROM_THREADSTATE(machine_state, sp);
484 context_ptr->iregs[14] = REGISTER_FROM_THREADSTATE(machine_state, lr);
485 context_ptr->iregs[15] = REGISTER_FROM_THREADSTATE(machine_state, pc);
486 context_ptr->cpsr = REGISTER_FROM_THREADSTATE(machine_state, cpsr)
510 arm_thread_state64_t *machine_state = local
518 arm_thread_state64_t *machine_state = local
529 arm_thread_state64_t *machine_state = local
586 ppc_thread_state_t *machine_state = local
594 ppc_thread_state64_t *machine_state = local
602 ppc_thread_state_t *machine_state = local
610 ppc_thread_state64_t *machine_state = local
620 ppc_thread_state_t *machine_state = local
686 ppc_thread_state64_t *machine_state = local
752 i386_thread_state_t *machine_state = local
761 x86_thread_state64_t *machine_state = local
771 i386_thread_state_t *machine_state = local
779 x86_thread_state64_t *machine_state = local
789 i386_thread_state_t *machine_state = local
829 x86_thread_state64_t *machine_state = local
    [all...]
  /external/wpa_supplicant_8/src/utils/
state_machine.h 11 * data structure including state variables (enum machine_state,

Completed in 123 milliseconds