Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDauxv.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()
HDinf-ptrace.c701 t->to_auxv_parse = inf_ptrace_auxv_parse; in inf_ptrace_target()
HDtarget.h642 int (*to_auxv_parse) (struct target_ops *ops, gdb_byte **readptr, member