Searched refs:to_auxv_parse (Results 1 – 3 of 3) sorted by relevance
274 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()
701 t->to_auxv_parse = inf_ptrace_auxv_parse; in inf_ptrace_target()
642 int (*to_auxv_parse) (struct target_ops *ops, gdb_byte **readptr, member