Home | History | Annotate | Download | only in binutils-all

Lines Matching refs:got

50     set got [remote_exec host "$READELF $READELFFLAGS -h $binary_file" "" "/dev/null" "readelf.out"]
55 if { [lindex $got 0] != 0 || ![string match "" [lindex $got 1]]} then {
56 send_log $got
88 set got [remote_exec host "$READELF $READELFFLAGS $options $binary_file" "" "/dev/null" "readelf.out"]
94 if { [lindex $got 0] != 0 || ![string match "" [lindex $got 1]] } then {
96 send_log $got
158 set got [remote_exec host "$READELF $READELFFLAGS -wi $tempfile" "" "/dev/null" "readelf.out"]
166 set got [prune_readelf_wi_warnings [lindex $got 1]]
168 if ![string match "" $got] then {
170 send_log $got
234 set got [remote_exec host "$READELF $READELFFLAGS -wa $tempfile" "" "/dev/null" "readelf.out"]
270 set got [remote_exec host "$READELF $READELFFLAGS -p[lindex $sect_names 1] $tempfile" "" "/dev/null" "readelf.out"]
272 set got [remote_exec host "$READELF $READELFFLAGS -p.data $tempfile" "" "/dev/null" "readelf.out"]
274 set got [lindex $got 1]
280 if ![string match "" $got] then {
282 send_log $got