Searched refs:DBX_FINISH_STABS (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | xcoffout.h | 71 #define DBX_FINISH_STABS(SYM, CODE, LINE, ADDR, LABEL, NUMBER) do { \ macro
|
| D | dbxout.c | 813 #ifndef DBX_FINISH_STABS 814 #define DBX_FINISH_STABS(SYM, CODE, LINE, ADDR, LABEL, NUMBER) \ macro 877 DBX_FINISH_STABS (sym, code, len == 0 ? line : 0, in dbxout_finish_complex_stabs() 897 DBX_FINISH_STABS (sym, code, line, addr, label, number); in dbxout_finish_complex_stabs()
|
| D | ChangeLog-2004 | 7086 (DBX_FINISH_STABS): Add (unused by default) SYM parameter. 7091 * xcoffout.h (DBX_FINISH_STABS): Restore special case for 7470 (DBX_FINISH_STABS): New target macro. 7517 (DBX_FINISH_SYMBOL): Rewrite and rename DBX_FINISH_STABS.
|