Home | History | Annotate | Download | only in lib

Lines Matching refs:prog

81 proc run_host_cmd { prog command } {
86 if { ![is_remote host] && [which "$prog"] == 0 } then {
87 perror "$prog does not exist"
92 # ld_L_opt to flags. However, if $prog already has -B options,
95 set gccexe $prog
101 set prog $gccexe
108 verbose -log "$prog $gccflags $command"
109 set status [remote_exec host [concat sh -c [list "$prog $gccflags $command 2>&1"]] "" "/dev/null" "ld.tmp"]
127 proc run_host_cmd_yesno { prog command } {
131 set exec_output [prune_warnings [run_host_cmd "$prog" "$command"]]
278 # However, if $prog already has -B options, which might be the
511 # PROG: PROGRAM-NAME
554 # to pass. The PROG, readelf, objdump, nm and objcopy options have
631 set opts(PROG) {}
746 if {$opts(PROG) != ""} {
747 switch -- $opts(PROG) {
753 { perror "unrecognized program option $opts(PROG) in $file.d"