Lines Matching full:program
7 ** This program is distributed in the hope that it will be useful,
13 /* This is the source code to the tiny "emulator" launcher program
17 * This program will be replaced in the future by what is currently
96 * see the debug messages from this launcher program.
152 /* Find the architecture-specific program in the same directory */
188 /* We could not launch the program ! */
219 * the directory of the current program.
238 /* Get program's directory name in progDir */
289 /* Otherwise, the program is missing */
290 APANIC("Missing arch-specific emulator program: %s\n", path);
318 /* Get program's directory name */
321 /* First, try to probe the program's directory itself, this corresponds
367 * through dlopen() to the emulator program being launched.