HomeSort by: relevance | last modified time | path
    Searched defs:debug_sym (Results 1 - 2 of 2) sorted by relevancy

  /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
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, ")");

Completed in 13 milliseconds