Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp3554 char* hwasan_env = getenv("LD_HWASAN"); in init_default_namespaces() local
3557 (hwasan_env != nullptr && !getauxval(AT_SECURE) && strcmp(hwasan_env, "1") == 0); in init_default_namespaces()