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

  /external/ltrace/
breakpoint.h 159 struct breakpoint *address2bpstruct(struct process *proc, void *addr);
handle_event.c 731 if ((sbp = address2bpstruct(leader, brk_addr)) != NULL) {
741 if ((sbp = address2bpstruct(leader, brk_addr)) != NULL)
749 if ((sbp = address2bpstruct(leader, brk_addr)) != NULL) {
843 = address2bpstruct(proc->leader, elem->return_addr);
breakpoints.c 113 address2bpstruct(struct process *proc, arch_addr_t addr) function
118 debug(DEBUG_FUNCTION, "address2bpstruct(pid=%d, addr=%p)", proc->pid, addr);
  /external/ltrace/sysdeps/linux-gnu/ppc/
trace.c 95 struct breakpoint *other = address2bpstruct(proc->leader, ip);
plt.c     [all...]
  /external/ltrace/sysdeps/linux-gnu/
events.c 321 && address2bpstruct(leader, break_address))
trace.c 777 = address2bpstruct(leader, ip);
    [all...]

Completed in 392 milliseconds