Searched refs:_PRINTVF (Results 1 – 1 of 1) sorted by relevance
71 #define _PRINTVF(v, x...) \ macro76 #define PRINT(x...) _PRINTVF(LINKER_VERBOSITY_PRINT, x)77 #define INFO(x...) _PRINTVF(LINKER_VERBOSITY_INFO, x)78 #define TRACE(x...) _PRINTVF(LINKER_VERBOSITY_TRACE, x)81 #define DEBUG(x...) _PRINTVF(LINKER_VERBOSITY_DEBUG, "DEBUG: " x)