/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/bfin/ |
objdump.exp | 21 if {[which $OBJDUMP] == 0} then { 22 perror "$OBJDUMP does not exist" 26 send_user "Version [binutil_version $OBJDUMP]" 44 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -D $objfile"]
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/arm/ |
objdump.exp | 21 if {![is_remote host] && [which $OBJDUMP] == 0} then { 22 perror "$OBJDUMP does not exist" 26 send_user "Version [binutil_version $OBJDUMP]" 44 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS --disassemble --start-address=6 $objfile"] 54 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS --disassemble --start-address=10 $objfile"] 80 set got [binutils_run $OBJDUMP "-dr $objfile $objfile"]
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/hppa/ |
objdump.exp | 37 if {[which $OBJDUMP] == 0} then { 38 perror "$OBJDUMP does not exist" 42 send_user "Version [binutil_version $OBJDUMP]" 56 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -r $objfile"] 87 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS --disassemble $objfile"]
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/m68k/ |
objdump.exp | 21 if {[which $OBJDUMP] == 0} then { 22 perror "$OBJDUMP does not exist" 26 send_user "Version [binutil_version $OBJDUMP]" 44 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS --disassemble $objfile"] 70 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS --disassemble $objfile"]
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/vax/ |
objdump.exp | 29 if {[which $OBJDUMP] == 0} then { 30 perror "$OBJDUMP does not exist" 34 send_user "Version [binutil_version $OBJDUMP]" 51 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -d -M entry:0x0 -M entry:2 $objfile"]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/config/ |
default.exp | 29 if ![info exists OBJDUMP] then { 30 set OBJDUMP [findfile $base_dir/../../binutils/objdump \ 31 $base_dir/../../binutils/objdump \ 32 [transform objdump]]
|
/ndk/tests/build/merge-string-literals/ |
build.sh | 31 # find objdump. Any arch's objdump can do "-s -j". We just need to find one 43 OBJDUMP=${TOOLCHAIN_PREFIX}objdump 48 NUM_LINE=`$OBJDUMP -s -j.rodata $SO | wc -l | tr -d ' '` 53 NUM_ABCD=`$OBJDUMP -s -j.rodata $SO | grep abcd | wc -l | tr -d ' '`
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
dlltool.exp | 92 set got [binutils_run $OBJDUMP "-s -j .idata\$6 tmpdir/libalias.a"] 122 set got [binutils_run $OBJDUMP "-s -j .idata\$6 tmpdir/libalias2.a"] 169 set got [binutils_run $OBJDUMP "-s -j .idata\$6 tmpdir/libalias_nu.a"] 199 set got [binutils_run $OBJDUMP "-s -j .idata\$6 tmpdir/libalias_nu2.a"] 245 set got [binutils_run $OBJDUMP "-s -j .idata\$6 tmpdir/libalias_u.a"] 275 set got [binutils_run $OBJDUMP "-s -j .idata\$6 tmpdir/libalias_u2.a"]
|
objdump.exp | 24 if {[which $OBJDUMP] == 0} then { 25 perror "$OBJDUMP does not exist" 30 send_user "Version [binutil_version $OBJDUMP]" 32 # Simple test of objdump -i 34 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -i"] 56 pass "objdump -i" 58 fail "objdump -i" 73 # Test objdump -f 75 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -f $testfile"] 80 fail "objdump -f [all...] |
objcopy.exp | 123 set origdata [binutils_run $OBJDUMP "$OBJDUMPFLAGS -s -j .data $tempfile"] 124 set revdata [binutils_run $OBJDUMP "$OBJDUMPFLAGS -s -j .data $reversed"] 235 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -f ${srecfile}"] 237 send_log "objdump failed\n" 254 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -f $tempfile"] 256 perror "objdump can not recognize bintest.o" 263 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -f ${copyfile}.srec"] 280 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -f ${copyfile}.srec"] 301 set headers [binutils_run $OBJDUMP "$OBJDUMPFLAGS -h $tempfile"] 319 perror "objdump can not recognize bintest.o [all...] |
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/windres/ |
windres.exp | 113 verbose "$OBJDUMP -b binary -s tmpdir/$broot.res > tmpdir/$broot.dump" 1 114 catch "exec $OBJDUMP -b binary -s tmpdir/$broot.res > tmpdir/$broot.dump" err 146 # Test objdump -p 148 if {[which $OBJDUMP] == 0} then { 149 unsupported "objdump -p" 160 unsupported "objdump -p (no header files found)" 162 fail "objdump -p (build)" 167 set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -p tmpdir/version.o"] 173 fail "objdump -p" 175 pass "objdump -p [all...] |
/build/core/combo/ |
HOST_CROSS_windows-x86.mk | 44 $(combo_var_prefix)OBJDUMP := $(TOOLS_PREFIX)objdump 47 $(hide) $($(PRIVATE_2ND_ARCH_VAR_PREFIX)$(PRIVATE_PREFIX)OBJDUMP) -x $(1) | grep "^Name" | cut -f3 -d" " > $(2)
|
HOST_CROSS_windows-x86_64.mk | 44 $(combo_var_prefix)OBJDUMP := $(TOOLS_PREFIX)objdump 47 $(hide) $($(PRIVATE_2ND_ARCH_VAR_PREFIX)$(PRIVATE_PREFIX)OBJDUMP) -x $(1) | grep "^Name" | cut -f3 -d" " > $(2)
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/config/ |
default.exp | 36 if ![info exists OBJDUMP] then { 37 set OBJDUMP [findfile $base_dir/objdump]
|
/toolchain/binutils/binutils-2.25/ld/testsuite/config/ |
default.exp | 36 if ![info exists objdump] then { 37 set objdump [findfile $base_dir/../binutils/objdump] 242 if ![info exists OBJDUMP] then { 243 set OBJDUMP $objdump
|
/external/llvm/utils/ |
codegen-diff | 10 print "opened objdump output file $filename\n" if $DEBUG; 87 codegen-diff [-d] I<OBJDUMP-OUTPUT-FILE> I<GDB-DISASSEMBLY-FILE> 94 The way you use it is as follows: first, you create I<OBJDUMP-OUTPUT-FILE> 95 by running B<objdump> on the B<llc> compiled and linked binary. You need to 129 L<gdb(1)>, L<objdump(1)>, L<script(1)>.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/arch/ |
arch.exp | 49 # The procedure extracts the architecture name from the objdump output. 50 # If there is no architecture name (or objdump output changes significantly) 54 global OBJDUMP 56 set cmd "$OBJDUMP -f $ofile"
|
/external/libogg/win32/ |
Makefile | 93 OBJDUMP = @OBJDUMP@
|
/toolchain/binutils/binutils-2.25/gas/testsuite/lib/ |
gas-defs.exp | 324 # will assemble FILE.s, run some tool like `objdump', `objcopy', or 336 # OPTION is the name of some option, like "name" or "objdump", and 363 # objdump: FLAGS 369 # PROG: [nm objcopy objdump readelf addr2line] 371 # Note: for objdump, we automatically replaces the standard section 374 # the objdump options (eg: "-j .text" is replaced by "-j P") and the 409 # to pass. The PROG, objdump, nm and objcopy options have no 419 # PROG, nm, objdump, or objcopy. 423 # is expected to exit unsuccessfully (therefore PROG, objdump, nm, 427 # Means that the section substitution for objdump is disabled [all...] |
/toolchain/binutils/binutils-2.25/binutils/testsuite/lib/ |
utils-lib.exp | 146 # will assemble FILE.s, run some tool like `objdump', `objcopy', or 158 # OPTION is the name of some option, like "name" or "objdump", and 188 # objdump: FLAGS 223 # to pass. The PROG, objdump, nm and objcopy options have no 233 # PROG, nm, objdump, or objcopy. 237 # is expected to exit unsuccessfully (therefore PROG, objdump, nm, 249 global OBJDUMP NM OBJCOPY READELF STRIP 274 set opts(objdump) {} 368 objdump { set dumpprogram objdump } [all...] |
/external/libvorbis/ |
configure | 870 OBJDUMP [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/unix/ |
configure | 684 OBJDUMP [all...] |
/external/libmtp/ |
configure | 823 OBJDUMP [all...] |
/external/libcap-ng/libcap-ng-0.7/ |
configure | 645 OBJDUMP [all...] |
/external/libedit/ |
configure | 659 OBJDUMP [all...] |