Home
last modified time | relevance | path

Searched refs:gcc_debug_hooks (Results 1 – 15 of 15) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Ddebug.h25 struct gcc_debug_hooks struct
149 extern const struct gcc_debug_hooks *debug_hooks; argument
168 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 *);
H A Ddebug.c27 const struct gcc_debug_hooks do_nothing_debug_hooks =
H A Dgodump.c47 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()
H A Dtoplev.c126 const struct gcc_debug_hooks *debug_hooks;
H A Ddbxout.c345 const struct gcc_debug_hooks dbx_debug_hooks =
385 const struct gcc_debug_hooks xcoff_debug_hooks =
H A Dsdbout.c306 const struct gcc_debug_hooks sdb_debug_hooks =
H A Dvmsdbgout.c175 const struct gcc_debug_hooks vmsdbg_debug_hooks
H A Ddwarf2out.c2655 const struct gcc_debug_hooks dwarf2_debug_hooks =
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Ddebug.h24 struct gcc_debug_hooks struct
204 extern const struct gcc_debug_hooks *debug_hooks; argument
232 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 *);
H A Ddebug.c25 const struct gcc_debug_hooks do_nothing_debug_hooks =
H A Dgodump.c45 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()
H A Ddbxout.c351 const struct gcc_debug_hooks dbx_debug_hooks =
398 const struct gcc_debug_hooks xcoff_debug_hooks =
H A Dtoplev.c129 const struct gcc_debug_hooks *debug_hooks;
H A Ddwarf2out.c2772 const struct gcc_debug_hooks dwarf2_debug_hooks =
2821 const struct gcc_debug_hooks dwarf2_lineno_debug_hooks =
/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-act.c2909 const struct gcc_debug_hooks *const save_hooks = debug_hooks; in synth_module_prologue()