Home
last modified time | relevance | path

Searched refs:APP_OR_LIBRARY_TYPE (Results 1 – 3 of 3) sorted by relevance

/haiku/src/system/runtime_loader/
H A Dimages.h41 #define APP_OR_LIBRARY_TYPE (IMAGE_TYPE_TO_MASK(B_APP_IMAGE) \ macro
H A Delf_load_image.cpp528 found = find_loaded_image_by_name(name, APP_OR_LIBRARY_TYPE); in load_image()
572 found = find_loaded_image_by_name(path, APP_OR_LIBRARY_TYPE); in load_image()
H A Delf.cpp644 image = find_loaded_image_by_name(path, APP_OR_LIBRARY_TYPE); in load_library()