Searched refs:REG_IP (Results 1 – 6 of 6) sorted by relevance
42 #define REG_IP REG_RIP macro45 #define REG_IP REG_EIP macro56 printf("\tIP = 0x%lx\n", (unsigned long)ctx->uc_mcontext.gregs[REG_IP]); in sigsegv_or_sigbus()76 unsigned short *ip = (unsigned short *)ctx->uc_mcontext.gregs[REG_IP]; in sigtrap()93 unsigned short *ip = (unsigned short *)ctx->uc_mcontext.gregs[REG_IP]; in sigill()
42 # define REG_IP REG_RIP macro44 # define REG_IP REG_EIP macro122 (unsigned long)ctx->uc_mcontext.gregs[REG_IP], in sigtrap()131 (unsigned long)ctx->uc_mcontext.gregs[REG_IP]); in handle_and_return()139 (unsigned long)ctx->uc_mcontext.gregs[REG_IP]); in handle_and_longjmp()
63 # define REG_IP REG_RIP macro67 # define REG_IP REG_EIP macro88 (unsigned long)ctx->uc_mcontext.gregs[REG_IP]); in sigtrap()104 (unsigned long)ctx->uc_mcontext.gregs[REG_IP], in print_and_longjmp()
299 # define REG_IP REG_RIP macro319 # define REG_IP REG_EIP macro449 ctx->uc_mcontext.gregs[REG_IP] = in sigusr1()619 if (i == REG_TRAPNO || i == REG_IP) in test_valid_sigreturn()
20 #define REG_IP 12 macro
1840 +# define REG_IP REG_EIP1842 +# define REG_IP REG_RIP1864 + (void*)puc->uc_mcontext.gregs[REG_IP]);1877 + (void*)puc->uc_mcontext.gregs[REG_IP]);1890 + (void*)puc->uc_mcontext.gregs[REG_IP]);1899 + *(unsigned int*)((void*)&n-4) = puc->uc_mcontext.gregs[REG_IP];1908 + btinfo[1] = (void*) puc->uc_mcontext.gregs[REG_IP];