Home
last modified time | relevance | path

Searched refs:readptr (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dauxv.c240 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 Dauxv.h32 gdb_byte **readptr, gdb_byte *endptr,
H A Dinf-ptrace.c648 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 Dtarget.h642 int (*to_auxv_parse) (struct target_ops *ops, gdb_byte **readptr,