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

1 2

  /external/v8/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/google-breakpad/src/tools/mac/upload_system_symbols/
arch_reader.go 34 "debug/macho"
42 // getArchStringFromHeader takes a MachO FileHeader and returns a string that
45 func getArchStringFromHeader(header macho.FileHeader) string {
62 MachODylib macho.Type = C.kMachHeaderFtypeDylib
upload_system_symbols.go 46 "debug/macho"
384 fatFile, err := macho.NewFatFile(f)
391 } else if err == macho.ErrNotFat {
392 // The file isn't fat but may still be MachO.
393 thinFile, err := macho.NewFile(f)
406 func (fq *findQueue) dumpMachOFile(fp string, image *macho.File) {
  /external/llvm/test/MC/ARM/
thumb1-relax-adr.s 1 @ RUN: not llvm-mc -triple thumbv6m-none-macho -filetype=obj -o /dev/null %s 2>&1 | FileCheck --check-prefix=CHECK-ERROR %s
2 @ RUN: not llvm-mc -triple thumbv7m-none-macho -filetype=obj -o /dev/null %s 2>&1 | FileCheck --check-prefix=CHECK-ERROR %s
thumb1-relax-ldrlit.s 1 @ RUN: not llvm-mc -triple thumbv6m-none-macho -filetype=obj -o /dev/null %s 2>&1 | FileCheck --check-prefix=CHECK-ERROR %s
2 @ RUN: not llvm-mc -triple thumbv7m-none-macho -filetype=obj -o /dev/null %s 2>&1 | FileCheck --check-prefix=CHECK-ERROR %s
thumb1-relax-br.s 1 @ RUN: not llvm-mc -triple thumbv6m-none-macho -filetype=obj -o /dev/null %s 2>&1 | FileCheck --check-prefix=CHECK-ERROR %s
2 @ RUN: llvm-mc -triple thumbv7m-none-macho -filetype=obj -o %t %s
3 @ RUN: llvm-objdump -d -r -triple thumbv7m-none-macho %t | FileCheck --check-prefix=CHECK-MACHO %s
9 @ There is no MachO relocation for Thumb1's unconditional branch, so
15 @ CHECK-MACHO: ff f7 fe bf b.w #-4
16 @ CHECK-MACHO-NEXT: ARM_THUMB_RELOC_BR22
thumb1-relax-bcc.s 1 @ RUN: not llvm-mc -triple thumbv6m-none-macho -filetype=obj -o /dev/null %s 2>&1 | FileCheck --check-prefix=CHECK-ERROR %s
2 @ RUN: not llvm-mc -triple thumbv7m-none-macho -filetype=obj -o /dev/null %s 2>&1 | FileCheck --check-prefix=CHECK-ERROR %s
thumb1-relax.s 1 @ RUN: not llvm-mc -triple thumbv6m-none-macho -filetype=obj -o /dev/null %s 2>&1 | FileCheck %s
  /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
data-in-code.s 1 @ RUN: llvm-mc -triple armv7-apple-darwin10 -filetype=obj -o - < %s | llvm-readobj --macho-data-in-code | FileCheck %s
darwin-ARM-reloc.s 2 @ RUN: llvm-readobj -file-headers -s -sd -r -t -macho-segment -macho-dysymtab -macho-indirect-symbols < %t.obj > %t.dump
darwin-Thumb-reloc.s 2 @ RUN: llvm-readobj -file-headers -s -sd -r -t -macho-segment -macho-dysymtab -macho-indirect-symbols < %t.obj > %t.dump
  /external/google-breakpad/src/common/mac/
file_id.cc 76 MachoID macho(path_);
78 if (macho.UUIDCommand(cpu_type, cpu_subtype, identifier))
81 return macho.MD5(cpu_type, cpu_subtype, identifier);
  /external/jemalloc/test/
test.sh.in 4 macho)
  /external/llvm/test/MC/MachO/AArch64/
reloc-errors.s 1 ; RUN: not llvm-mc -triple aarch64-none-macho %s -filetype=obj -o - 2>&1 | FileCheck %s
  /external/skia/third_party/yasm/config/android/
Makefile 227 modules/objfmts/macho/tests/gas32/gas_macho32_test.sh \
228 modules/objfmts/macho/tests/gas64/gas_macho64_test.sh \
229 modules/objfmts/macho/tests/nasm32/macho32_test.sh \
230 modules/objfmts/macho/tests/nasm64/macho64_test.sh \
286 $(srcdir)/modules/objfmts/macho/Makefile.inc \
287 $(srcdir)/modules/objfmts/macho/tests/Makefile.inc \
288 $(srcdir)/modules/objfmts/macho/tests/gas32/Makefile.inc \
289 $(srcdir)/modules/objfmts/macho/tests/gas64/Makefile.inc \
290 $(srcdir)/modules/objfmts/macho/tests/nasm32/Makefile.inc \
291 $(srcdir)/modules/objfmts/macho/tests/nasm64/Makefile.inc
    [all...]
  /external/skia/third_party/yasm/config/chromeos/
Makefile 227 modules/objfmts/macho/tests/gas32/gas_macho32_test.sh \
228 modules/objfmts/macho/tests/gas64/gas_macho64_test.sh \
229 modules/objfmts/macho/tests/nasm32/macho32_test.sh \
230 modules/objfmts/macho/tests/nasm64/macho64_test.sh \
286 $(srcdir)/modules/objfmts/macho/Makefile.inc \
287 $(srcdir)/modules/objfmts/macho/tests/Makefile.inc \
288 $(srcdir)/modules/objfmts/macho/tests/gas32/Makefile.inc \
289 $(srcdir)/modules/objfmts/macho/tests/gas64/Makefile.inc \
290 $(srcdir)/modules/objfmts/macho/tests/nasm32/Makefile.inc \
291 $(srcdir)/modules/objfmts/macho/tests/nasm64/Makefile.inc
    [all...]
  /external/skia/third_party/yasm/config/linux/
Makefile 227 modules/objfmts/macho/tests/gas32/gas_macho32_test.sh \
228 modules/objfmts/macho/tests/gas64/gas_macho64_test.sh \
229 modules/objfmts/macho/tests/nasm32/macho32_test.sh \
230 modules/objfmts/macho/tests/nasm64/macho64_test.sh \
286 $(srcdir)/modules/objfmts/macho/Makefile.inc \
287 $(srcdir)/modules/objfmts/macho/tests/Makefile.inc \
288 $(srcdir)/modules/objfmts/macho/tests/gas32/Makefile.inc \
289 $(srcdir)/modules/objfmts/macho/tests/gas64/Makefile.inc \
290 $(srcdir)/modules/objfmts/macho/tests/nasm32/Makefile.inc \
291 $(srcdir)/modules/objfmts/macho/tests/nasm64/Makefile.inc
    [all...]
  /external/skia/third_party/yasm/config/openbsd/
Makefile 227 modules/objfmts/macho/tests/gas32/gas_macho32_test.sh \
228 modules/objfmts/macho/tests/gas64/gas_macho64_test.sh \
229 modules/objfmts/macho/tests/nasm32/macho32_test.sh \
230 modules/objfmts/macho/tests/nasm64/macho64_test.sh \
286 $(srcdir)/modules/objfmts/macho/Makefile.inc \
287 $(srcdir)/modules/objfmts/macho/tests/Makefile.inc \
288 $(srcdir)/modules/objfmts/macho/tests/gas32/Makefile.inc \
289 $(srcdir)/modules/objfmts/macho/tests/gas64/Makefile.inc \
290 $(srcdir)/modules/objfmts/macho/tests/nasm32/Makefile.inc \
291 $(srcdir)/modules/objfmts/macho/tests/nasm64/Makefile.inc
    [all...]
  /external/skia/third_party/yasm/config/win/
Makefile 227 modules/objfmts/macho/tests/gas32/gas_macho32_test.sh \
228 modules/objfmts/macho/tests/gas64/gas_macho64_test.sh \
229 modules/objfmts/macho/tests/nasm32/macho32_test.sh \
230 modules/objfmts/macho/tests/nasm64/macho64_test.sh \
286 $(srcdir)/modules/objfmts/macho/Makefile.inc \
287 $(srcdir)/modules/objfmts/macho/tests/Makefile.inc \
288 $(srcdir)/modules/objfmts/macho/tests/gas32/Makefile.inc \
289 $(srcdir)/modules/objfmts/macho/tests/gas64/Makefile.inc \
290 $(srcdir)/modules/objfmts/macho/tests/nasm32/Makefile.inc \
291 $(srcdir)/modules/objfmts/macho/tests/nasm64/Makefile.inc
    [all...]
  /external/skia/third_party/yasm/config/ios/
Makefile 227 modules/objfmts/macho/tests/gas32/gas_macho32_test.sh \
228 modules/objfmts/macho/tests/gas64/gas_macho64_test.sh \
229 modules/objfmts/macho/tests/nasm32/macho32_test.sh \
230 modules/objfmts/macho/tests/nasm64/macho64_test.sh \
286 $(srcdir)/modules/objfmts/macho/Makefile.inc \
287 $(srcdir)/modules/objfmts/macho/tests/Makefile.inc \
288 $(srcdir)/modules/objfmts/macho/tests/gas32/Makefile.inc \
289 $(srcdir)/modules/objfmts/macho/tests/gas64/Makefile.inc \
290 $(srcdir)/modules/objfmts/macho/tests/nasm32/Makefile.inc \
291 $(srcdir)/modules/objfmts/macho/tests/nasm64/Makefile.inc
    [all...]
  /external/skia/third_party/yasm/config/mac/
Makefile 227 modules/objfmts/macho/tests/gas32/gas_macho32_test.sh \
228 modules/objfmts/macho/tests/gas64/gas_macho64_test.sh \
229 modules/objfmts/macho/tests/nasm32/macho32_test.sh \
230 modules/objfmts/macho/tests/nasm64/macho64_test.sh \
286 $(srcdir)/modules/objfmts/macho/Makefile.inc \
287 $(srcdir)/modules/objfmts/macho/tests/Makefile.inc \
288 $(srcdir)/modules/objfmts/macho/tests/gas32/Makefile.inc \
289 $(srcdir)/modules/objfmts/macho/tests/gas64/Makefile.inc \
290 $(srcdir)/modules/objfmts/macho/tests/nasm32/Makefile.inc \
291 $(srcdir)/modules/objfmts/macho/tests/nasm64/Makefile.inc
    [all...]
  /external/google-breakpad/src/client/mac/handler/
minidump_generator.cc     [all...]
  /external/valgrind/
Android.mk 201 coregrind/m_coredump/coredump-macho.c \
279 coregrind/m_ume/macho.c \

Completed in 413 milliseconds

1 2