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

/openbsd-current/libexec/ld.so/
H A Dloader.c347 int *randomlist; local
351 randomlist = _dl_reallocarray(NULL, libcount,
354 if (liblist == NULL || randomlist == NULL)
389 randomlist[loop] = loop;
396 cur = randomlist[rnd];
397 randomlist[rnd] = randomlist[loop];
398 randomlist[loop] = cur;
406 liblist[randomlist[loop]].dynp->d_un.d_val;
424 _dl_free(randomlist);
[all...]

Completed in 310 milliseconds