Searched refs:B_LIBRARY_IMAGE (Results 1 - 7 of 7) sorted by relevance

/haiku/src/system/runtime_loader/
H A Dimages.h38 | IMAGE_TYPE_TO_MASK(B_LIBRARY_IMAGE) \
42 | IMAGE_TYPE_TO_MASK(B_LIBRARY_IMAGE))
H A Druntime_loader.cpp60 case B_LIBRARY_IMAGE:
80 case B_LIBRARY_IMAGE:
106 case B_LIBRARY_IMAGE:
323 if (type == B_LIBRARY_IMAGE) {
H A Delf.cpp93 status_t status = load_image(path, B_LIBRARY_IMAGE, NULL, NULL, NULL, image);
204 status_t loadStatus = load_image(name, B_LIBRARY_IMAGE,
451 status_t status = load_image(path, B_LIBRARY_IMAGE, NULL, NULL, NULL, &image);
622 image_type type = (addOn ? B_ADD_ON_IMAGE : B_LIBRARY_IMAGE);
729 image_type type = addOn ? B_ADD_ON_IMAGE : B_LIBRARY_IMAGE;
/haiku/headers/os/kernel/
H A Dimage.h17 B_LIBRARY_IMAGE, enumerator in enum:__anon1
/haiku/src/kits/debug/
H A DImage.cpp236 fInfo.type = B_LIBRARY_IMAGE;
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp136 case B_LIBRARY_IMAGE:
/haiku/src/system/kernel/
H A Delf.cpp2091 imageInfo.basic_info.type = B_LIBRARY_IMAGE;

Completed in 82 milliseconds