Home | History | Annotate | Download | only in ltrace

Lines Matching full:arch_addr_t

46 		       arch_addr_t addr, arch_addr_t *ret)
55 arch_addr_t addr, arch_addr_t *ret)
113 address2bpstruct(struct process *proc, arch_addr_t addr)
166 arch_addr_t addr, struct library_symbol *libsym)
181 arch_addr_t addr, struct library_symbol *libsym)
259 arch_addr_t return_addr = get_return_addr(proc, proc->stack_pointer);
269 insert_breakpoint_at(struct process *proc, arch_addr_t addr,
333 delete_breakpoint_at(struct process *proc, arch_addr_t addr)
384 disable_bp_cb(arch_addr_t *addr, struct breakpoint **bpp, void *data)
398 DICT_EACH(proc->breakpoints, arch_addr_t, struct breakpoint *,
413 struct breakpoint *bp, arch_addr_t addr,