Searched defs:INFO (Results 1 – 2 of 2) sorted by relevance
/bionic/tools/relocation_packer/src/ | ||
D | debug.h | 34 enum Severity {INFO = 0, WARNING, ERROR, FATAL}; enumerator |
/bionic/linker/ | ||
D | linker_debug.h | 74 #define INFO(x...) _PRINTVF(0, x) macro |