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

/haiku/src/system/runtime_loader/
H A Delf.cpp171 int32 preloadedCount = 0; local
173 preload_images(NULL, &preloadedCount);
174 image->num_needed += preloadedCount;
197 for (i = 0, j = preloadedCount; d[i].d_tag != DT_NULL; i++) {

Completed in 74 milliseconds