Home
last modified time | relevance | path

Searched refs:to_auxv_parse (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dauxv.c274 if (t->to_auxv_parse != NULL) in target_auxv_parse()
275 return t->to_auxv_parse (t, readptr, endptr, typep, valp); in target_auxv_parse()
H A Dinf-ptrace.c701 t->to_auxv_parse = inf_ptrace_auxv_parse; in inf_ptrace_target()
H A Dtarget.h642 int (*to_auxv_parse) (struct target_ops *ops, gdb_byte **readptr, member