Searched refs:get_arg_by_number (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddtrace-probe.c151 struct dtrace_probe_arg *get_arg_by_number (unsigned n,
650 /* Implementation of 'get_arg_by_number' method. */
653 dtrace_probe::get_arg_by_number (unsigned n, struct gdbarch *gdbarch) function in class:dtrace_probe
719 arg = this->get_arg_by_number (n, gdbarch);
733 arg = this->get_arg_by_number (n, expr->gdbarch);
H A Dstap-probe.c177 struct stap_probe_arg *get_arg_by_number (unsigned n, function
1395 arg = this->get_arg_by_number (n, gdbarch);
1410 arg = this->get_arg_by_number (n, expr->gdbarch);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddtrace-probe.c152 struct dtrace_probe_arg *get_arg_by_number (unsigned n,
649 /* Implementation of 'get_arg_by_number' method. */
652 dtrace_probe::get_arg_by_number (unsigned n, struct gdbarch *gdbarch) function in class:dtrace_probe
716 arg = this->get_arg_by_number (n, gdbarch);
728 arg = this->get_arg_by_number (n, expr->gdbarch);
H A Dstap-probe.c180 struct stap_probe_arg *get_arg_by_number (unsigned n, function
1446 arg = this->get_arg_by_number (n, gdbarch);
1459 arg = this->get_arg_by_number (n, expr->gdbarch);

Completed in 223 milliseconds