Searched refs:LD_DEBUG (Results 1 - 1 of 1) sorted by relevance

/bionic/linker/
H A Dlinker.cpp1641 const char* LD_DEBUG = linker_env_get("LD_DEBUG"); local
1642 if (LD_DEBUG != NULL) {
1643 gLdDebugVerbosity = atoi(LD_DEBUG);

Completed in 327 milliseconds