HomeSort by relevance Sort by last modified time
    Searched refs:READELF (Results 1 - 25 of 27) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/binutils/
embedspu.sh 98 # Find readelf. Any old readelf should do.
99 find_prog readelf
101 if which readelf > /dev/null 2> /dev/null; then
102 prog=readelf
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/null
119 toe=`${READELF} -S ${INFILE} | sed -n -e 's, *\[ *\([0-9]*\)\] *\.toe *[PROGN]*BITS *\([0-9a-f]*\).*,\1 \2,p'
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/config/
default.exp 57 if ![info exists READELF] then {
58 set READELF [findfile $base_dir/../../binutils/readelf]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
tls_common.exp 39 global READELF
66 set readelf_output [run_host_cmd "$READELF" "-l --wide tmpdir/tls_common"]
sec-to-seg.exp 41 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"]
binutils.exp 45 global READELF
74 send_log "$READELF -l --wide tmpdir/$test > tmpdir/$test.exp\n"
75 set got [remote_exec host "$READELF -l --wide tmpdir/$test" "" "/dev/null" "tmpdir/$test.exp"]
114 send_log "$READELF -l --wide tmpdir/$test > tmpdir/$test.out\n"
115 set got [remote_exec host "$READELF -l --wide tmpdir/$test" "" "/dev/null" "tmpdir/$test.out"]
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
readelf.exp 26 verbose "$READELF is only intended for ELF targets" 2
41 # Similar to the test for readelf -h, but we're just looking for the
44 global READELF
49 set testname "finding out ELF size with readelf -h"
50 set got [remote_exec host "$READELF $READELFFLAGS -h $binary_file" "" "/dev/null" "readelf.out"]
52 remote_upload host "readelf.out"
62 [file_contents readelf.out] nil readelf_size] } {
64 verbose -log "output is \n[file_contents readelf.out]"
74 # Run an individual readelf test
    [all...]
objcopy.exp 406 global READELF
417 verbose -log "$READELF -a tmpdir/testprog.o > tmpdir/osabi.in"
418 set exec_output [remote_exec host "$READELF -h tmpdir/testprog.o" "" "/dev/null" "tmpdir/osabi.in"]
461 verbose -log "$READELF -a tmpdir/testprog.o > tmpdir/osabi.out"
462 set exec_output [remote_exec host "$READELF -h tmpdir/testprog.o" "" "/dev/null" "tmpdir/osabi.out"]
682 global READELF
695 verbose -log "$READELF -a ${copyfile} > tmpdir/osabi.in"
696 set exec_output [remote_exec host "$READELF -h ${copyfile}" "" "/dev/null" "tmpdir/osabi.in"]
727 verbose -log "$READELF -a ${copyfile} > tmpdir/osabi.out"
728 set exec_output [remote_exec host "$READELF -h ${copyfile}" "" "/dev/null" "tmpdir/osabi.out"
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfcomm/
elfcomm.exp 127 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"]
169 global READELF
172 set exec_output [run_host_cmd "$READELF" "--syms tmpdir/common1a.o | grep foo"]
  /external/elfutils/config/
eu.am 80 textrel_check = if $(READELF) -d $@ | fgrep -q TEXTREL; then $(textrel_found); fi
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/
ifunc.exp 61 global READELF
64 catch "exec $READELF $READELFFLAGS --file-header $binary_file > readelf.out" got
67 verbose "proc check_osabi: Readelf produced unexpected out processing $binary_file: $got"
72 [file_contents readelf.out] nil osabi] } {
73 verbose "proc check_osabi: Readelf failed to extract an ELF header from $binary_file"
89 global READELF
92 catch "exec $READELF $READELFFLAGS --symbols $binary_file > readelf.out" got
95 verbose "proc contains_ifunc_symbol: Readelf produced unexpected out processing $binary_file: $got
    [all...]
binutils.exp 42 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"]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-spu/
spu.exp 28 global AS ASFLAGS LD LDFLAGS READELF READELFFLAGS
67 set cmd "$READELF $READELFFLAGS -r --wide tmpdir/embed.o > tmpdir/embed.out"
74 fail "ear embed readelf"
  /toolchain/binutils/binutils-2.25/binutils/testsuite/config/
default.exp 57 if ![info exists READELF] then {
58 set READELF [findfile $base_dir/readelf]
  /toolchain/binutils/binutils-2.25/ld/testsuite/config/
default.exp 266 if ![info exists READELF] then {
267 set READELF [findfile $base_dir/../binutils/readelf]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-unique/
unique.exp 62 global READELF
65 catch "exec $READELF $READELFFLAGS --file-header $binary_file > readelf.out" got
68 verbose "proc check_osabi: Readelf produced unexpected out processing $binary_file: $got"
73 [file_contents readelf.out] nil osabi] } {
74 verbose "proc check_osabi: Readelf failed to extract an ELF header from $binary_file"
90 global READELF
93 catch "exec $READELF $READELFFLAGS --symbols $binary_file > readelf.out" got
96 verbose "proc contains_unique_symbol: Readelf produced unexpected out processing $binary_file: $got
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/
testit_android 76 # darwin doesn't have readelf. hard-code a known one
77 READELF=../../../../../toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86/bin/arm-linux-androideabi-readelf
79 READELF=readelf
192 $READELF -d "$LIBCXX_LIBS/libc++_shared.so" | grep NEEDED | grep -q compiler_rt
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
elf.exp 22 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"]
40 catch "exec cat readelf.out $readelf_pipe > dump.out\n" comp_output
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
mips-elf-flags.exp 59 # the objects can be linked together and that the readelf output
62 global ld ldemul READELF
73 catch "exec $READELF --headers $finalobj" output
  /toolchain/binutils/binutils-2.25/ld/testsuite/lib/
ld-lib.exp 566 global OBJDUMP NM AS OBJCOPY READELF LD
600 set opts(readelf) {}
719 readelf { set program readelf }
727 foreach p {objdump objcopy nm readelf} {
1052 # readelf: Apply readelf options on result.
1065 global READELF
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/testsuite/lib/
binutils-common.exp 133 global READELF
137 catch "exec $READELF $READELFFLAGS -h $binary_file > readelf.out" got
144 [file_contents readelf.out] nil readelf_size] } {
utils-lib.exp 249 global OBJDUMP NM OBJCOPY READELF STRIP
277 set opts(readelf) {}
369 readelf { set dumpprogram readelf }
378 foreach p {objdump nm readelf} {
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
tic6x.exp 36 {{readelf -WSsrld shlib-noindex.rd}
43 {{readelf -WSsrld shlib-1.rd}
50 {{readelf -WSsrld shlib-app-1.rd}
58 {{readelf -WSsrld shlib-1r.rd}
65 {{readelf -WSsrld shlib-app-1r.rd}
73 {{readelf -WSsrld shlib-1b.rd}
80 {{readelf -WSsrld shlib-app-1b.rd}
88 {{readelf -WSsrld shlib-1rb.rd}
95 {{readelf -WSsrld shlib-app-1rb.rd}
104 {{readelf -WSsrld static-app-1.rd
    [all...]
  /external/abi-dumper/
abi-dumper.pl 17 # GNU Binutils readelf
58 my $READELF = "readelf";
59 my $READELF_L = $LOCALE." ".$READELF;
148 "readelf=s" => \$READELF
282 -readelf
283 Path to readelf.
575 { # read the line of 'eu-readelf' output corresponding to the symbol
616 if(not check_Cmd($READELF)) {
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/lib/
gas-defs.exp 364 # readelf: FLAGS
369 # PROG: [nm objcopy objdump readelf addr2line]
438 global OBJDUMP NM AS OBJCOPY READELF
461 set opts(readelf) {}
541 readelf { set program readelf }
549 foreach p {objdump objcopy nm readelf addr2line} {
  /build/soong/cc/
makevars.go 245 ctx.Strict(makePrefix+"READELF", gccCmd(toolchain, "readelf"))

Completed in 341 milliseconds

1 2