Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:TRACE_SYMTAB

498    Bool trace_symtab; /* symbols, our style */
897 #define TRACE_SYMTAB(format, args...) \
898 if (di->trace_symtab) { VG_(printf)(format, ## args); }