Searched refs:target_auxv_parse (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dauxv.h44 extern int target_auxv_parse (struct target_ops *ops,
H A Dauxv.c121 target_auxv_parse (struct target_ops *ops, char **readptr, char *endptr, function
159 switch (target_auxv_parse (ops, &ptr, data + n, &type, &val))
194 while (target_auxv_parse (ops, &ptr, data + len, &type, &val) > 0)

Completed in 41 milliseconds