Searched refs:gLdPreloadNames (Results 1 – 1 of 1) sorted by relevance
102 static const char* gLdPreloadNames[LDPRELOAD_MAX + 1]; variable387 parse_path(path, " :", gLdPreloadNames, in parse_LD_PRELOAD()1501 for (size_t i = 0; gLdPreloadNames[i] != NULL; i++) { in soinfo_link_image()1502 soinfo* lsi = find_library(gLdPreloadNames[i]); in soinfo_link_image()1506 gLdPreloadNames[i], si->name, tmp_err_buf); in soinfo_link_image()