HomeSort by relevance Sort by last modified time
    Searched refs:get_instruction_pointer (Results 1 - 24 of 24) sorted by null

  /external/ltrace/sysdeps/linux-gnu/alpha/
regs.c 40 get_instruction_pointer(struct process *proc) function
trace.c 54 char *ip = get_instruction_pointer(proc) - 4;
  /external/ltrace/sysdeps/linux-gnu/cris/
regs.c 40 void *get_instruction_pointer(struct process *proc) function
trace.c 54 long pc = (long)get_instruction_pointer(proc);
  /external/ltrace/sysdeps/linux-gnu/m68k/
regs.c 40 get_instruction_pointer(struct process *proc) function
  /external/ltrace/sysdeps/linux-gnu/mips/
regs.c 53 get_instruction_pointer(struct process *proc) function
trace.c 95 long pc = (long)get_instruction_pointer(proc);
272 uint32_t pc = (uint32_t) get_instruction_pointer(proc);
  /external/ltrace/sysdeps/linux-gnu/ppc/
regs.c 44 get_instruction_pointer(struct process *proc) function
trace.c 67 long pc = (long)get_instruction_pointer(proc);
94 arch_addr_t ip = get_instruction_pointer(proc);
plt.c 919 arch_addr_t addr = get_instruction_pointer(proc) + 4;
1027 if (get_instruction_pointer(task) == bp->addr) {
    [all...]
  /external/ltrace/sysdeps/linux-gnu/sparc/
regs.c 31 get_instruction_pointer(struct process *proc) function
trace.c 51 void *ip = get_instruction_pointer(proc);
  /external/ltrace/sysdeps/linux-gnu/ia64/
regs.c 37 get_instruction_pointer(struct process *proc) function
  /external/ltrace/sysdeps/linux-gnu/metag/
regs.c 32 get_instruction_pointer(struct process *proc) function
trace.c 372 arch_addr_t pc = get_instruction_pointer(proc);
  /external/ltrace/sysdeps/linux-gnu/s390/
regs.c 50 get_instruction_pointer(struct process *proc) function
  /external/ltrace/sysdeps/linux-gnu/aarch64/
regs.c 66 get_instruction_pointer(struct process *proc) function
70 fprintf(stderr, "get_instruction_pointer: "
90 fprintf(stderr, "get_instruction_pointer: "
99 fprintf(stderr, "get_instruction_pointer: "
  /external/ltrace/sysdeps/linux-gnu/x86/
regs.c 59 get_instruction_pointer(struct process *proc) function
trace.c 100 get_instruction_pointer(proc), errno);
  /external/ltrace/sysdeps/linux-gnu/arm/
regs.c 135 get_instruction_pointer(struct process *proc) function
trace.c 643 const arch_addr_t pc = get_instruction_pointer(proc);
  /external/ltrace/
backend.h 98 void *get_instruction_pointer(struct process *proc);
181 * XXX the same points as for get_instruction_pointer apply. */
  /external/ltrace/sysdeps/linux-gnu/
events.c 247 event.proc->instruction_pointer = get_instruction_pointer(event.proc);
251 perror("get_instruction_pointer");
trace.c 333 arch_addr_t ip = get_instruction_pointer(proc);
668 get_instruction_pointer(teb));
775 = get_instruction_pointer(task);
    [all...]

Completed in 350 milliseconds