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

/haiku/src/system/runtime_loader/
H A Dimages.h67 image_t* find_loaded_image_by_name(char const* name, uint32 typeMask);
H A Delf_versioning.cpp177 image_t* dependency = find_loaded_image_by_name(fileName,
H A Delf_load_image.cpp511 found = find_loaded_image_by_name(name, APP_OR_LIBRARY_TYPE);
555 found = find_loaded_image_by_name(path, APP_OR_LIBRARY_TYPE);
H A Dimages.cpp601 find_loaded_image_by_name(char const* name, uint32 typeMask) function
H A Delf.cpp644 image = find_loaded_image_by_name(path, APP_OR_LIBRARY_TYPE);

Completed in 49 milliseconds