Searched refs:mc_rax (Results 1 – 5 of 5) sorted by relevance
49 mc->mc_rax = r->r_rax; in pt_reg_to_ucontext()76 r->r_rax = mc->mc_rax; in pt_ucontext_to_reg()
118 __register_t mc_rax; member
613 mcp->mc_rax = 0; in get_mcontext()617 mcp->mc_rax = tp->tf_rax; in get_mcontext()693 tp->tf_rax = mcp->mc_rax; in set_mcontext()
209 ASSYM(UC_RAX, offsetof(ucontext_t, uc_mcontext.mc_rax));
2313 Printf("rax = 0x%016lx ", ucontext->uc_mcontext.mc_rax); in DumpAllRegisters()