HomeSort by relevance Sort by last modified time
    Searched full:arch_addr_t (Results 26 - 41 of 41) sorted by null

12

  /external/ltrace/sysdeps/linux-gnu/m68k/
fetch.c 41 arch_addr_t stack_pointer;
75 context->stack_pointer = (arch_addr_t)context->regs[PT_USP] + 4;
132 context->stack_pointer = (arch_addr_t)
  /external/ltrace/sysdeps/linux-gnu/ppc/
fetch.c 55 arch_addr_t stack_pointer;
160 /* XXX Remove the two double casts when arch_addr_t
163 ctx->stack_pointer = (arch_addr_t)tmp;
421 /* XXX Remove the double cast when arch_addr_t
423 valuep->u.address = (arch_addr_t)(uintptr_t)addr;
  /external/ltrace/
backend.h 96 * arch_addr_t. This should be converted to an integral type and
174 size_t umovebytes(struct process *proc, arch_addr_t addr,
187 * XXX should this return arch_addr_t? */
193 int linkmap_init(struct process *proc, arch_addr_t dyn_addr);
210 arch_addr_t *entryp,
211 arch_addr_t *interp_biasp);
361 arch_addr_t addr, const char *name,
369 arch_addr_t addr, const char *name,
389 int arch_find_dl_debug(struct process *proc, arch_addr_t dyn_addr,
390 arch_addr_t *ret)
    [all...]
proc.c 153 arch_addr_t, struct breakpoint *,
338 clone_single_bp(arch_addr_t *key, struct breakpoint **bpp, void *u)
410 arch_addr_t, struct breakpoint *, NULL,
775 arch_addr_t bp_addr;
1061 each_breakpoint_cb(arch_addr_t *key, struct breakpoint **bpp, void *d)
1067 arch_addr_t *
1068 proc_each_breakpoint(struct process *proc, arch_addr_t *start,
1079 arch_addr_t, struct breakpoint *, start,
1127 NAME(struct process *proc, arch_addr_t addr, \
breakpoint.h 104 arch_addr_t addr, struct library_symbol *libsym);
134 struct breakpoint *insert_breakpoint_at(struct process *proc, arch_addr_t addr,
value.h 54 arch_addr_t inf_address; /* VAL_LOC_INFERIOR */
92 void value_in_inferior(struct value *valp, arch_addr_t address);
output.c 719 arch_addr_t ip, function_offset;
726 /* Verify that we can safely cast arch_addr_t* to
729 != sizeof(arch_addr_t))]);
748 * sizeof(arch_addr_t).
value.c 118 value_in_inferior(struct value *valp, arch_addr_t address)
  /external/ltrace/sysdeps/linux-gnu/mips/
trace.c 269 int (*add_cb)(arch_addr_t, struct sw_singlestep_data *),
279 arch_addr_t baddr = (arch_addr_t) newpcs[nr];
  /external/ltrace/sysdeps/linux-gnu/arm/
breakpoint.c 101 sbp->addr = (arch_addr_t)((uintptr_t)sbp->addr & ~1);
  /external/ltrace/sysdeps/linux-gnu/metag/
trace.c 369 int (*add_cb)(arch_addr_t, struct sw_singlestep_data *),
372 arch_addr_t pc = get_instruction_pointer(proc);
379 arch_addr_t baddr = (arch_addr_t) newpcs[nr];
  /external/ltrace/sysdeps/linux-gnu/
trace.c 333 arch_addr_t ip = get_instruction_pointer(proc);
555 int (*add_cb)(arch_addr_t, struct sw_singlestep_data *),
593 sw_singlestep_add_bp(arch_addr_t addr, struct sw_singlestep_data *data)
774 arch_addr_t ip
1197 umovebytes(struct process *proc, arch_addr_t addr, void *buf, size_t len)
    [all...]
events.c 317 arch_addr_t break_address
  /external/ltrace/sysdeps/linux-gnu/x86/
fetch.c 61 arch_addr_t stack_pointer;
666 static arch_addr_t
669 arch_addr_t sp;
671 sp = (arch_addr_t)context->iregs.rsp;
673 sp = (arch_addr_t)context->iregs.esp;
  /external/ltrace/sysdeps/linux-gnu/s390/
fetch.c 39 arch_addr_t stack_pointer;
  /external/ltrace/sysdeps/linux-gnu/ia64/
fetch.c 38 arch_addr_t stack_pointer;

Completed in 989 milliseconds

12