Home | History | Annotate | Download | only in x86

Lines Matching defs:ip

226 	uint8_t *ip = addr;
234 switch(*ip) {
238 ip++;
243 if ((*ip & 0x40) == 0x40)
244 ip++;
247 if (*ip++ != 0x0f)
251 ip++;
254 modrm = *ip++;
268 sib = *ip++;
273 ip += 4;
277 ip++;
281 ip += 4;
291 ip += 4;
295 ip++;
299 ip += 4;
304 return ip;
379 unsigned long ip;
384 ip = uctxt->uc_mcontext.gregs[REG_IP_IDX];
397 status, ip, br_reason);
420 status, (void *)ip, si->si_addr);
423 (greg_t)get_next_inst_ip((uint8_t *)ip);
432 status, (void *)ip);
435 (greg_t)get_next_inst_ip((uint8_t *)ip);
440 eprintf("ERROR: In signal handler, page fault, trapno = %d, ip = %016lx\n",
441 trapno, ip);
446 eprintf("unexpected trap %d! at 0x%lx\n", trapno, ip);