Searched refs:load_image (Results 1 - 25 of 25) sorted by relevance

/haiku/src/system/runtime_loader/
H A Delf_load_image.h22 status_t load_image(char const* name, image_type type, const char* rpath,
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);
553 status = load_image(path, B_APP_IMAGE, NULL, NULL, NULL, &gProgramImage);
674 status = load_image(path, type, rpath, runpath, requestingObjectPath, &image);
H A Delf_load_image.cpp493 load_image(char const* name, image_type type, const char* rpath, const char* runpath, function
/haiku/src/tests/system/kernel/
H A Dfibo_load_image.cpp58 thread_id threadA = load_image(argCount, (const char**)args, (const char**)environ);
65 thread_id threadB = load_image(argCount, (const char**)args, (const char**)environ);
/haiku/src/bin/debug/strace/
H A Dexec.cpp112 Syscall *load_image = get_syscall("_kern_load_image"); local
113 load_image->GetParameter("flatArgs")->SetHandler(new FlatArgsTypeHandler());
/haiku/src/system/libroot/posix/unistd/
H A Dsystem.cpp28 thread_id thread = load_image(argc, argv, (const char **)environ);
/haiku/src/add-ons/kernel/debugger/run_on_exit/
H A Drun_on_exit.cpp36 thread_id thread = load_image(argCount, args, NULL);
/haiku/src/tests/servers/registrar/
H A Drun_test_registrar.cpp28 thread_id thread = load_image(1, args, (const char**)environ);
/haiku/headers/os/kernel/
H A Dimage.h80 thread_id load_image(int32 argc, const char **argv, const char **environ);
/haiku/src/add-ons/print/drivers/postscript/
H A DFilterIO.cpp116 thread_id ret = load_image(argc, argv, envp);
/haiku/src/apps/codycam/
H A DSpawningUploadClient.cpp75 fCommandPid = load_image(3, args, (const char**)environ);
/haiku/src/kits/shared/
H A DCommandPipe.cpp132 thread_id appThread = load_image((int)argc, argv,
165 thread_id appThread = load_image((int)argc, argv, const_cast<
/haiku/src/system/kernel/
H A Dmain.cpp396 thread = load_image(argc, args, NULL);
H A Dteam.cpp3767 load_image(int32 argCount, const char** args, const char** env) function
/haiku/src/bin/consoled/
H A Dconsoled.cpp400 pid_t pid = load_image(argc, argv, (const char**)environ);
/haiku/src/tests/apps/miniterminal/
H A DMiniView.cpp318 view->fShellProcess = load_image(argc, (const char **)argv,
/haiku/src/system/libroot/os/
H A Dimage.cpp251 load_image(int32 argCount, const char **args, const char **environ) function
/haiku/src/add-ons/tracker/zipomatic/
H A DZipperThread.cpp312 thread = load_image(argc, argv, envp);
/haiku/src/apps/text_search/
H A DGrepper.cpp328 thread_id xargsThread = load_image(argc, argv,
/haiku/src/apps/packageinstaller/
H A DPackageItem.cpp765 fThreadId = load_image(2, argv, (const char**)environ);
/haiku/src/servers/debug/
H A DDebugServer.cpp711 thread_id thread = load_image(argc, argv, (const char**)environ);
/haiku/src/servers/registrar/
H A DTRoster.cpp1161 thread_id threadId = load_image(1, argv, (const char**)environ);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2028 void load_image() {} function
H A Dlibroot_stubs_legacy.c1996 void load_image() {} function
/haiku/src/kits/app/
H A DRoster.cpp532 // NULL terminate (e.g. required by load_image())
1960 appThread = load_image(argVector.Count(),

Completed in 401 milliseconds