Searched refs:EXE (Results 1 – 25 of 87) sorted by relevance
1234
/external/llvm/test/tools/llvm-objdump/AArch64/ |
D | macho-private-headers.test | 3 // RUN: | FileCheck %s -check-prefix=EXE 80 EXE: Mach header 81 EXE: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags 82 EXE: MH_MAGIC_64 ARM64 ALL 0x00 EXECUTE 17 1240 NOUNDEFS DYLDLINK TWOLEVEL… 83 EXE: Load command 0 84 EXE: cmd LC_SEGMENT_64 85 EXE: cmdsize 72 86 EXE: segname __PAGEZERO 87 EXE: vmaddr 0x0000000000000000 88 EXE: vmsize 0x0000000100000000 [all …]
|
D | macho-symbolized-disassembly.test | 2 …full-leading-addr -print-imm-hex %p/Inputs/hello.exe.macho-aarch64 | FileCheck %s -check-prefix=EXE 4 …-leading-addr -print-imm-hex %p/Inputs/ObjC.exe.macho-aarch64 | FileCheck %s -check-prefix=ObjC-EXE 10 EXE: 0000000100007f58 add x0, x0, #0xfa8 ; literal pool for: "Hello world\n" 11 EXE: 0000000100007f5c bl 0x100007f78 ; symbol stub for: _printf 17 ObjC-EXE: 0000000100007ed0 add x8, x8, #0x50 ; Objc selector ref: date 18 ObjC-EXE: 0000000100007ed8 add x9, x9, #0x60 ; Objc class ref: _OBJC_CLASS_$_NSDate 19 ObjC-EXE: 0000000100007f04 bl 0x100007f50 ; Objc message: +[NSObject new] 20 ObjC-EXE: 0000000100007f1c bl 0x100007f50 ; Objc message: -[x0 new] 21 ObjC-EXE: 0000000100007f2c add x0, x0, #0x20 ; Objc cfstring ref: @"The current date and time is: %… 22 ObjC-EXE: 0000000100007f30 bl 0x100007f44 ; symbol stub for: _NSLog
|
/external/llvm/test/tools/llvm-objdump/ARM/ |
D | macho-private-headers.test | 3 // RUN: | FileCheck %s -check-prefix=EXE 127 EXE: Mach header 128 EXE: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags 129 EXE: MH_MAGIC ARM V7 0x00 EXECUTE 17 1012 NOUNDEFS DYLDLINK TWOLEVEL… 130 EXE: Load command 0 131 EXE: cmd LC_SEGMENT 132 EXE: cmdsize 56 133 EXE: segname __PAGEZERO 134 EXE: vmaddr 0x00000000 135 EXE: vmsize 0x00004000 [all …]
|
D | macho-symbolized-disassembly.test | 2 …sn -full-leading-addr -print-imm-hex %p/Inputs/hello.exe.macho-arm | FileCheck %s -check-prefix=EXE 8 EXE: 0000bfa8 00 f0 28 e8 blx 0xbffc @ symbol stub for: _printf
|
/external/llvm/test/tools/llvm-objdump/X86/ |
D | macho-private-headers.test | 3 // RUN: | FileCheck %s -check-prefix=EXE 123 EXE: Mach header 124 EXE: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags 125 EXE: MH_MAGIC_64 X86_64 ALL LIB64 EXECUTE 16 1296 NOUNDEFS DYLDLINK TWOLEVEL… 126 EXE: Load command 0 127 EXE: cmd LC_SEGMENT_64 128 EXE: cmdsize 72 129 EXE: segname __PAGEZERO 130 EXE: vmaddr 0x0000000000000000 131 EXE: vmsize 0x0000000100000000 [all …]
|
D | macho-symbolized-disassembly.test | 2 …-full-leading-addr -print-imm-hex %p/Inputs/hello.exe.macho-x86_64 | FileCheck %s -check-prefix=EXE 4 …l-leading-addr -print-imm-hex %p/Inputs/ObjC.exe.macho-x86_64 | FileCheck %s -check-prefix=ObjC-EXE 5 …ading-addr -print-imm-hex %p/Inputs/hello_cpp.exe.macho-x86_64 | FileCheck %s -check-prefix=CXX-EXE 8 …ll-leading-addr -print-imm-hex %p/Inputs/hello.exe.macho-i386 | FileCheck %s -check-prefix=i386-EXE 11 … -no-symbolic-operands %p/Inputs/hello.exe.macho-x86_64 | FileCheck %s -check-prefix=NO-SYM-OPS-EXE 16 EXE: 0000000100000f38 leaq 0x4f(%rip), %rax ## literal pool for: "Hello world\n" 17 EXE: 0000000100000f56 callq 0x100000f6c ## symbol stub for: _printf 25 ObjC-EXE: 0000000100000ee8 leaq 0x159(%rip), %rax ## Objc cfstring ref: @"The current date an… 26 ObjC-EXE: 0000000100000ef6 movq 0x13b(%rip), %rcx ## Objc class ref: _OBJC_CLASS_$_NSObject 27 ObjC-EXE: 0000000100000efd movq 0x124(%rip), %rsi ## Objc selector ref: new [all …]
|
/external/llvm/test/tools/llvm-readobj/ |
D | dynamic.test | 38 RUN: | FileCheck %s -check-prefix ELF-MIPS-EXE 40 ELF-MIPS-EXE: Format: ELF32-mips 41 ELF-MIPS-EXE: Arch: mipsel 42 ELF-MIPS-EXE: AddressSize: 32bit 43 ELF-MIPS-EXE: LoadName: 44 ELF-MIPS-EXE: DynamicSection [ (26 entries) 45 ELF-MIPS-EXE: Tag Type Name/Value 46 ELF-MIPS-EXE: 0x00000001 NEEDED SharedLibrary (libc.so.6) 47 ELF-MIPS-EXE: 0x0000000C INIT 0x400418 48 ELF-MIPS-EXE: 0x0000000D FINI 0x4007B0 [all …]
|
D | mips-got.test | 4 RUN: FileCheck %s -check-prefix GOT-EXE 14 GOT-EXE: Primary GOT { 15 GOT-EXE-NEXT: Canonical gp value: 0x418880 16 GOT-EXE-NEXT: Reserved entries [ 17 GOT-EXE-NEXT: Entry { 18 GOT-EXE-NEXT: Address: 0x410890 19 GOT-EXE-NEXT: Access: -32752 20 GOT-EXE-NEXT: Initial: 0x0 21 GOT-EXE-NEXT: Purpose: Lazy resolver 22 GOT-EXE-NEXT: } [all …]
|
/external/llvm/test/tools/llvm-objdump/ |
D | win64-unwind-data.test | 5 // RUN: | FileCheck -check-prefix=EXE %s 57 EXE: Function Table: 58 EXE-NEXT: Start Address: 0x1000 59 EXE-NEXT: End Address: 0x101b 60 EXE-NEXT: Unwind Info Address: 0x2000 61 EXE-NEXT: Version: 1 62 EXE-NEXT: Flags: 1 UNW_ExceptionHandler 63 EXE-NEXT: Size of prolog: 18 64 EXE-NEXT: Number of Codes: 8 65 EXE-NEXT: Frame register: RBX [all …]
|
/external/gemmlowp/scripts/ |
D | test-android.sh | 34 EXE=gemmlowp-android-binary 49 -o $EXE \ 73 adb push $EXE /data/local/tmp 80 echo adb shell "/data/local/tmp/$EXE $TESTARGS" 82 adb shell "/data/local/tmp/$EXE $TESTARGS" | tee "log-$EXE"
|
/external/zlib/src/ |
D | Makefile.in | 46 EXE= 75 static: example$(EXE) minigzip$(EXE) 77 shared: examplesh$(EXE) minigzipsh$(EXE) 79 all64: example64$(EXE) minigzip64$(EXE) 169 example$(EXE): example.o $(STATICLIB) 172 minigzip$(EXE): minigzip.o $(STATICLIB) 175 examplesh$(EXE): example.o $(SHAREDLIBV) 178 minigzipsh$(EXE): minigzip.o $(SHAREDLIBV) 181 example64$(EXE): example64.o $(STATICLIB) 184 minigzip64$(EXE): minigzip64.o $(STATICLIB) [all …]
|
D | configure | 192 EXE='.exe' ;; 200 EXE='.exe' ;; 751 echo EXE = $EXE >> configure.log 792 /^EXE *=/s#=.*#=$EXE# 818 /^EXE *=/s#=.*#=$EXE#
|
/external/python/cpython2/Modules/zlib/ |
D | Makefile.in | 46 EXE= 75 static: example$(EXE) minigzip$(EXE) 77 shared: examplesh$(EXE) minigzipsh$(EXE) 79 all64: example64$(EXE) minigzip64$(EXE) 169 example$(EXE): example.o $(STATICLIB) 172 minigzip$(EXE): minigzip.o $(STATICLIB) 175 examplesh$(EXE): example.o $(SHAREDLIBV) 178 minigzipsh$(EXE): minigzip.o $(SHAREDLIBV) 181 example64$(EXE): example64.o $(STATICLIB) 184 minigzip64$(EXE): minigzip64.o $(STATICLIB) [all …]
|
D | configure | 192 EXE='.exe' ;; 200 EXE='.exe' ;; 751 echo EXE = $EXE >> configure.log 792 /^EXE *=/s#=.*#=$EXE# 818 /^EXE *=/s#=.*#=$EXE#
|
/external/selinux/libsepol/tests/ |
D | Makefile | 3 EXE ?= libsepol-tests macro 31 all: $(EXE) $(policies) 34 $(EXE): $(objs) $(parserobjs) $(LIBSEPOL) 44 rm -f $(objs) $(EXE) 49 test: $(EXE) $(policies) 52 ./$(EXE)
|
/external/llvm/test/Object/ |
D | nm-pe-image.test | 11 RUN: | FileCheck %s -check-prefix PE-EXE 13 PE-EXE: 00401000 t .bss 14 PE-EXE: 00401000 t .data 15 PE-EXE: 00401000 t .text 16 PE-EXE: 00401000 T _main
|
/external/syslinux/dos/ |
D | dosexe.ld | 2 * Linker script for an MS-DOS EXE binary; this hard-codes a simple 5 * For documentation on the MS-DOS MZ EXE format, see: 20 /* EXE header, from header.S */
|
/external/icu/icu4c/source/config/ |
D | mh-msys-msvc | 66 LINK.c= LINK.EXE -subsystem:console $(LDFLAGS) 67 LINK.cc= LINK.EXE -subsystem:console $(LDFLAGS) 70 SHLIB.c= LINK.EXE -DLL $(LDFLAGS) 71 SHLIB.cc= LINK.EXE -DLL $(LDFLAGS) 92 AR = LIB.EXE#M#
|
D | mh-cygwin-msvc | 61 LINK.c= LINK.EXE -subsystem:console $(LDFLAGS) 62 LINK.cc= LINK.EXE -subsystem:console $(LDFLAGS) 65 SHLIB.c= LINK.EXE -DLL $(LDFLAGS) 66 SHLIB.cc= LINK.EXE -DLL $(LDFLAGS) 87 AR = LIB.EXE#M#
|
/external/jemalloc/ |
D | Makefile.in | 37 EXE := @exe@ 313 $(objroot)test/unit/%$(EXE): $(objroot)test/unit/%.$(O) $(TESTS_UNIT_LINK_OBJS) $(C_JET_OBJS) $(C_T… 317 $(objroot)test/integration/%$(EXE): $(objroot)test/integration/%.$(O) $(C_TESTLIB_INTEGRATION_OBJS)… 321 $(objroot)test/stress/%$(EXE): $(objroot)test/stress/%.$(O) $(C_JET_OBJS) $(C_TESTLIB_STRESS_OBJS) … 384 tests_unit: $(TESTS_UNIT:$(srcroot)%.c=$(objroot)%$(EXE)) 385 tests_integration: $(TESTS_INTEGRATION:$(srcroot)%.c=$(objroot)%$(EXE)) 386 tests_stress: $(TESTS_STRESS:$(srcroot)%.c=$(objroot)%$(EXE)) 462 rm -f $(TESTS_OBJS:%.$(O)=%$(EXE))
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/ |
D | Makefile.ocaml | 70 Archive.EXE := $(strip $(OCAMLOPT) -cc $(CXX) $(OCAMLCFLAGS) $(UsedOcamLibs:%=%.cmxa) $(OCAMLDEBUGF… 72 Archive.EXE := $(strip $(OCAMLC) -cc $(CXX) $(OCAMLCFLAGS) $(OCAMLDEBUGFLAG:%=%.cma) -o) 360 $(Verb) $(Archive.EXE) $@ $(ObjectsCMO) 364 $(Verb) $(Archive.EXE) $@ $(ObjectsCMX)
|
/external/python/cpython2/Lib/plat-darwin/ |
D | regen | 3 python$EXE ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
|
/external/python/cpython2/Lib/plat-atheos/ |
D | regen | 3 python$EXE ../../Tools/scripts/h2py.py -i '\(u_long\)' -i '\(uint32_t\)' -i '\(int\)' -i '\(unsigne…
|
/external/autotest/client/tests/tiobench/ |
D | makefile.patch | 17 EXE=tiotest
|
/external/llvm/test/tools/llvm-size/ |
D | basic.test | 2 ENOENT: {{.*}}llvm-size{{(\.EXE|\.exe)?}}: error reading file: {{[Nn]}}o such file or directory
|
1234