load_image
thread_id load_image(int32 argc, const char **argv, const char **environ);
thread_id thread = load_image(argCount, args, NULL);
thread_id thread = load_image(1, args, const_cast<const char**>(environ));
thread_id ret = load_image(argc, argv, envp);
thread = load_image(argc, argv, envp);
fCommandPid = load_image(3, args, (const char**)environ);
fThreadId = load_image(2, argv, (const char**)environ);
thread_id xargsThread = load_image(argc, argv,
pid_t pid = load_image(argc, argv, (const char**)environ);
Syscall *load_image = get_syscall("_kern_load_image");
load_image->GetParameter("flatArgs")->SetHandler(new FlatArgsTypeHandler());
appThread = load_image(argVector.Count(),
thread_id appThread = load_image((int)argc, argv,
thread_id appThread = load_image((int)argc, argv, const_cast<
thread_id thread = load_image(argc, argv, (const char**)environ);
thread = load_image(argc, args, NULL);
thread_id thread = load_image(argc, argv, (const char **)environ);
status_t loadStatus = load_image(name, B_LIBRARY_IMAGE,
status_t status = load_image(path, B_LIBRARY_IMAGE, NULL, NULL, NULL, &image);
status = load_image(path, B_APP_IMAGE, NULL, NULL, NULL, &gProgramImage);
status = load_image(path, type, rpath, runpath, requestingObjectPath, &image);
status_t status = load_image(path, B_LIBRARY_IMAGE, NULL, NULL, NULL, image);
status_t load_image(char const* name, image_type type, const char* rpath,
view->fShellProcess = load_image(argc, (const char **)argv,
thread_id thread = load_image(1, args, (const char**)environ);
thread_id threadA = load_image(argCount, (const char**)args, (const char**)environ);
thread_id threadB = load_image(argCount, (const char**)args, (const char**)environ);