Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_debug.h70 #define _PRINTVF(v, x...) \ macro
75 #define _PRINTVF(v, x...) \ macro
81 #define PRINT(x...) _PRINTVF(-1, x)
82 #define INFO(x...) _PRINTVF(0, x)
83 #define TRACE(x...) _PRINTVF(1, x)
86 #define DEBUG(x...) _PRINTVF(2, "DEBUG: " x)