Home | History | Annotate | Download | only in linker

Lines Matching refs:preloads

109 static soinfo *preloads[LDPRELOAD_MAX + 1];
448 /* Next, look for it in the preloads list */
449 for(i = 0; preloads[i] != NULL; i++) {
450 lsi = preloads[i];
1867 /* if this is the main executable, then load all of the preloads now */
1870 memset(preloads, 0, sizeof(preloads));
1880 preloads[i] = lsi;