Searched refs:get_instruction_pointer (Results 1 - 24 of 24) sorted by relevance

/external/ltrace/sysdeps/linux-gnu/alpha/
H A Dregs.c40 get_instruction_pointer(struct process *proc) function
H A Dtrace.c54 char *ip = get_instruction_pointer(proc) - 4;
/external/ltrace/sysdeps/linux-gnu/cris/
H A Dregs.c40 void *get_instruction_pointer(struct process *proc) function
H A Dtrace.c54 long pc = (long)get_instruction_pointer(proc);
/external/ltrace/sysdeps/linux-gnu/m68k/
H A Dregs.c40 get_instruction_pointer(struct process *proc) function
/external/ltrace/sysdeps/linux-gnu/mips/
H A Dregs.c53 get_instruction_pointer(struct process *proc) function
H A Dtrace.c95 long pc = (long)get_instruction_pointer(proc);
272 uint32_t pc = (uint32_t) get_instruction_pointer(proc);
/external/ltrace/sysdeps/linux-gnu/ppc/
H A Dregs.c44 get_instruction_pointer(struct process *proc) function
H A Dtrace.c67 long pc = (long)get_instruction_pointer(proc);
94 arch_addr_t ip = get_instruction_pointer(proc);
H A Dplt.c919 arch_addr_t addr = get_instruction_pointer(proc) + 4;
1027 if (get_instruction_pointer(task) == bp->addr) {
/external/ltrace/sysdeps/linux-gnu/sparc/
H A Dregs.c31 get_instruction_pointer(struct process *proc) function
H A Dtrace.c51 void *ip = get_instruction_pointer(proc);
/external/ltrace/sysdeps/linux-gnu/ia64/
H A Dregs.c37 get_instruction_pointer(struct process *proc) function
/external/ltrace/sysdeps/linux-gnu/metag/
H A Dregs.c32 get_instruction_pointer(struct process *proc) function
H A Dtrace.c372 arch_addr_t pc = get_instruction_pointer(proc);
/external/ltrace/sysdeps/linux-gnu/s390/
H A Dregs.c50 get_instruction_pointer(struct process *proc) function
/external/ltrace/sysdeps/linux-gnu/aarch64/
H A Dregs.c66 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/
H A Dregs.c59 get_instruction_pointer(struct process *proc) function
H A Dtrace.c100 get_instruction_pointer(proc), errno);
/external/ltrace/sysdeps/linux-gnu/arm/
H A Dregs.c135 get_instruction_pointer(struct process *proc) function
H A Dtrace.c643 const arch_addr_t pc = get_instruction_pointer(proc);
/external/ltrace/
H A Dbackend.h98 void *get_instruction_pointer(struct process *proc);
181 * XXX the same points as for get_instruction_pointer apply. */
/external/ltrace/sysdeps/linux-gnu/
H A Devents.c247 event.proc->instruction_pointer = get_instruction_pointer(event.proc);
251 perror("get_instruction_pointer");
H A Dtrace.c333 arch_addr_t ip = get_instruction_pointer(proc);
668 get_instruction_pointer(teb));
775 = get_instruction_pointer(task);

Completed in 131 milliseconds