HomeSort by relevance Sort by last modified time
    Searched refs:gLdDebugVerbosity (Results 1 - 2 of 2) sorted by null

  /bionic/linker/
linker_debug.h 63 __LIBC_HIDDEN__ extern int gLdDebugVerbosity;
68 if (gLdDebugVerbosity > (v)) __libc_format_log(5-(v),"linker",x); \
73 if (gLdDebugVerbosity > (v)) { __libc_format_fd(1, x); write(1, "\n", 1); } \
linker.cpp 106 __LIBC_HIDDEN__ int gLdDebugVerbosity;
    [all...]

Completed in 240 milliseconds