Searched refs:get_static_ops (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dprobe.c92 if (spops != &any_static_probe_ops && p->get_static_ops () != spops)
312 if (spops != &any_static_probe_ops && p->get_static_ops () != spops)
374 if (probe.prob->get_static_ops () != spops)
422 = probe->get_static_ops ()->gen_info_probes_table_header ();
457 if (probe.prob->get_static_ops () == spops)
537 const char *probe_type = probe.prob->get_static_ops ()->type_name ();
570 const char *probe_type = probe.prob->get_static_ops ()->type_name ();
586 if (probe.prob->get_static_ops () == po)
636 if (probe.prob->get_static_ops ()->can_enable ())
671 if (probe.prob->get_static_ops ()
[all...]
H A Dprobe.h170 virtual const static_probe_ops *get_static_ops () const = 0;
H A Ddtrace-probe.c139 const static_probe_ops *get_static_ops () const override;
742 /* Implementation of the 'get_static_ops' method. */
745 dtrace_probe::get_static_ops () const function in class:dtrace_probe
H A Dstap-probe.c167 const static_probe_ops *get_static_ops () const override;
1482 /* Implementation of the 'get_static_ops' method. */
1485 stap_probe::get_static_ops () const
1484 stap_probe::get_static_ops () const function in class:stap_probe
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dprobe.c92 if (spops != &any_static_probe_ops && p->get_static_ops () != spops)
312 if (spops != &any_static_probe_ops && p->get_static_ops () != spops)
374 if (probe.prob->get_static_ops () != spops)
422 = probe->get_static_ops ()->gen_info_probes_table_header ();
457 if (probe.prob->get_static_ops () == spops)
537 const char *probe_type = probe.prob->get_static_ops ()->type_name ();
570 const char *probe_type = probe.prob->get_static_ops ()->type_name ();
585 if (probe.prob->get_static_ops () == po)
635 if (probe.prob->get_static_ops ()->can_enable ())
670 if (probe.prob->get_static_ops ()
[all...]
H A Dprobe.h170 virtual const static_probe_ops *get_static_ops () const = 0;
H A Ddtrace-probe.c140 const static_probe_ops *get_static_ops () const override;
735 /* Implementation of the 'get_static_ops' method. */
738 dtrace_probe::get_static_ops () const function in class:dtrace_probe
H A Dstap-probe.c170 const static_probe_ops *get_static_ops () const override;
1530 /* Implementation of the 'get_static_ops' method. */
1533 stap_probe::get_static_ops () const
1532 stap_probe::get_static_ops () const function in class:stap_probe

Completed in 320 milliseconds