Searched refs:readptr (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | auxv.c | 240 default_auxv_parse (struct target_ops *ops, gdb_byte **readptr, in default_auxv_parse() argument 246 gdb_byte *ptr = *readptr; in default_auxv_parse() 259 *readptr = ptr; in default_auxv_parse() 268 target_auxv_parse (struct target_ops *ops, gdb_byte **readptr, in target_auxv_parse() argument 275 return t->to_auxv_parse (t, readptr, endptr, typep, valp); in target_auxv_parse() 277 return default_auxv_parse (ops, readptr, endptr, typep, valp); in target_auxv_parse()
|
H A D | auxv.h | 32 gdb_byte **readptr, gdb_byte *endptr,
|
H A D | inf-ptrace.c | 648 inf_ptrace_auxv_parse (struct target_ops *ops, gdb_byte **readptr, in inf_ptrace_auxv_parse() argument 656 gdb_byte *ptr = *readptr; in inf_ptrace_auxv_parse() 669 *readptr = ptr; in inf_ptrace_auxv_parse()
|
H A D | target.h | 642 int (*to_auxv_parse) (struct target_ops *ops, gdb_byte **readptr,
|