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

1 2 3 4 5

  /external/llvm/test/MC/X86/
x86_nop.s 1 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=generic %s | llvm-objdump -d - | FileCheck %s
2 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i386 %s | llvm-objdump -d - | FileCheck %s
3 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i486 %s | llvm-objdump -d - | FileCheck %s
4 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i586 %s | llvm-objdump -d - | FileCheck %s
5 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=pentium %s | llvm-objdump -d - | FileCheck %s
6 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=pentium-mmx %s | llvm-objdump -d - | FileCheck %s
7 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=geode %s | llvm-objdump -d - | FileCheck %s
8 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i686 %s | llvm-objdump -d - | FileCheck %s
9 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=k6 %s | llvm-objdump -d - | FileCheck %s
10 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=k6-2 %s | llvm-objdump -d - | FileCheck %
    [all...]
x86_long_nop.s 1 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=x86_64-pc-linux-gnu %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s
2 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-pc-linux-gnu %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s
3 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=x86_64-apple-darwin10.0 %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s
4 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-apple-darwin8 %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s
5 # RUN: llvm-mc -filetype=obj -arch=x86 -triple=i686-pc-linux-gnu -mcpu=slm %s | llvm-objdump -d -no-show-raw-insn - | FileCheck --check-prefix=SLM %s
  /external/llvm/tools/llvm-objdump/
Makefile 1 ##===- tools/llvm-objdump/Makefile -------------------------*- Makefile -*-===##
11 TOOLNAME := llvm-objdump
Android.mk 7 # llvm-objdump command line tool
11 llvm-objdump.cpp \
54 LOCAL_MODULE := llvm-objdump
  /external/harfbuzz_ng/src/
check-static-inits.sh 10 if which objdump 2>/dev/null >/dev/null; then
13 echo "check-static-inits.sh: 'objdump' not found; skipping test"
25 if objdump -t "$obj" | grep '[.]ctors'; then
33 if objdump -t "$obj" | grep '__cxa_'; then
  /external/compiler-rt/lib/tsan/
check_memcpy.sh 20 NCALL=$(objdump -d $EXE | egrep "callq .*<__interceptor_mem(cpy|set)>" | wc -l)
27 NCALL=$(objdump -d $EXE | egrep "jmpq .*<__interceptor_mem(cpy|set)>" | wc -l)
analyze_libtsan.sh 7 grep __tsan_$1.: -A 10000 libtsan.objdump | \
23 objdump -d $BIN > libtsan.objdump
  /external/llvm/test/MC/ARM/
cmp-immediate-fixup.s 3 @ RUN: | llvm-objdump --disassemble -arch=arm - | FileCheck %s
cmp-immediate-fixup2.s 3 @ RUN: | llvm-objdump --disassemble -arch=arm - | FileCheck %s
elf-jump24-fixup.s 1 @ RUN: llvm-mc %s -triple=thumbv7-linux-gnueabi -filetype=obj -o - < %s | llvm-objdump -r - | FileCheck %s
align_arm_2_thumb.s 2 @ RUN: llvm-objdump -triple thumbv7-none-linux -d %t.o | FileCheck --check-prefix=ARM_2_THUMB %s
5 @ RUN: llvm-objdump -triple thumbv7-apple-darwin -d %t_darwin.o | FileCheck --check-prefix=ARM_2_THUMB %s
align_thumb_2_arm.s 2 @ RUN: llvm-objdump -triple armv7-none-linux -d %t.o | FileCheck --check-prefix=THUMB_2_ARM %s
5 @ RUN: llvm-objdump -triple armv7-apple-darwin -d %t_darwin.o | FileCheck --check-prefix=THUMB_2_ARM %s
relocated-mapping.s 1 @ RUN: llvm-mc -triple=arm-linux-gnueabi -filetype=obj < %s | llvm-objdump -t - | FileCheck %s
  /external/chromium_org/native_client_sdk/src/tools/lib/tests/
get_shared_deps_test.py 54 self.objdump = os.path.join(self.toolchain, 'bin', 'i686-nacl-objdump')
56 self.objdump += '.exe'
90 # GetNeeded should not raise an error if objdump is not set, but the .nexe
92 objdump = None
94 needed = get_shared_deps.GetNeeded([nexe], objdump, lib_path)
108 objdump=self.objdump)
125 get_shared_deps.GleanFromObjdump(nexes, 'x86-32', self.objdump, lib_path)
128 nexes, 'x86-64', self.objdump, lib_path
    [all...]
  /external/llvm/test/MC/MachO/ARM/
llvm-objdump-macho-stripped.s 1 @ RUN: llvm-mc -triple=thumbv7-apple-ios -filetype=obj -o - < %s | llvm-objdump -d -macho -triple=thumbv7-apple-ios - | FileCheck %s
llvm-objdump-macho.s 1 @ RUN: llvm-mc -triple=thumbv7-apple-ios -filetype=obj -o - < %s | llvm-objdump -d -macho -triple=thumbv7-apple-ios - | FileCheck %s
  /external/llvm/test/MC/X86/AlignedBundling/
relax-at-bundle-end.s 2 # RUN: | llvm-objdump -disassemble -no-show-raw-insn - | FileCheck %s
pad-bundle-groups.s 2 # RUN: | llvm-objdump -disassemble -no-show-raw-insn - | FileCheck %s
relax-in-bundle-group.s 2 # RUN: | llvm-objdump -disassemble - | FileCheck %s
  /external/chromium_org/native_client_sdk/src/tools/lib/
get_shared_deps.py 33 # Names returned by Linux's objdump:
38 # Names returned by old x86_64-nacl-objdump:
41 # Names returned by new x86_64-nacl-objdump:
63 '''Error raised when objdump is needed but not found'''
67 def GetNeeded(main_files, objdump, lib_path):
72 objdump: Path to the objdump executable.
83 return _GetNeededDynamic(main_files, objdump, lib_path)
88 def _GetNeededDynamic(main_files, objdump, lib_path):
90 all_files, unexamined = GleanFromObjdump(main_files, None, objdump, lib_path
    [all...]
  /external/llvm/test/MC/ELF/
fde.s 1 # RUN: llvm-mc -filetype=obj %s -o %t.o -triple x86_64-pc-linux-gnu && llvm-objdump -s %t.o
  /external/llvm/test/MC/Mips/
cpload.s 4 # RUN: llvm-objdump -d -r -arch=mips - | \
8 # RUN: llvm-objdump -d -r -arch=mips - | \
micromips-el-fixup-data.s 3 # RUN: llvm-objdump %t.o -triple mipsel -mattr=+micromips -d | FileCheck %s
  /external/chromium_org/v8/tools/
android-ll-prof.sh 68 --objdump="$TOOLCHAIN/arm-linux-androideabi-objdump" \
  /external/llvm/test/MC/AArch64/
arm64-tls-modifiers-darwin.s 2 ; RUN: llvm-mc -triple=arm64-apple-ios7.0 -filetype=obj %s -o - | llvm-objdump -r - | FileCheck %s --check-prefix=CHECK-OBJ

Completed in 1115 milliseconds

1 2 3 4 5