Home
last modified time | relevance | path

Searched refs:sym_probe_fns (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dsymfile.h109 struct sym_probe_fns struct
175 const struct sym_probe_fns *sym_probe_fns; member
Dprobe.c77 if (!objfile->sf || !objfile->sf->sym_probe_fns) in parse_probes_in_pspace()
87 = objfile->sf->sym_probe_fns->sym_get_probes (objfile); in parse_probes_in_pspace()
220 if (!objfile->sf || !objfile->sf->sym_probe_fns) in find_probes_in_objfile()
224 = objfile->sf->sym_probe_fns->sym_get_probes (objfile); in find_probes_in_objfile()
251 if (!objfile->sf || !objfile->sf->sym_probe_fns in find_probe_by_pc()
257 = objfile->sf->sym_probe_fns->sym_get_probes (objfile); in find_probe_by_pc()
296 if (! objfile->sf || ! objfile->sf->sym_probe_fns) in collect_probes()
306 = objfile->sf->sym_probe_fns->sym_get_probes (objfile); in collect_probes()
Dsymfile-debug.c682 = debug_data->real_sf->sym_probe_fns->sym_get_probes (objfile); in debug_sym_get_probes()
692 static const struct sym_probe_fns debug_sym_probe_fns =
851 if (real_sf->sym_probe_fns) in install_symfile_debug_logging()
852 debug_data->debug_sf.sym_probe_fns = &debug_sym_probe_fns; in install_symfile_debug_logging()
Delfread.c1374 static const struct sym_probe_fns elf_probe_fns =
DChangeLog-20125003 * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
8268 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
8272 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
8282 (elf_sym_fns): Add `sym_probe_fns' value.
8310 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
8333 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
8337 (struct sym_probe_fns): New struct.
8338 (struct sym_fns) <sym_probe_fns>: New field.
8345 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
DChangeLog-2013509 * symfile.h (struct sym_probe_fns) <sym_get_probe_argument_count,
5456 (struct sym_probe_fns elf_probe_fns): Export function above to the
5470 * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
8042 (struct sym_probe_fns): Constify new_offsets,
DChangeLog-201410815 * symfile.h (struct sym_probe_fns) <sym_relocate_probe>: Remove.
DChangeLog-201910763 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
DChangeLog-20177827 * symfile.h (struct sym_probe_fns) <sym_get_probes> Change