Home
last modified time | relevance | path

Searched refs:prog (Results 1 – 25 of 38) sorted by relevance

12

/toolchain/binutils/binutils-2.25/binutils/
Dembedspu.sh40 prog=`echo $1 | sed "$program_transform_name"`
41 prog="$mydir/$prog"
42 test -x "$prog" && return 0
43 prog="$mydir/$1"
44 test -x "$prog" && return 0
45 prog=`echo $1 | sed "$program_transform_name"`
46 which $prog > /dev/null 2> /dev/null && return 0
92 echo "Cannot find $prog"
95 CC="$prog"
102 prog=readelf
[all …]
DChangeLog-2007730 * embedspu.sh (find_prog): Prefer prog in same dir as embedspu
/toolchain/binutils/binutils-2.25/gas/testsuite/lib/
Dgas-dg.exp25 proc gas-dg-test { prog do_what tool_flags } {
52 regsub -all "//" $prog "/" prog
53 if [string match "$dir/*" $prog] {
55 regsub "(?q)$dir" $prog "" prog
59 return [gas_run $prog $tool_flags ""]
Dgas-defs.exp107 proc gas_run { prog as_opts redir } {
115 set status [gas_host_run "$AS $ASFLAGS $as_opts $srcdir/$subdir/$prog" "$redir"]
125 proc gas_run_stdin { prog as_opts redir } {
133 set status [gas_host_run "$AS $ASFLAGS $as_opts < $srcdir/$subdir/$prog" "$redir"]
154 proc gas_start { prog as_opts } {
164 verbose -log "Starting $AS $ASFLAGS $as_opts $prog" 2
165 set status [gas_host_run "$AS $ASFLAGS $as_opts $srcdir/$subdir/$prog" ">&gas.out"]
813 proc objdump_start_no_subdir { prog opts } {
818 verbose "Starting $OBJDUMP $opts $prog" 2
819 set status [gas_host_run "$OBJDUMP $opts $prog" ">&gas.out"]
/toolchain/binutils/binutils-2.25/
Dsymlink-tree34 prog=$0
47 case ${prog} in
49 *) prog=../${prog} ;;
69 (cd $f; ${prog} ${newsrcdir}/$f "${ignore}")
Dylwrap141 prog=$1
144 case $prog in
146 *[\\/]*) prog=`pwd`/$prog ;;
160 0) "$prog" "$input" ;;
161 *) "$prog" "$@" "$input" ;;
Dltmain.sh5163 *) linkmode=prog ;; # Anything else should be a program.
5217 prog)
5247 if test "$linkmode" = prog; then
5302 if test "$linkmode" != lib && test "$linkmode" != prog; then
5395 prog)
5473 prog)
5487 elif test "$linkmode" = prog; then
5548 { test "$linkmode" != prog && test "$linkmode" != lib; }; then
5563 elif test "$linkmode" != prog && test "$linkmode" != lib; then
5653 if test -z "$libdir" && test "$linkmode" = prog; then
[all …]
Dconfig.rpath224 collect2name=`${CC} -print-prog-name=collect2`
/toolchain/binutils/binutils-2.25/binutils/testsuite/lib/
Dutils-lib.exp29 proc binutil_version { prog } { argument
31 set path [which $prog]
33 perror "$prog can't be run, file not found."
37 set path $prog
39 set state [remote_exec host $prog --version]
55 proc default_binutils_run { prog progargs } {
62 if {[which $prog] == 0} then {
63 perror "$prog does not exist"
69 send_log "$prog $progargs\n"
70 verbose "$prog $progargs"
[all …]
/toolchain/binutils/binutils-2.25/ld/scripttempl/
Dtic54xcoff.sc24 /*PAGE 0 : */ prog (RXI) : ORIGIN = 0x00000080, LENGTH = 0xFF00
38 } > prog
47 } > prog
52 } > prog
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
Ddwarf.exp74 set prog $strip
89 send_log "$prog -s tmpdir/$test\n"
90 catch "exec $prog -s tmpdir/$test" got
Dbinutils.exp52 eval set prog \$$prog_name
106 send_log "$prog tmpdir/$test\n"
107 set got [remote_exec host "$prog tmpdir/$test"]
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/
Dbinutils.exp49 eval set prog \$$prog_name
75 send_log "$prog tmpdir/$test\n"
76 set got [remote_exec host "$prog tmpdir/$test"]
/toolchain/binutils/binutils-2.25/binutils/testsuite/config/
Ddefault.exp116 proc binutils_run { prog progargs } {
117 default_binutils_run $prog $progargs
/toolchain/binutils/binutils-2.25/config/
Dlib-ld.m447 # Check if gcc -print-prog-name=ld gives a path.
52 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
54 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
Dacx.m4328 $1=`$GCC_FOR_TARGET --print-prog-name=$2`
/toolchain/binutils/binutils-2.25/ld/testsuite/lib/
Dld-lib.exp80 proc run_host_cmd { prog command } {
85 if { ![is_remote host] && [which "$prog"] == 0 } then {
86 perror "$prog does not exist"
94 set gccexe $prog
100 set prog $gccexe
107 verbose -log "$prog $gccflags $command"
108 …set status [remote_exec host [concat sh -c [list "$prog $gccflags $command 2>&1"]] "" "/dev/null" …
126 proc run_host_cmd_yesno { prog command } {
129 set exec_output [prune_warnings [run_host_cmd "$prog" "$command"]]
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
Dobjcopy.exp601 proc copy_executable { prog flags test1 test2 } {
614 set exec_output [binutils_run $prog "$flags $testfile $testcopy"]
679 proc strip_executable { prog flags test } {
706 set exec_output [binutils_run $prog "$flags ${copyfile}"]
752 proc strip_executable_with_saving_a_symbol { prog flags test } {
765 set exec_output [binutils_run $prog "$flags ${copyfile}"]
/toolchain/binutils/binutils-2.25/include/gdb/
Dremote-sim.h143 SIM_RC sim_load (SIM_DESC sd, const char *prog, struct bfd *abfd, int from_tty);
DChangeLog11 * remote-sim.h (sim_load): Add const to prog.
/toolchain/binutils/binutils-2.25/gprof/
DMakefile.am68 awk -f $(srcdir)/gen-c-prog.awk > $@ \
DChangeLog-200452 utils.c, utils.h, vax.c, gen-c-prog.awk: Convert K&R C to ANSI C.
DChangeLog-9203191 * gen-c-prog.awk: Emit a prototype for the generated function.
1505 * gen-c-prog.awk: Changed reference to "make-c-prog.awk" in
1506 comment emitted by this script to gen-c-prog.awk.
2050 * gen-c-prog.awk: New awk script, lightly changed from
2051 previously deleted make-c-prog.awk. Converts a text file
2054 Inputs to gen-c-prog.awk, containing text describing
2078 * gprof.callg, gprof.flat, make-c-prog.awk: Removed.
2109 * make-c-prog.awk: which processes text files into C programs.
DMakefile.in1045 awk -f $(srcdir)/gen-c-prog.awk > $@ \
/toolchain/binutils/binutils-2.25/ld/
Dconfigure.host39 …RT0='-dynamic-linker `[ -f \`${CC} --print-prog-name=ld-elf.so.2\` ] || echo /usr/libexec/``${CC} …
44 …RT0='-dynamic-linker `[ -f \`${CC} --print-prog-name=ld-elf.so.1\` ] || echo /usr/libexec/``${CC} …

12