Home
last modified time | relevance | path

Searched refs:_PRINTVF (Results 1 – 1 of 1) sorted by relevance

/bionic/linker/
Dlinker_debug.h62 #define _PRINTVF(v, x...) \ macro
67 #define _PRINTVF(v, x...) \ macro
73 #define PRINT(x...) _PRINTVF(-1, x)
74 #define INFO(x...) _PRINTVF(0, x)
75 #define TRACE(x...) _PRINTVF(1, x)
78 #define DEBUG(x...) _PRINTVF(2, "DEBUG: " x)