Searched refs:READELF (Results 1 - 25 of 40) sorted by relevance

12

/haiku-buildtools/binutils/binutils/
H A Dembedspu.sh108 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/null
119 toe=`${READELF} -S ${INFILE} | sed -n -e 's, *\[ *\([0-9]*\)\] *\.toe *[PROGN]*BITS *\([0-9a-f]*\).*,\1 \2,p'`
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]*\) *\([0-9a-f]*\).*,\1 \2 \3,p'`
128 relas=`${READELF} -S ${INFILE} | sed -n -e 's, *\[ *[0-9]*\] *[^ ]* *RELA *[0-9a-f]* *0*\([0-9a-f][0-9a-f]*\).* \([0-9a-f][0-9a-f]*\) *[0-9a-f][0-9a-f]*$,\1 \2,p'`
153 `${READELF} -s -W ${INFILE} | grep ' _EAR_' | sort -k 2 | awk \
186 `test -z "${relas}" || ${READELF}
[all...]
/haiku-buildtools/legacy/binutils/gas/testsuite/config/
H A Ddefault.exp41 if ![info exists READELF] then {
42 set READELF [findfile $base_dir/../../binutils/readelf]
/haiku-buildtools/binutils/gas/testsuite/config/
H A Ddefault.exp57 if ![info exists READELF] then {
58 set READELF [findfile $base_dir/../../binutils/readelf]
/haiku-buildtools/binutils/binutils/testsuite/binutils-all/
H A Dreadelf.exp26 verbose "$READELF is only intended for ELF targets" 2
44 global READELF
50 set got [remote_exec host "$READELF $READELFFLAGS -h $binary_file" "" "/dev/null" "readelf.out"]
81 global READELF
87 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.out"]
142 global READELF
158 set got [remote_exec host "$READELF $READELFFLAGS -wi $tempfile" "" "/dev/null" "readelf.out"]
218 global READELF
234 set got [remote_exec host "$READELF
[all...]
H A Dobjcopy.exp416 global READELF
427 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 READELF
699 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
[all...]
/haiku-buildtools/legacy/binutils/binutils/testsuite/config/
H A Ddefault.exp58 if ![info exists READELF] then {
59 set READELF [findfile $base_dir/readelf]
/haiku-buildtools/legacy/binutils/binutils/testsuite/binutils-all/
H A Dreadelf.exp140 global READELF
146 catch "exec $READELF $READELFFLAGS -h $binary_file > readelf.out" got
174 global READELF
180 send_log "exec $READELF $READELFFLAGS $options $binary_file > readelf.out\n"
181 catch "exec $READELF $READELFFLAGS $options $binary_file > readelf.out" got
235 global READELF
251 send_log "exec $READELF $READELFFLAGS -wi $tempfile > readelf.out\n"
252 catch "exec $READELF $READELFFLAGS -wi $tempfile > readelf.out" got
308 verbose "$READELF is only intended for ELF targets" 2
313 if {[which $READELF]
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-elf/
H A Dtls_common.exp39 global READELF
80 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"]
H A Dsec-to-seg.exp41 global READELF
48 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"]
H A Dbinutils.exp46 global READELF
75 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/$test.exp"]
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/$test.out"]
H A Dcompress.exp126 global READELF
130 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
[all...]
/haiku-buildtools/gcc/contrib/
H A Dmake_sunver.pl112 open READELF, 'readelf -s -W '.(join ' ',@OBJECTS).'|' or die $!;
114 while (<READELF>) {
147 close READELF or die "readelf error";
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/elf/
H A Delf.exp6 global READELF
17 send_log "$READELF $readelf_opts dump.o $readelf_pipe > dump.out\n"
18 catch "exec $READELF $readelf_opts dump.o $readelf_pipe > dump.out\n" comp_output
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-elfcomm/
H A Delfcomm.exp44 global READELF
46 send_log "$READELF -s tmpdir/common1.o | grep foo\n"
47 catch "exec $READELF -s tmpdir/common1.o | grep foo" exec_output
/haiku-buildtools/binutils/ld/testsuite/ld-spu/
H A Dspu.exp28 global AS ASFLAGS LD LDFLAGS READELF READELFFLAGS
67 set cmd "$READELF $READELFFLAGS -r --wide tmpdir/embed.o > tmpdir/embed.out"
/haiku-buildtools/binutils/binutils/testsuite/config/
H A Ddefault.exp57 if ![info exists READELF] then {
58 set READELF [findfile $base_dir/readelf]
/haiku-buildtools/binutils/ld/testsuite/ld-ifunc/
H A Dbinutils.exp42 global READELF
67 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"]
H A Difunc.exp62 global READELF
65 catch "exec $READELF $READELFFLAGS --file-header $binary_file > readelf.out" got
90 global READELF
93 catch "exec $READELF $READELFFLAGS --symbols $binary_file > readelf.out" got
116 global READELF
119 catch "exec $READELF $READELFFLAGS --relocs --wide $binary_file > readelf.out" got
141 global READELF
144 catch "exec $READELF $READELFFLAGS --relocs $binary_file > readelf.out" got
/haiku-buildtools/legacy/binutils/ld/testsuite/config/
H A Ddefault.exp255 if ![info exists READELF] then {
256 set READELF [findfile $base_dir/../binutils/readelf]
/haiku-buildtools/binutils/ld/testsuite/ld-elfcomm/
H A Delfcomm.exp127 global READELF
129 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 READELF
154 send_log "$READELF --syms tmpdir/common.exe | grep foo\n"
155 set exec_output [run_host_cmd "$READELF" "--syms tmpdir/common.exe | grep foo"]
/haiku-buildtools/binutils/ld/testsuite/ld-unique/
H A Dunique.exp58 global READELF
61 catch "exec $READELF $READELFFLAGS --file-header $binary_file > readelf.out" got
86 global READELF
89 catch "exec $READELF $READELFFLAGS --symbols $binary_file > readelf.out" got
/haiku-buildtools/binutils/ld/testsuite/config/
H A Ddefault.exp273 if ![info exists READELF] then {
274 set READELF [findfile $base_dir/../binutils/readelf]
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-mips-elf/
H A Dmips-elf-flags.exp55 global ld ldemul READELF
66 catch "exec $READELF --headers $finalobj" output
/haiku-buildtools/binutils/ld/testsuite/ld-mips-elf/
H A Dmips-elf-flags.exp62 global ld ldemul READELF
73 catch "exec $READELF --headers $finalobj" output
/haiku-buildtools/binutils/gas/testsuite/gas/elf/
H A Delf.exp22 global READELF
33 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"]

Completed in 121 milliseconds

12