Searched refs:B_APP_IMAGE (Results 1 - 21 of 21) sorted by relevance

/haiku/src/system/runtime_loader/
H A Dimages.h37 #define ALL_IMAGE_TYPES (IMAGE_TYPE_TO_MASK(B_APP_IMAGE) \
41 #define APP_OR_LIBRARY_TYPE (IMAGE_TYPE_TO_MASK(B_APP_IMAGE) \
H A Druntime_loader.cpp55 case B_APP_IMAGE:
77 case B_APP_IMAGE:
100 case B_APP_IMAGE:
312 if (fd >= 0 || type == B_APP_IMAGE)
410 fd = open_executable(path, B_APP_IMAGE, NULL, NULL, NULL, NULL, NULL);
H A Delf_load_image.cpp513 if (found == NULL && type != B_APP_IMAGE && gProgramImage != NULL) {
H A Delf.cpp553 status = load_image(path, B_APP_IMAGE, NULL, NULL, NULL, &gProgramImage);
/haiku/src/tests/system/libroot/posix/
H A Dbrk_test.c108 if (i_info.type == B_APP_IMAGE) {
/haiku/headers/os/kernel/
H A Dimage.h16 B_APP_IMAGE = 1, enumerator in enum:__anon1
/haiku/src/tests/kits/app/broster/testapps/
H A DRosterBroadcastTestApp1.cpp76 if (info.type == B_APP_IMAGE) {
H A DRosterLaunchTestApp1.cpp76 if (info.type == B_APP_IMAGE) {
H A DRosterWatchingTestApp1.cpp76 if (info.type == B_APP_IMAGE) {
/haiku/src/system/libroot/posix/unistd/
H A Dbrk.c64 if (i_info.type == B_APP_IMAGE) {
/haiku/src/kits/app/
H A DAppMisc.cpp52 // the one in question should be typed B_APP_IMAGE.
60 if (info.type == B_APP_IMAGE) {
/haiku/src/system/kernel/
H A Dimage.cpp105 if (image->info.basic_info.type == B_APP_IMAGE)
495 if (info.type == B_APP_IMAGE)
/haiku/src/kits/debugger/target_host_interface/local/
H A DLocalTargetHostInterface.cpp334 if (imageInfo.type == B_APP_IMAGE) {
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dmodule.cpp734 if (info.type != B_APP_IMAGE)
/haiku/src/kits/storage/
H A DResources.cpp214 ? info.type == B_APP_IMAGE
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp133 case B_APP_IMAGE:
/haiku/src/system/libroot/os/
H A Dfind_paths.cpp283 if (codePointer == NULL ? _info.type == B_APP_IMAGE
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp504 if (image->Type() == B_APP_IMAGE)
1959 bool handlePostExecSetup = fExecPending && image->Type() == B_APP_IMAGE
/haiku/src/tests/kits/storage/
H A DResourceStringsTest.cpp129 if (info.type == B_APP_IMAGE) {
/haiku/src/kits/debugger/model/
H A DTeam.cpp214 if (image->Type() == B_APP_IMAGE)
/haiku/src/apps/processcontroller/
H A DProcessController.cpp877 if (info.type == B_APP_IMAGE) {

Completed in 124 milliseconds