Searched refs:sym_probe_fns (Results 1 – 9 of 9) sorted by relevance
109 struct sym_probe_fns struct175 const struct sym_probe_fns *sym_probe_fns; member
77 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()
682 = 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()
1374 static const struct sym_probe_fns elf_probe_fns =
5003 * 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.
509 * symfile.h (struct sym_probe_fns) <sym_get_probe_argument_count,5456 (struct sym_probe_fns elf_probe_fns): Export function above to the5470 * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:8042 (struct sym_probe_fns): Constify new_offsets,
10815 * symfile.h (struct sym_probe_fns) <sym_relocate_probe>: Remove.
10763 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
7827 * symfile.h (struct sym_probe_fns) <sym_get_probes> Change