Lines Matching full:macro
37 * Macro define and undefine:: Representation of #define and #undef
1222 File: stabs.info, Node: Types, Next: Macro define and undefine, Prev: Variables, Up: Top
2098 File: stabs.info, Node: Macro define and undefine, Next: Symbol Tables, Prev: Types, Up: Top
2103 This section describes the stabs support for macro define and undefine
2107 A `#define MACRO-NAME MACRO-BODY' is represented with an
2108 `N_MAC_DEFINE' stab with a string field of `MACRO-NAME MACRO-BODY'.
2110 An `#undef MACRO-NAME' is represented with an `N_MAC_UNDEF' stabs
2111 with a string field of simply `MACRO-NAME'.
2155 File: stabs.info, Node: Symbol Tables, Next: Cplusplus, Prev: Macro define and undefine, Up: Top
3139 Name and body of a `#define'd macro; see *Note Macro define and
3146 Name of an `#undef'ed macro; see *Note Macro define and undefine::.
4399 * N_MAC_DEFINE: Macro define and undefine.
4401 * N_MAC_UNDEF: Macro define and undefine.
4475 Node: Macro define and undefine86578