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

1 2 3

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas32/
gas_macho32_test.sh 2 ${srcdir}/out_test.sh macho_test modules/objfmts/macho/tests/gas32 "GAS 32-bit macho objfmt" "-f macho32 -p gas" ".o"
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/
gas_macho64_test.sh 2 ${srcdir}/out_test.sh macho_test modules/objfmts/macho/tests/gas64 "GAS 64-bit macho objfmt" "-f macho64 -p gas" ".o"
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm32/
macho32_test.sh 2 ${srcdir}/out_test.sh macho_test modules/objfmts/macho/tests/nasm32 "32-bit macho objfmt" "-f macho32" ".o"
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
macho64_test.sh 2 ${srcdir}/out_test.sh macho_test modules/objfmts/macho/tests/nasm64 "64-bit macho objfmt" "-f macho64" ".o"
  /external/llvm/tools/macho-dump/
Makefile 1 ##===- tools/macho-dump/Makefile ---------------------------*- Makefile -*-===##
11 TOOLNAME := macho-dump
Android.mk 7 # macho-dump command line tool
11 macho-dump.cpp
23 LOCAL_MODULE := macho-dump
  /external/chromium_org/build/mac/
strip_save_dsym 45 def macho_archs(macho):
51 file_cmd = subprocess.Popen(["/usr/bin/file", "-b", "--", macho],
77 print >> sys.stderr, "No architectures in %s" % macho
85 def macho_uuids(macho):
88 archs = macho_archs(macho)
97 macho],
169 print >> sys.stderr, "No UUIDs in %s" % macho
175 def dsym_path(macho):
187 dsym = macho
193 # Creates a fake .dSYM bundle at dsym for macho, a Mach-O image with th
    [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
nop-armv4-padding.s 2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
nop-armv6t2-padding.s 2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
relax-thumb-ldr-literal.s 2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
relax-thumb2-branches.s 1 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -show-encoding %s -filetype=obj -o - | macho-dump --dump-section-data | FileCheck %s
thumb2-function-relative-load.s 2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
thumb2-movt-fixup.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumbv7-apple-darwin10 -filetype=obj -o - < %s | macho-dump | FileCheck %s
data-in-code.s 1 @ RUN: llvm-mc -triple armv7-apple-darwin10 -filetype=obj -o - < %s | macho-dump | FileCheck %s
nop-thumb-padding.s 2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
nop-thumb2-padding.s 2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
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
no-subsections-reloc.s 2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
static-movt-relocs.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumbv7-apple-darwin10 -filetype=obj -o - < %s | macho-dump | FileCheck %s
thumb-bl-jbits.s 1 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -filetype=obj -o - < %s | macho-dump --dump-section-data | FileCheck %s
  /external/llvm/test/MC/MachO/AArch64/
darwin-ARM64-local-label-diff.s 1 ; RUN: llvm-mc -triple arm64-apple-darwin -filetype=obj -o - < %s | macho-dump -dump-section-data | FileCheck %s
  /external/llvm/test/MC/AArch64/
arm64-small-data-fixups.s 1 ; RUN: llvm-mc -triple arm64-apple-darwin -filetype=obj -o - %s | macho-dump | FileCheck %s
  /external/jemalloc/test/
test.sh.in 4 macho)
  /external/lldb/tools/lldb-perf/common/clang/
build-clang.sh 24 ( cd ./Debug/bin ; rm -rf ll* clang-check clang-tblgen count diagtool fpcmp macho-dump not opt yaml2obj FileCheck FileUpdate arcmt-test c-arcmt-test c-index-test bugpoint )
25 ( cd ./tools ; rm -rf ll* clang-check clang-tblgen count diagtool fpcmp lto macho-dump not opt yaml2obj FileCheck FileUpdate arcmt-test c-arcmt-test c-index-test bugpoint )
29 ( cd ../llvm/tools ; rm -rf *.txt bugpoint bugpoint-passes ll* lto macho-dump opt gold )

Completed in 1392 milliseconds

1 2 3