Home
last modified time | relevance | path

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

/aosp12/bionic/linker/
H A Dlinker_debug.h66 __LIBC_HIDDEN__ extern int g_ld_debug_verbosity;
73 if (g_ld_debug_verbosity > (v)) linker_log((v), x); \
H A Dlinker_test_globals.cpp30 int g_ld_debug_verbosity = 0; variable
H A Dlinker_main.cpp127 int g_ld_debug_verbosity; variable
335 g_ld_debug_verbosity = atoi(LD_DEBUG); in linker_main()
H A Dlinker_relocate.cpp209 g_ld_debug_verbosity > LINKER_VERBOSITY_TRACE && 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()