Searched refs:cmd (Results 1 - 25 of 143) sorted by last modified time

123456

/haiku-buildtools/binutils/ld/testsuite/lib/
H A Dld-lib.exp308 set cmd "$cc $flags $ccflags -c $source -o $object"
309 verbose -log "$cmd"
311 set status [remote_exec host [concat sh -c [list "$cmd 2>&1"]] "" "/dev/null" "ld.tmp"]
850 set cmd "$AS $ASFLAGS $opts(as) $sourceasflags -o $objfile $sourcefile"
852 send_log "$cmd\n"
853 set cmdret [remote_exec host [concat sh -c [list "$cmd 2>&1"]] "" "/dev/null" "ld.tmp"]
871 set cmd "$OBJCOPY $opts(objcopy_objects) $objfile"
873 send_log "$cmd\n"
874 set cmdret [remote_exec host [concat sh -c [list "$cmd 2>&1"]] \
943 set cmd "
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-x86-64/
H A Ddwarfreloc.exp79 set cmd "$READELF --debug-dump=info tmpdir/dwarfreloca.o"
80 set status [remote_exec host [concat sh -c [list "$cmd >dump.out 2>ld.stderr"]] "" "/dev/null"]
81 send_log "$cmd\n"
104 set cmd "$READELF --debug-dump=info tmpdir/dwarfrelocb.o"
105 set status [remote_exec host [concat sh -c [list "$cmd >dump.out 2>ld.stderr"]] "" "/dev/null"]
106 send_log "$cmd\n"
/haiku-buildtools/binutils/ld/testsuite/ld-tic6x/
H A Dtic6x.exp167 set cmd "$READELF $READELFFLAGS --file-header $binary_file"
168 send_log "$cmd\n"
169 set got [remote_exec host [concat sh -c [list "$cmd >dump.out"]] "" "/dev/null"]
/haiku-buildtools/binutils/ld/testsuite/ld-spu/
H A Dspu.exp30 set cmd "$AS $ASFLAGS -o tmpdir/ear.o $srcdir/$subdir/ear.s"
31 send_log "$cmd\n"
32 set cmdret [catch "exec $cmd" comp_output]
41 set cmd "$LD $LDFLAGS -o tmpdir/ear tmpdir/ear.o"
42 send_log "$cmd\n"
43 set cmdret [catch "exec $cmd" comp_output]
52 set cmd "sh $srcdir/../../binutils/embedspu.sh -m32 ear tmpdir/ear tmpdir/embed.o"
53 send_log "$cmd\n"
54 set cmdret [catch "exec $cmd" comp_output]
67 set cmd "
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-sh/sh64/
H A Drd-sh64.exp37 set cmd "cp tmpdir/dump \
39 send_log "$cmd\n"
40 set cmdret [catch "exec $cmd" comp_output]
/haiku-buildtools/binutils/ld/testsuite/ld-sh/
H A Drd-sh.exp63 set cmd "cp tmpdir/dump tmpdir/[file rootname [file tail $shtest]].so"
64 send_log "$cmd\n"
65 set cmdret [catch "exec $cmd" comp_output]
/haiku-buildtools/binutils/ld/testsuite/ld-sh/arch/
H A Darch.exp56 set cmd "$OBJDUMP -f $ofile"
57 verbose -log $cmd
58 catch "exec $cmd" objdump_output
160 set cmd "$AS $endian -isa=any $sfile -o $ofile"
161 verbose -log $cmd
162 catch "exec $cmd" as_output
176 set cmd {xxd sh4al-dsp.o | sed {s/\(^0000020: .... .... \)06/\100/} | xxd -r - sh-unknown.o}
178 set cmd {xxd sh4al-dsp.o | sed {s/\(^0000020: .... .... .... ..\)06/\100/} | xxd -r - sh-unknown.o}
180 verbose -log $cmd
181 catch "exec $cmd" xxd_outpu
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-elfweak/
H A Delfweak.exp85 set cmd "$objdump $SOBJDUMP_FLAGS $object | sed -n {s/^\\(\[0-9a-f\]* *\\)\\(\[gw\]\\)\\( *\\)\\(\[FO\]\\)/\\1\\2\\4\\3/;/foo$/p} > $tmpdir/objdump.out"
86 verbose -log $cmd
87 catch "exec $cmd" exec_output
181 set cmd "$objdump $DOBJDUMP_FLAGS $object | grep foo$ > $tmpdir/objdump.out"
182 verbose -log $cmd
183 catch "exec $cmd" exec_output
/haiku-buildtools/binutils/ld/testsuite/ld-elfvers/
H A Dvers.exp125 set cmd "$nm --print-armap $tmpdir/$lib | grep \\\ in\\\ | egrep VERS\\\|bar\\\|foo | grep -v ^\\\\. | sort > $tmpdir/nm.out"
126 verbose -log $cmd
127 catch "exec $cmd" exec_output
248 set cmd "$objdump $SOBJDUMP_FLAGS $object | sed -n {s/^\\(\[0-9a-f\]* *\\)\\(\[gw\]\\)\\( *\\)\\(\[FO\]\\)/\\1\\2\\4\\3/;/\@/p} | sort -k 5 > $tmpdir/objdump.out"
249 verbose -log $cmd
250 catch "exec $cmd" exec_output
344 set cmd "$objdump $DOBJDUMP_FLAGS $object | sed -n /VERS/p\\\;/show/p | sort | uniq > $tmpdir/objdump.out"
345 verbose -log $cmd
346 catch "exec $cmd" exec_output
/haiku-buildtools/binutils/ld/testsuite/ld-elf/
H A Dindirect.exp45 proc check_link_message { cmd string testname } {
46 send_log "$cmd\n"
47 verbose "$cmd"
48 catch "exec $cmd" exec_output
116 set cmd "$ld -e start -o tmpdir/indirect1 tmpdir/indirect1a.o tmpdir/indirect1b.o tmpdir/libindirect1c.so"
117 check_link_message "$cmd" [list $string1 $string] "$testname"
120 set cmd "$ld -e start -o tmpdir/indirect1 tmpdir/indirect1a.o tmpdir/libindirect1c.so tmpdir/indirect1b.o"
121 check_link_message "$cmd" [list $string1 $string] "$testname"
126 set cmd "$ld -shared -o tmpdir/indirect2.so tmpdir/indirect2.o"
127 check_link_message "$cmd" [lis
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-d10v/
H A Dd10v.exp206 set cmd "$AS $ASFLAGS $opts(as) $asflags($sourcefile) -o $objfile $sourcefile"
208 send_log "$cmd\n"
209 set cmdret [catch "exec $cmd" comp_output]
224 set cmd "$LD $LDFLAGS $opts(ld) -o $objfile $objfiles"
226 send_log "$cmd\n"
227 set cmdret [catch "exec $cmd" comp_output]
/haiku-buildtools/binutils/ld/testsuite/ld-cris/
H A Dcris.exp41 set cmd "cp tmpdir/dump tmpdir/[file rootname [file tail $atest]].so"
42 send_log "$cmd\n"
43 set cmdret [catch "exec $cmd" comp_output]
/haiku-buildtools/binutils/ld/testsuite/config/
H A Ddefault.exp126 set cmd "host='$target_triplet' && . $srcdir/../configure.host && sed -e 's,\\\$\\\$,\$,g' <<EOF\n\$$varname\nEOF"
127 set status [catch "exec sh -c [list $cmd]" result]
129 set cmd "CC='$CC' && eval echo \"$result\""
130 set status [catch "exec sh -c [list $cmd]" result]
/haiku-buildtools/binutils/ld/emultempl/
H A Dspu_ovl.S58 #define cmd reserved3 define
336 ila cmd, MFC_GET_CMD # 0,2 21
341 wrch $MFC_Cmd, cmd # 1,6 23
/haiku-buildtools/binutils/include/mach-o/
H A Dexternal.h78 unsigned char cmd[4]; /* The type of load command. */ member in struct:mach_o_load_command_external
/haiku-buildtools/binutils/include/gdb/
H A Dremote-sim.h279 void sim_do_command (SIM_DESC sd, const char *cmd);
/haiku-buildtools/binutils/gas/testsuite/lib/
H A Dgas-defs.exp61 proc gas_host_run { cmd redir } {
62 verbose "Executing $cmd $redir"
66 set command "$cmd $redir"
69 set command "$cmd 2>gas.stderr"
74 set command "$cmd 2>&1"
77 set command "$cmd $redir"
81 set command "$cmd $redir 2>gas.stderr"
85 set command "$cmd 2>&1"
630 set cmd "$AS $ASFLAGS $opts(as) -o dump.o $sourcefile"
631 send_log "$cmd\
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-msp430.c3891 char cmd[32]; local
3895 str = extract_cmd (str, cmd, sizeof (cmd) - 1);
3897 while (cmd[i])
3899 char a = TOLOWER (cmd[i]);
3900 cmd[i] = a;
3904 if (!cmd[0])
3910 opcode = (struct msp430_opcode_s *) hash_find (msp430_hash, cmd);
3914 as_bad (_("unknown opcode `%s'"), cmd);
/haiku-buildtools/binutils/binutils/testsuite/lib/
H A Dutils-lib.exp511 set cmd "$binary $progopts $progopts1 ${copyfile}.o"
518 send_log "$cmd\n"
519 set comp_output [remote_exec host $cmd "" "/dev/null" "tmpdir/dump.out"]
/haiku-buildtools/binutils/binutils/
H A Dresrc.c195 /* Run `cmd' and redirect the output to `redir'. */
198 run_cmd (char *cmd, const char *redir)
214 for (s = cmd; *s; s++)
221 s = cmd;
301 fatal (_("%s exited with status %d"), cmd,
313 open_input_stream (char *cmd)
324 if (run_cmd (cmd, cpp_temp_file))
325 fatal (_("can't execute `%s': %s"), cmd, strerror (errno));
339 cpp_pipe = popen (cmd, FOPEN_RT);
341 fatal (_("can't popen `%s': %s"), cmd, strerro
197 run_cmd(char *cmd, const char *redir) argument
312 open_input_stream(char *cmd) argument
378 look_for_default(char *cmd, const char *prefix, int end_prefix, const char *preprocargs, const char *filename) argument
431 char *cmd; local
[all...]
H A Dod-macho.c329 bfd_mach_o_load_command *cmd;
335 for (cmd = mdata->first_command; cmd != NULL; cmd = cmd->next)
340 if (cmd->type != BFD_MACH_O_LC_SEGMENT
341 && cmd->type != BFD_MACH_O_LC_SEGMENT_64)
344 seg = &cmd->command.segment;
415 dump_segment (bfd *abfd ATTRIBUTE_UNUSED, bfd_mach_o_load_command *cmd)
417 bfd_mach_o_segment_command *seg = &cmd
327 bfd_mach_o_load_command *cmd; local
413 dump_segment(bfd *abfd ATTRIBUTE_UNUSED, bfd_mach_o_load_command *cmd) argument
443 dump_dysymtab(bfd *abfd, bfd_mach_o_load_command *cmd, bfd_boolean verbose) argument
946 dump_dyld_info(bfd *abfd, bfd_mach_o_load_command *cmd, bfd_boolean verbose) argument
997 dump_thread(bfd *abfd, bfd_mach_o_load_command *cmd) argument
1226 dump_code_signature(bfd *abfd, bfd_mach_o_linkedit_command *cmd) argument
1252 dump_segment_split_info(bfd *abfd, bfd_mach_o_linkedit_command *cmd) argument
1299 dump_function_starts(bfd *abfd, bfd_mach_o_linkedit_command *cmd) argument
1358 dump_data_in_code(bfd *abfd, bfd_mach_o_linkedit_command *cmd) argument
1401 dump_twolevel_hints(bfd *abfd, bfd_mach_o_twolevel_hints_command *cmd) argument
1440 dump_load_command(bfd *abfd, bfd_mach_o_load_command *cmd, unsigned int idx, bfd_boolean verbose) argument
1654 bfd_mach_o_load_command *cmd; local
2138 bfd_mach_o_load_command *cmd; local
[all...]
H A Ddllwrap.c181 char *cmd; local
183 cmd = xmalloc (strlen (prefix)
189 strcpy (cmd, prefix);
191 sprintf (cmd + end_prefix, "%s", progname);
193 if (strchr (cmd, '/') != NULL)
197 found = (stat (cmd, &s) == 0
199 || stat (strcat (cmd, EXECUTABLE_SUFFIX), &s) == 0
206 inform (_("Tried file: %s"), cmd);
207 free (cmd);
213 inform (_("Using file: %s"), cmd);
246 char *cmd; local
[all...]
H A Ddlltool.c1987 char * cmd;
1989 cmd = xmalloc (strlen (ASM_SWITCHES) + strlen (as_flags)
1992 sprintf (cmd, "%s %s -o %s %s", ASM_SWITCHES, as_flags, dest, source);
1994 run (as_name, cmd);
1995 free (cmd);
4361 char *cmd;
4363 cmd = xmalloc (strlen (prefix)
4369 strcpy (cmd, prefix);
4371 sprintf (cmd + end_prefix, "%s", prog_name);
4373 if (strchr (cmd, '/') !
1986 char * cmd; local
4360 char *cmd; local
4425 char *cmd; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Dvms-alpha.c1546 _bfd_vms_etir_name (int cmd)
1548 switch (cmd)
1602 _bfd_error_handler (_("unknown ETIR command %d"), cmd);
1737 int cmd = bfd_getl16 (ptr);
1744 _bfd_vms_etir_name (cmd), cmd);
1748 switch (cmd)
1789 _bfd_vms_etir_name (cmd));
1801 _bfd_error_handler (_("unsupported STA cmd %s"),
1802 _bfd_vms_etir_name (cmd));
1542 _bfd_vms_etir_name(int cmd) argument
1733 int cmd = bfd_getl16 (ptr); local
4107 int cmd = src_ptr[0], cmd_length, data; local
4235 int cmd = ((signed char *)pcl_ptr)[0], cmd_length, data; local
4821 int cmd; local
7013 signed char cmd; local
7118 signed char cmd = buf[0]; local
[all...]
H A Dosf-core.c44 char cmd[MAXCOMLEN + 1]; member in struct:osf_core_struct
49 #define core_command(bfd) (core_hdr(bfd)->cmd)

Completed in 369 milliseconds

123456