Searched defs:_PRINTVF (Results 1 - 1 of 1) sorted by relevance

/bionic/linker/
H A Dlinker_debug.h61 #define _PRINTVF(v, x...) \ macro
66 #define _PRINTVF(v, x...) \ macro
72 #define PRINT(x...) _PRINTVF(-1, x)
73 #define INFO(x...) _PRINTVF(0, x)
74 #define TRACE(x...) _PRINTVF(1, x)
77 #define DEBUG(x...) _PRINTVF(2, "DEBUG: " x)

Completed in 38 milliseconds