Home
last modified time | relevance | path

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

/aosp12/bionic/linker/
H A Dlinker_debug.h63 #define LINKER_VERBOSITY_TRACE 1 macro
78 #define TRACE(x...) _PRINTVF(LINKER_VERBOSITY_TRACE, x)
H A Dlinker_relocate.cpp209 g_ld_debug_verbosity > LINKER_VERBOSITY_TRACE && in process_relocation_impl()
213 linker_log_va_list(LINKER_VERBOSITY_TRACE, fmt, ap); in process_relocation_impl()
552 if (g_ld_debug_verbosity > LINKER_VERBOSITY_TRACE) { in needs_slow_relocate_loop()
H A Dlinker_soinfo.cpp50 return g_ld_debug_verbosity > LINKER_VERBOSITY_TRACE && DO_TRACE_LOOKUP; in is_lookup_tracing_enabled()