Searched refs:preloads (Results 1 - 1 of 1) sorted by relevance

/bionic/linker/
H A Dlinker.c109 static soinfo *preloads[LDPRELOAD_MAX + 1]; variable
459 /* Next, look for it in the preloads list */
460 for(i = 0; preloads[i] != NULL; i++) {
461 lsi = preloads[i];
1912 /* if this is the main executable, then load all of the preloads now */
1915 memset(preloads, 0, sizeof(preloads));
1925 preloads[i] = lsi;

Completed in 5 milliseconds