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

/haiku/src/system/runtime_loader/
H A Delf_symbol_lookup.cpp372 image_t* otherImage = get_loaded_images().head; local
373 while (otherImage != NULL) {
374 if (otherImage == rootImage
376 : (otherImage->type != B_ADD_ON_IMAGE
377 && (otherImage->flags
379 if (elf_sym* symbol = find_symbol(otherImage, lookupInfo)) {
380 *_foundInImage = otherImage;
384 otherImage = otherImage->next;
443 image_t* otherImage local
[all...]
H A Delf.cpp260 for (image_t* otherImage = image; otherImage != NULL;
261 otherImage = otherImage->next) {
262 status_t status = load_immediate_dependencies(otherImage, preload);
270 for (image_t* otherImage = image; otherImage != NULL;
271 otherImage = otherImage->next) {
272 status_t status = check_needed_image_versions(otherImage);
[all...]

Completed in 30 milliseconds