/src/usr.bin/xlint/lint1/ |
externs1.h | 149 void debug_sym(const char *, const sym_t *, const char *); 167 #define debug_sym(p, sym, s) debug_noop() macro
|
externs1.h | 149 void debug_sym(const char *, const sym_t *, const char *); 167 #define debug_sym(p, sym, s) debug_noop() macro
|
debug.c | 172 debug_sym("", mem, "\n"); 181 debug_sym("", en, "\n"); 402 debug_sym(const char *prefix, const sym_t *sym, const char *suffix) function in typeref:typename:void 498 debug_sym(" redeclared=(", dl->d_redeclared_symbol, ")"); 525 debug_sym(" param(", p, ")"); 532 debug_sym(" func_proto_sym(", sym, ")");
|
debug.c | 172 debug_sym("", mem, "\n"); 181 debug_sym("", en, "\n"); 402 debug_sym(const char *prefix, const sym_t *sym, const char *suffix) function in typeref:typename:void 498 debug_sym(" redeclared=(", dl->d_redeclared_symbol, ")"); 525 debug_sym(" param(", p, ")"); 532 debug_sym(" func_proto_sym(", sym, ")");
|