Home
last modified time | relevance | path

Searched refs:B_ADD_ON_IMAGE (Results 1 – 7 of 7) sorted by relevance

/haiku/src/system/runtime_loader/
H A Dimages.h39 | IMAGE_TYPE_TO_MASK(B_ADD_ON_IMAGE) \
H A Druntime_loader.cpp64 case B_ADD_ON_IMAGE: in search_path_for_type()
83 case B_ADD_ON_IMAGE: in search_path_for_type()
111 case B_ADD_ON_IMAGE: in search_path_for_type()
316 if (type == B_ADD_ON_IMAGE && name[0] == '/') in open_executable()
H A Delf_symbol_lookup.cpp450 : (otherImage->type != B_ADD_ON_IMAGE in find_undefined_symbol_global()
520 && otherImage->type != B_ADD_ON_IMAGE in find_undefined_symbol_add_on()
H A Delf_load_image.cpp527 if (type != B_ADD_ON_IMAGE) { in load_image()
571 if (type != B_ADD_ON_IMAGE) { in load_image()
H A Delf.cpp622 image_type type = (addOn ? B_ADD_ON_IMAGE : B_LIBRARY_IMAGE); in load_library()
728 image_type type = addOn ? B_ADD_ON_IMAGE : B_LIBRARY_IMAGE; in unload_library()
1038 if (!hitCallerImage || image->type == B_ADD_ON_IMAGE in get_library_symbol()
/haiku/headers/os/kernel/
H A Dimage.h18 B_ADD_ON_IMAGE, enumerator
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp139 case B_ADD_ON_IMAGE: in ImageTypeToString()