Searched refs:gcc_debug_hooks (Results 1 – 15 of 15) sorted by relevance
25 struct gcc_debug_hooks struct149 extern const struct gcc_debug_hooks *debug_hooks; argument168 extern const struct gcc_debug_hooks do_nothing_debug_hooks;169 extern const struct gcc_debug_hooks dbx_debug_hooks;170 extern const struct gcc_debug_hooks sdb_debug_hooks;171 extern const struct gcc_debug_hooks xcoff_debug_hooks;172 extern const struct gcc_debug_hooks dwarf2_debug_hooks;173 extern const struct gcc_debug_hooks vmsdbg_debug_hooks;193 extern const struct gcc_debug_hooks *194 dump_go_spec_init (const char *, const struct gcc_debug_hooks *);
27 const struct gcc_debug_hooks do_nothing_debug_hooks =
47 static struct gcc_debug_hooks go_debug_hooks;51 static const struct gcc_debug_hooks *real_debug_hooks;1242 const struct gcc_debug_hooks *1243 dump_go_spec_init (const char *filename, const struct gcc_debug_hooks *hooks) in dump_go_spec_init()
126 const struct gcc_debug_hooks *debug_hooks;
345 const struct gcc_debug_hooks dbx_debug_hooks =385 const struct gcc_debug_hooks xcoff_debug_hooks =
306 const struct gcc_debug_hooks sdb_debug_hooks =
175 const struct gcc_debug_hooks vmsdbg_debug_hooks
2655 const struct gcc_debug_hooks dwarf2_debug_hooks =
24 struct gcc_debug_hooks struct204 extern const struct gcc_debug_hooks *debug_hooks; argument232 extern const struct gcc_debug_hooks do_nothing_debug_hooks;233 extern const struct gcc_debug_hooks dbx_debug_hooks;234 extern const struct gcc_debug_hooks xcoff_debug_hooks;235 extern const struct gcc_debug_hooks dwarf2_debug_hooks;236 extern const struct gcc_debug_hooks dwarf2_lineno_debug_hooks;237 extern const struct gcc_debug_hooks vmsdbg_debug_hooks;256 extern const struct gcc_debug_hooks *257 dump_go_spec_init (const char *, const struct gcc_debug_hooks *);
25 const struct gcc_debug_hooks do_nothing_debug_hooks =
45 static struct gcc_debug_hooks go_debug_hooks;49 static const struct gcc_debug_hooks *real_debug_hooks;1431 const struct gcc_debug_hooks *1432 dump_go_spec_init (const char *filename, const struct gcc_debug_hooks *hooks) in dump_go_spec_init()
351 const struct gcc_debug_hooks dbx_debug_hooks =398 const struct gcc_debug_hooks xcoff_debug_hooks =
129 const struct gcc_debug_hooks *debug_hooks;
2772 const struct gcc_debug_hooks dwarf2_debug_hooks =2821 const struct gcc_debug_hooks dwarf2_lineno_debug_hooks =
2909 const struct gcc_debug_hooks *const save_hooks = debug_hooks; in synth_module_prologue()