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

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.mi/
H A Dmi-cli.exp17 # Specifically, we are testing the "interpreter-exec" command and that
38 mi_gdb_test "-interpreter-exec" \
39 {\^error,msg="mi_cmd_interpreter_exec: Usage: -interpreter-exec interp command"} \
40 "-interpreter-exec with no arguments"
42 mi_gdb_test "-interpreter-exec console" \
43 {\^error,msg="mi_cmd_interpreter_exec: Usage: -interpreter-exec interp command"} \
44 "-interpreter-exec with one argument"
46 mi_gdb_test "-interpreter-exec bogus command" \
47 {\^error,msg="mi_cmd_interpreter_exec: could not find interpreter \\\"bogus\\\""} \
48 "-interpreter
[all...]
H A Dmi2-cli.exp17 # Specifically, we are testing the "interpreter-exec" command and that
38 mi_gdb_test "-interpreter-exec" \
39 {\^error,msg="mi_cmd_interpreter_exec: Usage: -interpreter-exec interp command"} \
40 "-interpreter-exec with no arguments"
42 mi_gdb_test "-interpreter-exec console" \
43 {\^error,msg="mi_cmd_interpreter_exec: Usage: -interpreter-exec interp command"} \
44 "-interpreter-exec with one argument"
46 mi_gdb_test "-interpreter-exec bogus command" \
47 {\^error,msg="mi_cmd_interpreter_exec: could not find interpreter \\\"bogus\\\""} \
48 "-interpreter
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.mi/
H A Dmi-cli.exp17 # Specifically, we are testing the "interpreter-exec" command and that
38 mi_gdb_test "-interpreter-exec" \
39 {\^error,msg="mi_cmd_interpreter_exec: Usage: -interpreter-exec interp command"} \
40 "-interpreter-exec with no arguments"
42 mi_gdb_test "-interpreter-exec console" \
43 {\^error,msg="mi_cmd_interpreter_exec: Usage: -interpreter-exec interp command"} \
44 "-interpreter-exec with one argument"
46 mi_gdb_test "-interpreter-exec bogus command" \
47 {\^error,msg="mi_cmd_interpreter_exec: could not find interpreter \\\"bogus\\\""} \
48 "-interpreter
[all...]
H A Dmi2-cli.exp17 # Specifically, we are testing the "interpreter-exec" command and that
38 mi_gdb_test "-interpreter-exec" \
39 {\^error,msg="mi_cmd_interpreter_exec: Usage: -interpreter-exec interp command"} \
40 "-interpreter-exec with no arguments"
42 mi_gdb_test "-interpreter-exec console" \
43 {\^error,msg="mi_cmd_interpreter_exec: Usage: -interpreter-exec interp command"} \
44 "-interpreter-exec with one argument"
46 mi_gdb_test "-interpreter-exec bogus command" \
47 {\^error,msg="mi_cmd_interpreter_exec: could not find interpreter \\\"bogus\\\""} \
48 "-interpreter
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.mi/
H A Dmi-cli.exp17 # Specifically, we are testing the "interpreter-exec" command and that
38 mi_gdb_test "-interpreter-exec" \
39 {\^error,msg="mi_cmd_interpreter_exec: Usage: -interpreter-exec interp command"} \
40 "-interpreter-exec with no arguments"
42 mi_gdb_test "-interpreter-exec console" \
43 {\^error,msg="mi_cmd_interpreter_exec: Usage: -interpreter-exec interp command"} \
44 "-interpreter-exec with one argument"
46 mi_gdb_test "-interpreter-exec bogus command" \
47 {\^error,msg="mi_cmd_interpreter_exec: could not find interpreter \\\"bogus\\\""} \
48 "-interpreter
[all...]
H A Dmi2-cli.exp17 # Specifically, we are testing the "interpreter-exec" command and that
38 mi_gdb_test "-interpreter-exec" \
39 {\^error,msg="mi_cmd_interpreter_exec: Usage: -interpreter-exec interp command"} \
40 "-interpreter-exec with no arguments"
42 mi_gdb_test "-interpreter-exec console" \
43 {\^error,msg="mi_cmd_interpreter_exec: Usage: -interpreter-exec interp command"} \
44 "-interpreter-exec with one argument"
46 mi_gdb_test "-interpreter-exec bogus command" \
47 {\^error,msg="mi_cmd_interpreter_exec: could not find interpreter \\\"bogus\\\""} \
48 "-interpreter
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/
H A Dbinfmt_elf.c204 /* Create the ELF interpreter info */
338 * total_size is the size of the ELF (interpreter) image.
384 struct file *interpreter, unsigned long *interp_map_addr,
402 if (!interpreter->f_op || !interpreter->f_op->mmap)
423 retval = kernel_read(interpreter, interp_elf_ex->e_phoff,
458 map_addr = elf_map(interpreter, load_addr + vaddr,
566 struct file *interpreter = NULL; /* to shut gcc up */ local
638 /* This is the program interpreter used for
666 interpreter
383 load_elf_interp(struct elfhdr *interp_elf_ex, struct file *interpreter, unsigned long *interp_map_addr, unsigned long no_base) argument
[all...]
H A Dbinfmt_elf_fdpic.c170 struct file *interpreter = NULL; /* to shut gcc up */ local
193 /* scan for a program header that specifies an interpreter */
206 /* read the name of the interpreter into memory */
225 kdebug("Using ELF interpreter %s", interpreter_name);
227 /* replace the program with the interpreter */
228 interpreter = open_exec(interpreter_name);
229 retval = PTR_ERR(interpreter);
230 if (IS_ERR(interpreter)) {
231 interpreter = NULL;
237 * mm->dumpable = 0 regardless of the interpreter'
[all...]
H A Dbinfmt_misc.c53 char *interpreter; /* filename of interpreter */ member in struct:__anon32050
123 /* to keep locking time low, we copy the interpreter string */
127 strlcpy(iname, fmt->interpreter, BINPRM_BUF_SIZE);
141 * interpreter than keep it open and assign descriptor
151 regardless of the interpreter's permissions */
290 * ':name:type:offset:magic:mask:interpreter:flags'
382 e->interpreter = p;
387 if (!e->interpreter[0])
451 sprintf(page, "%s\ninterpreter %s\n", status, e->interpreter);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/
H A Dbinfmt_elf.c204 /* Create the ELF interpreter info */
338 * total_size is the size of the ELF (interpreter) image.
384 struct file *interpreter, unsigned long *interp_map_addr,
402 if (!interpreter->f_op || !interpreter->f_op->mmap)
423 retval = kernel_read(interpreter, interp_elf_ex->e_phoff,
458 map_addr = elf_map(interpreter, load_addr + vaddr,
566 struct file *interpreter = NULL; /* to shut gcc up */ local
638 /* This is the program interpreter used for
666 interpreter
383 load_elf_interp(struct elfhdr *interp_elf_ex, struct file *interpreter, unsigned long *interp_map_addr, unsigned long no_base) argument
[all...]
H A Dbinfmt_elf_fdpic.c170 struct file *interpreter = NULL; /* to shut gcc up */ local
193 /* scan for a program header that specifies an interpreter */
206 /* read the name of the interpreter into memory */
225 kdebug("Using ELF interpreter %s", interpreter_name);
227 /* replace the program with the interpreter */
228 interpreter = open_exec(interpreter_name);
229 retval = PTR_ERR(interpreter);
230 if (IS_ERR(interpreter)) {
231 interpreter = NULL;
237 * mm->dumpable = 0 regardless of the interpreter'
[all...]
H A Dbinfmt_misc.c53 char *interpreter; /* filename of interpreter */ member in struct:__anon20357
123 /* to keep locking time low, we copy the interpreter string */
127 strlcpy(iname, fmt->interpreter, BINPRM_BUF_SIZE);
141 * interpreter than keep it open and assign descriptor
151 regardless of the interpreter's permissions */
290 * ':name:type:offset:magic:mask:interpreter:flags'
382 e->interpreter = p;
387 if (!e->interpreter[0])
451 sprintf(page, "%s\ninterpreter %s\n", status, e->interpreter);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/json-c/
H A Dltmain.sh4947 Note that spawn() does not by itself call the command interpreter
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/
H A Dlibtool5368 Note that spawn() does not by itself call the command interpreter
H A Dltmain.sh4946 Note that spawn() does not by itself call the command interpreter
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/neon/
H A Dltmain.sh4205 Note that spawn() does not by itself call the command interpreter
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/
H A Dltmain.sh6324 Note that spawn() does not by itself call the command interpreter
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dltmain.sh4940 Note that spawn() does not by itself call the command interpreter
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/
H A Dlibtool5368 Note that spawn() does not by itself call the command interpreter
H A Dltmain.sh4946 Note that spawn() does not by itself call the command interpreter
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/neon/
H A Dltmain.sh4205 Note that spawn() does not by itself call the command interpreter
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/
H A Dltmain.sh4946 Note that spawn() does not by itself call the command interpreter
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/
H A Dltmain.sh4940 Note that spawn() does not by itself call the command interpreter
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dltmain.sh4946 Note that spawn() does not by itself call the command interpreter
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/
H A Dltmain.sh4940 Note that spawn() does not by itself call the command interpreter

Completed in 343 milliseconds

123