Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_linux.cpp212 const char *first_dso_name = nullptr; in AsanCheckDynamicRTPrereqs() local
213 dl_iterate_phdr(FindFirstDSOCallback, &first_dso_name); in AsanCheckDynamicRTPrereqs()
214 if (first_dso_name && first_dso_name[0] && !IsDynamicRTName(first_dso_name)) { in AsanCheckDynamicRTPrereqs()