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

/haiku/src/system/runtime_loader/
H A Delf.cpp324 image_t **initList = NULL; local
333 count = get_sorted_image_list(image, &initList, RFLAG_INITIALIZED);
335 free(initList);
342 initList[--count] = NULL;
347 image = initList[i];
378 free(initList);
H A Dimages.cpp157 topological_sort(image_t* image, uint32 slot, image_t** initList, argument
165 slot = topological_sort(image->needed[i], slot, initList, sortFlag);
167 initList[slot] = image;

Completed in 29 milliseconds