Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp114 static const char* g_ld_preload_names[LDPRELOAD_MAX + 1]; variable
371 parse_path(path, " :", g_ld_preload_names, in parse_LD_PRELOAD()
2425 while (g_ld_preload_names[ld_preloads_count] != nullptr) {
2426 needed_library_name_list.push_back(g_ld_preload_names[ld_preloads_count++]);