Searched refs:READELF (Results 1 – 25 of 33) sorted by relevance
12
126 global READELF130 send_log "$READELF -S -W tmpdir/$test.o > tmpdir/$test.out\n"131 set got [remote_exec host "$READELF -S -W tmpdir/$test.o" "" "/dev/null" "tmpdir/$test.out"]144 send_log "$READELF -S -W tmpdir/$test.o > tmpdir/$test.out\n"145 set got [remote_exec host "$READELF -S -W tmpdir/$test.o" "" "/dev/null" "tmpdir/$test.out"]158 send_log "$READELF -t -W tmpdir/$test.o > tmpdir/$test.out\n"159 set got [remote_exec host "$READELF -t -W tmpdir/$test.o" "" "/dev/null" "tmpdir/$test.out"]172 send_log "$READELF -w tmpdir/$test > tmpdir/$test.out\n"173 set got [remote_exec host "$READELF -w tmpdir/$test" "" "/dev/null" "tmpdir/$test.out"]181 send_log "$READELF -w tmpdir/$test | sed -e \"s/.zdebug_/.debug_/\" > tmpdir/$test.out\n"[all …]
46 global READELF75 send_log "$READELF $readelf_options --wide tmpdir/$test > tmpdir/$test.exp\n"76 …set got [remote_exec host "$READELF $readelf_options --wide tmpdir/$test" "" "/dev/null" "tmpdir/$…115 send_log "$READELF $readelf_options --wide tmpdir/$test > tmpdir/$test.out\n"116 …set got [remote_exec host "$READELF $readelf_options --wide tmpdir/$test" "" "/dev/null" "tmpdir/$…
41 global READELF48 send_log "$READELF --program-headers --section-headers tmpdir/sec-to-seg\n"49 … set exec_output [run_host_cmd "$READELF" "--program-headers --section-headers tmpdir/sec-to-seg"]
39 global READELF80 set readelf_output [run_host_cmd "$READELF" "-l --wide tmpdir/tls_commona"]87 set readelf_output [run_host_cmd "$READELF" "-l --wide tmpdir/tls_commona"]
26 verbose "$READELF is only intended for ELF targets" 244 global READELF50 set got [remote_exec host "$READELF $READELFFLAGS -h $binary_file" "" "/dev/null" "readelf.out"]81 global READELF87 send_log "exec $READELF $READELFFLAGS $options $binary_file > readelf.out\n"88 …set got [remote_exec host "$READELF $READELFFLAGS $options $binary_file" "" "/dev/null" "readelf.o…142 global READELF158 set got [remote_exec host "$READELF $READELFFLAGS -wi $tempfile" "" "/dev/null" "readelf.out"]218 global READELF234 set got [remote_exec host "$READELF $READELFFLAGS -wa $tempfile" "" "/dev/null" "readelf.out"][all …]
416 global READELF427 verbose -log "$READELF -a tmpdir/testprog.o > tmpdir/osabi.in"428 set exec_output [remote_exec host "$READELF -h tmpdir/testprog.o" "" "/dev/null" "tmpdir/osabi.in"]471 verbose -log "$READELF -a tmpdir/testprog.o > tmpdir/osabi.out"472 …set exec_output [remote_exec host "$READELF -h tmpdir/testprog.o" "" "/dev/null" "tmpdir/osabi.out…687 global READELF699 verbose -log "$READELF -a ${copyfile} > tmpdir/osabi.in"700 set exec_output [remote_exec host "$READELF -h ${copyfile}" "" "/dev/null" "tmpdir/osabi.in"]725 verbose -log "$READELF -a ${copyfile} > tmpdir/osabi.out"726 set exec_output [remote_exec host "$READELF -h ${copyfile}" "" "/dev/null" "tmpdir/osabi.out"][all …]
127 set got [remote_exec host "$READELF -S --wide ${copyfile}.a" "" "/dev/null" "tmpdir/libdw2.out"]274 set got [remote_exec host "$READELF -t --wide ${compressedfile3}gabi.o" "" "/dev/null" "tmpdir/dw2-…286 set got [remote_exec host "$READELF -S --wide ${compressedfile3}gabi.o" "" "/dev/null" "tmpdir/dw2-…534 …set got [remote_exec host "$READELF -S --wide ${copyfile}gabi.a" "" "/dev/null" "tmpdir/libdw2.out…
108 READELF="$prog"111 if ! ${READELF} -h ${INFILE} | grep 'Class:.*ELF32' >/dev/null 2>/dev/null \112 || ! ${READELF} -h ${INFILE} | grep 'Type:.*EXEC' >/dev/null 2>/dev/null \113 || ! ${READELF} -h ${INFILE} | egrep 'Machine:.*(SPU|17)' >/dev/null 2>/dev/null119 …toe=`${READELF} -S ${INFILE} | sed -n -e 's, *\[ *\([0-9]*\)\] *\.toe *[PROGN]*BITS *\([0-9a-f]*\)…122 has_ea=`${READELF} -S ${INFILE} | sed -n -e 's, *\[ *\([0-9]*\)\] *\._ea *PROGBITS.*,\1,p'`124 …sections=`${READELF} -S ${INFILE} | sed -n -e 's, *\[ *\([0-9]*\)\] *[^ ]* *PROGBITS *\([0-9a-f]*\…128 …relas=`${READELF} -S ${INFILE} | sed -n -e 's, *\[ *[0-9]*\] *[^ ]* *RELA *[0-9a-f]* *0*\([0-9a-f]…153 `${READELF} -s -W ${INFILE} | grep ' _EAR_' | sort -k 2 | awk \186 `test -z "${relas}" || ${READELF} -r -W ${INFILE} | awk \[all …]
42 global READELF67 send_log "$READELF -l --wide tmpdir/$test > tmpdir/$test.exp\n"68 set got [remote_exec host "$READELF -l --wide tmpdir/$test" "" "/dev/null" "tmpdir/$test.exp"]83 send_log "$READELF -l --wide tmpdir/$test > tmpdir/$test.out\n"84 set got [remote_exec host "$READELF -l --wide tmpdir/$test" "" "/dev/null" "tmpdir/$test.out"]
62 global READELF65 catch "exec $READELF $READELFFLAGS --file-header $binary_file > readelf.out" got90 global READELF93 catch "exec $READELF $READELFFLAGS --symbols $binary_file > readelf.out" got116 global READELF119 catch "exec $READELF $READELFFLAGS --relocs --wide $binary_file > readelf.out" got141 global READELF144 catch "exec $READELF $READELFFLAGS --relocs $binary_file > readelf.out" got
127 global READELF129 send_log "$READELF --syms tmpdir/common1.o | grep foo\n"130 set exec_output [run_host_cmd "$READELF" "--syms tmpdir/common1.o | grep foo"]144 global READELF154 send_log "$READELF --syms tmpdir/common.exe | grep foo\n"155 set exec_output [run_host_cmd "$READELF" "--syms tmpdir/common.exe | grep foo"]
58 global READELF61 catch "exec $READELF $READELFFLAGS --file-header $binary_file > readelf.out" got86 global READELF89 catch "exec $READELF $READELFFLAGS --symbols $binary_file > readelf.out" got
22 global READELF33 send_log "$READELF $readelf_opts dump.o $readelf_pipe > dump.out\n"34 set status [gas_host_run "$READELF $readelf_opts dump.o" ">readelf.out"]
57 if ![info exists READELF] then {58 set READELF [findfile $base_dir/../../binutils/readelf]
28 global AS ASFLAGS LD LDFLAGS READELF READELFFLAGS67 set cmd "$READELF $READELFFLAGS -r --wide tmpdir/embed.o > tmpdir/embed.out"
79 set cmd "$READELF --debug-dump=info tmpdir/dwarfreloca.o"104 set cmd "$READELF --debug-dump=info tmpdir/dwarfrelocb.o"
57 if ![info exists READELF] then {58 set READELF [findfile $base_dir/readelf]
62 global ld ldemul READELF73 catch "exec $READELF --headers $finalobj" output
163 global READELF167 set cmd "$READELF $READELFFLAGS --file-header $binary_file"
441 global READELF442 set exec_output [run_host_cmd "$READELF" "-s -W tmpdir/pr12365"]
273 if ![info exists READELF] then {274 set READELF [findfile $base_dir/../binutils/readelf]
143 global READELF147 catch "exec $READELF $READELFFLAGS -h $binary_file > readelf.out" got
266 global OBJDUMP NM OBJCOPY READELF STRIP
588 global OBJDUMP NM AS OBJCOPY READELF LD1168 global READELF1265 { set dump_prog $READELF }1513 global READELF1620 { set dump_prog $READELF }
213 READELF="$(READELF)"; export READELF; \297 READELF="$(READELF_FOR_TARGET)"; export READELF; \407 READELF = @READELF@