Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp969 static const char kDyldInsertLibraries[] = "DYLD_INSERT_LIBRARIES"; variable
998 SanitizerToolName, kDyldInsertLibraries, info_runtime.dli_fname); in VerifyInterceptorsWorking()
1037 const_cast<char *>(GetEnv(kDyldInsertLibraries)); in StripEnv()
1054 uptr env_name_len = internal_strlen(kDyldInsertLibraries); in StripEnv()
1061 internal_strncpy(new_env, kDyldInsertLibraries, env_name_len); in StripEnv()
1106 LeakyResetEnv(kDyldInsertLibraries, new_env); in StripEnv()