HomeSort by relevance Sort by last modified time
    Searched full:first_dso_name (Results 1 - 1 of 1) sorted by null

  /external/compiler-rt/lib/asan/
asan_linux.cc 117 const char *first_dso_name = nullptr; local
118 dl_iterate_phdr(FindFirstDSOCallback, &first_dso_name);
119 if (first_dso_name && !IsDynamicRTName(first_dso_name)) {

Completed in 1237 milliseconds