Searched full:exe (Results 1 – 25 of 3531) sorted by relevance
12345678910>>...142
2 // RUN: llvm-objdump -p %p/Inputs/hello.exe.macho-aarch64 \3 // RUN: | FileCheck %s -check-prefix=EXE80 EXE: Mach header81 EXE: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags82 EXE: MH_MAGIC_64 ARM64 ALL 0x00 EXECUTE 17 1240 NOUNDEFS DYLDLINK TWOLEVEL…83 EXE: Load command 084 EXE: cmd LC_SEGMENT_6485 EXE: cmdsize 7286 EXE: segname __PAGEZERO87 EXE: vmaddr 0x0000000000000000[all …]
2 // RUN: llvm-objdump -p %p/Inputs/hello.exe.macho-arm \3 // RUN: | FileCheck %s -check-prefix=EXE127 EXE: Mach header128 EXE: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags129 EXE: MH_MAGIC ARM V7 0x00 EXECUTE 17 1012 NOUNDEFS DYLDLINK TWOLEVEL…130 EXE: Load command 0131 EXE: cmd LC_SEGMENT132 EXE: cmdsize 56133 EXE: segname __PAGEZERO134 EXE: vmaddr 0x00000000[all …]
2 // RUN: llvm-objdump -p %p/Inputs/hello.exe.macho-arm \3 // RUN: | FileCheck %s -check-prefix=EXE129 EXE: Mach header130 EXE: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags131 EXE: MH_MAGIC ARM V7 0x00 EXECUTE 17 1012 NOUNDEFS DYLDLINK TWOLEVEL…132 EXE: Load command 0133 EXE: cmd LC_SEGMENT134 EXE: cmdsize 56135 EXE: segname __PAGEZERO136 EXE: vmaddr 0x00000000[all …]
2 // RUN: llvm-objdump -p %p/Inputs/hello.exe.macho-x86_64 \3 // RUN: | FileCheck %s -check-prefix=EXE123 EXE: Mach header124 EXE: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags125 EXE: MH_MAGIC_64 X86_64 ALL LIB64 EXECUTE 16 1296 NOUNDEFS DYLDLINK TWOLEVEL…126 EXE: Load command 0127 EXE: cmd LC_SEGMENT_64128 EXE: cmdsize 72129 EXE: segname __PAGEZERO130 EXE: vmaddr 0x0000000000000000[all …]
2 // RUN: llvm-objdump -p %p/Inputs/hello.exe.macho-x86_64 \3 // RUN: | FileCheck %s -check-prefix=EXE127 EXE: Mach header128 EXE: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags129 EXE: MH_MAGIC_64 X86_64 ALL LIB64 EXECUTE 16 1296 NOUNDEFS DYLDLINK TWOLEVEL…130 EXE: Load command 0131 EXE: cmd LC_SEGMENT_64132 EXE: cmdsize 72133 EXE: segname __PAGEZERO134 EXE: vmaddr 0x0000000000000000[all …]
10 # RUN: ld.lld %t.o -o %t.exe11 # RUN: llvm-readobj -h -A %t.exe | FileCheck -check-prefix=EXE %s15 # RUN: ld.lld %t-r2.o -o %t-r2.exe16 # RUN: llvm-readobj -h -A %t-r2.exe | FileCheck -check-prefix=EXE-R2 %s22 # RUN: ld.lld %t-r2.o %t-r5.o -o %t-r5.exe23 # RUN: llvm-readobj -h -A %t-r5.exe | FileCheck -check-prefix=EXE-R5 %s27 # RUN: ld.lld %t-r6.o -o %t-r6.exe28 # RUN: llvm-readobj -h -A %t-r6.exe | FileCheck -check-prefix=EXE-R6 %s32 # RUN: ld.lld %t.o -o %t.exe33 # RUN: llvm-readobj -h -A %t.exe | FileCheck -check-prefix=OCTEON %s[all …]
112 # RUN: llvm-readobj -V --dyn-syms %t3 | FileCheck --check-prefix=EXE %s114 # EXE: DynamicSymbols [115 # EXE-NEXT: Symbol {116 # EXE-NEXT: Name:117 # EXE-NEXT: Value: 0x0118 # EXE-NEXT: Size: 0119 # EXE-NEXT: Binding: Local120 # EXE-NEXT: Type: None121 # EXE-NEXT: Other: 0122 # EXE-NEXT: Section: Undefined[all …]
8 # RUN: ld.lld %t.o %td.so -o %t.exe9 # RUN: llvm-readobj --sections --dynamic-table %t.exe \10 # RUN: | FileCheck -check-prefixes=EXE,NOPIE %s14 # RUN: | FileCheck -check-prefixes=EXE,PIE %s16 # RUN: ld.lld %t.o --image-base=0x123000 %td.so -o %t.exe17 # RUN: llvm-readobj --sections --dynamic-table %t.exe \24 # EXE: Sections [25 # EXE: Name: .dynamic26 # EXE-NEXT: Type: SHT_DYNAMIC27 # EXE-NEXT: Flags [[all …]
37 RUN: llvm-readobj -dynamic-table %p/Inputs/dynamic-table-exe.mips \38 RUN: | FileCheck %s -check-prefix ELF-MIPS-EXE40 ELF-MIPS-EXE: Format: ELF32-mips41 ELF-MIPS-EXE: Arch: mipsel42 ELF-MIPS-EXE: AddressSize: 32bit43 ELF-MIPS-EXE: LoadName:44 ELF-MIPS-EXE: DynamicSection [ (26 entries)45 ELF-MIPS-EXE: Tag Type Name/Value46 ELF-MIPS-EXE: 0x00000001 NEEDED SharedLibrary (libc.so.6)47 ELF-MIPS-EXE: 0x0000000C INIT 0x400418[all …]
3 RUN: llvm-readobj -mips-plt-got %p/Inputs/dynamic-table-exe.mips | \4 RUN: FileCheck %s -check-prefix GOT-EXE9 RUN: llvm-readobj -mips-plt-got %p/Inputs/got-empty.exe.mipsel | \14 GOT-EXE: Primary GOT {15 GOT-EXE-NEXT: Canonical gp value: 0x41888016 GOT-EXE-NEXT: Reserved entries [17 GOT-EXE-NEXT: Entry {18 GOT-EXE-NEXT: Address: 0x41089019 GOT-EXE-NEXT: Access: -3275220 GOT-EXE-NEXT: Initial: 0x0[all …]
2 // RUN: llvm-objdump -u %p/Inputs/win64-unwind.exe.coff-x86_64.obj \4 // RUN: llvm-objdump -u %p/Inputs/win64-unwind.exe.coff-x86_64.exe \5 // RUN: | FileCheck -check-prefix=EXE %s57 EXE: Function Table:58 EXE-NEXT: Start Address: 0x100059 EXE-NEXT: End Address: 0x101b60 EXE-NEXT: Unwind Info Address: 0x200061 EXE-NEXT: Version: 162 EXE-NEXT: Flags: 1 UNW_ExceptionHandler63 EXE-NEXT: Size of prolog: 18[all …]
3 # RUN: lld-link /out:%t.exe /entry:main %t.obj4 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=BIND %s5 # RUN: lld-link /allowbind /out:%t.exe /entry:main %t.obj6 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=BIND %s9 # RUN: lld-link /allowbind:no /out:%t.exe /entry:main %t.obj10 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=NOBIND %s13 # RUN: lld-link /out:%t.exe /entry:main %t.obj14 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=ISO %s15 # RUN: lld-link /allowisolation /out:%t.exe /entry:main %t.obj16 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=ISO %s[all …]
16 # RUN: lld-link /machine:x64 /def:%S/Inputs/named.def /out:%T/library.exe %T/object.obj /entry:f /s…17 # RUN: llvm-ar t %T/library.lib | FileCheck %s -check-prefix CHECK-DEFAULT-EXE-EXT19 CHECK-DEFAULT-EXE-EXT: library.exe20 CHECK-DEFAULT-EXE-EXT: library.exe21 CHECK-DEFAULT-EXE-EXT: library.exe22 CHECK-DEFAULT-EXE-EXT: library.exe27 # RUN: lld-link /machine:x64 /def:%S/Inputs/extension.def /out:%T/extension.exe /entry:f /subsystem…49 # RUN: lld-link /machine:x64 /def:%S/Inputs/default.def /out:%T/default.exe %T/object.obj /entry:f …50 # RUN: llvm-ar t %T/default.lib | FileCheck %s -check-prefix CHECK-OUTPUT-NAME-EXE52 CHECK-OUTPUT-NAME-EXE: default.exe[all …]
4 …<testsuite name="<exe-name>" errors="17" failures="132" tests="1694" hostname="tbd" time="{duratio…9 …<testcase classname="<exe-name>.global" name="# A test name that starts with a #" time="{duration}…10 …<testcase classname="<exe-name>.global" name="#1005: Comparing pointer to int and long (NULL can b…11 <testcase classname="<exe-name>.global" name="#1027" time="{duration}"/>12 …<testcase classname="<exe-name>.global" name="#1027: Bitfields can be captured" time="{duration}"/>13 <testcase classname="<exe-name>.global" name="#1147" time="{duration}"/>14 <testcase classname="<exe-name>.global" name="#1175 - Hidden Test" time="{duration}"/>15 <testcase classname="<exe-name>.global" name="#1238" time="{duration}"/>16 <testcase classname="<exe-name>.(Fixture_1245<int, int>)" name="#1245" time="{duration}"/>17 <testcase classname="<exe-name>.global" name="#1403" time="{duration}"/>[all …]
2 <Catch name="<exe-name>" filters="~[!nonportable]~[!benchmark]~[approvals]">4 <Group name="<exe-name>">5 …<TestCase name="# A test name that starts with a #" filename="projects/<exe-name>/UsageTests/Misc.…8 … be either on various systems)" tags="[Decomposition]" filename="projects/<exe-name>/UsageTests/De…9 …<Expression success="true" type="REQUIRE" filename="projects/<exe-name>/UsageTests/Decomposition.t…17 …<Expression success="true" type="REQUIRE" filename="projects/<exe-name>/UsageTests/Decomposition.t…27 <TestCase name="#1027" filename="projects/<exe-name>/UsageTests/Compilation.tests.cpp" >28 …<Expression success="true" type="REQUIRE" filename="projects/<exe-name>/UsageTests/Compilation.tes…36 …<Expression success="true" type="REQUIRE" filename="projects/<exe-name>/UsageTests/Compilation.tes…46 …<TestCase name="#1027: Bitfields can be captured" filename="projects/<exe-name>/UsageTests/Compila…[all …]
2 pnm2png.exe basn0g01.pgm basn0g01.png3 pnm2png.exe basn0g02.pgm basn0g02.png4 pnm2png.exe basn0g04.pgm basn0g04.png5 pnm2png.exe basn0g08.pgm basn0g08.png6 pnm2png.exe basn0g16.pgm basn0g16.png8 pnm2png.exe basn2c08.ppm basn2c08.png9 pnm2png.exe basn2c16.ppm basn2c16.png11 pnm2png.exe basn3p01.ppm basn3p01.png12 pnm2png.exe basn3p02.ppm basn3p02.png13 pnm2png.exe basn3p04.ppm basn3p04.png[all …]
2 png2pnm.exe -noraw ..\pngsuite\basn0g01.png basn0g01.pgm3 png2pnm.exe -noraw ..\pngsuite\basn0g02.png basn0g02.pgm4 png2pnm.exe -noraw ..\pngsuite\basn0g04.png basn0g04.pgm5 png2pnm.exe -noraw ..\pngsuite\basn0g08.png basn0g08.pgm6 png2pnm.exe -noraw ..\pngsuite\basn0g16.png basn0g16.pgm8 png2pnm.exe -noraw ..\pngsuite\basn2c08.png basn2c08.ppm9 png2pnm.exe -noraw ..\pngsuite\basn2c16.png basn2c16.ppm11 png2pnm.exe -noraw ..\pngsuite\basn3p01.png basn3p01.ppm12 png2pnm.exe -noraw ..\pngsuite\basn3p02.png basn3p02.ppm13 png2pnm.exe -noraw ..\pngsuite\basn3p04.png basn3p04.ppm[all …]
68 link -out:client.exe client.obj programs_helper.obj $(LINKFLAGS)72 link -out:client_upcall.exe client_upcall.obj programs_helper.obj $(LINKFLAGS)76 link -out:daytime_server.exe daytime_server.obj programs_helper.obj $(LINKFLAGS)80 link -out:daytime_server_upcall.exe daytime_server_upcall.obj programs_helper.obj $(LINKFLAGS)84 link -out:discard_server.exe discard_server.obj programs_helper.obj $(LINKFLAGS)88 link -out:discard_server_upcall.exe discard_server_upcall.obj programs_helper.obj $(LINKFLAGS)92 link -out:echo_server.exe echo_server.obj programs_helper.obj $(LINKFLAGS)96 link -out:echo_server_upcall.exe echo_server_upcall.obj programs_helper.obj $(LINKFLAGS)100 link -out:tsctp.exe tsctp.obj programs_helper.obj $(LINKFLAGS)104 link -out:rtcweb.exe rtcweb.obj programs_helper.obj $(LINKFLAGS)[all …]
5 $! File to build images using gnv$libcurl.exe78 $ if f$search("gnv$curlmsg.exe") .eqs. ""80 $ link/share=gnv$curlmsg.exe [.packages.vms]curlmsg.obj108 $ link/exe='default_dir'report_openssl_version.exe 'rpt_obj'109 $ report_openssl_version := $'default_dir'report_openssl_version.exe142 $ hp_ssl_libcrypto32 = "sys$common:[syslib]ssl$libcrypto_shr32.exe"143 $ hp_ssl_libssl32 = "sys$common:[syslib]ssl$libssl_shr32.exe"160 $ hp_ssl_libcrypto32 = "sys$share:ssl$libcrypto_shr32.exe"161 $ hp_ssl_libssl32 = "sys$share:ssl$libssl_shr32.exe"207 $ gnv_ssl_libcrypto32 = "gnv$gnu:[lib]ssl$libcrypto_shr32.exe"[all …]
30 PROGRAMS=regress.exe \31 test-init.exe test-eof.exe test-closed.exe test-weof.exe test-time.exe \32 test-changelist.exe \33 print-winsock-errors.exe36 # bench.exe bench_cascade.exe bench_http.exe bench_httpclient.exe43 regress.exe: $(REGRESS_OBJS)46 test-init.exe: test-init.obj48 test-eof.exe: test-eof.obj50 test-closed.exe: test-closed.obj52 test-changelist.exe: test-changelist.obj[all …]
35 CPP = gcc.exe -E42 CC = gcc.exe62 LD = gcc.exe94 AR = ar.exe204 UTILS = $(BINDIR)/xmllint.exe\205 $(BINDIR)/xmlcatalog.exe\206 $(BINDIR)/testAutomata.exe\207 $(BINDIR)/testC14N.exe\208 $(BINDIR)/testDocbook.exe\209 $(BINDIR)/testHTML.exe\[all …]
61 …COPY C:\msys64\usr\bin\make.exe C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin\make.ex…62 …COPY C:\msys64\usr\bin\make.exe C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin\make.exe92 cd programs\ && 7z a -tzip -mx9 zstd-win-binary-%PLATFORM%.zip zstd.exe &&94 cp zstd.exe ..\bin\zstd.exe &&112 DIR build\VS2008\bin\%PLATFORM%\%CONFIGURATION%\*.exe &&113 MD5sum build/VS2008/bin/%PLATFORM%/%CONFIGURATION%/*.exe &&114 …ild\VS2008\bin\%PLATFORM%\%CONFIGURATION%\fuzzer.exe tests\fuzzer_VS2008_%PLATFORM%_%CONFIGURATION…119 DIR build\VS2010\bin\%PLATFORM%_%CONFIGURATION%\*.exe &&120 MD5sum build/VS2010/bin/%PLATFORM%_%CONFIGURATION%/*.exe &&122 DIR build\VS2010\bin\%PLATFORM%_%CONFIGURATION%\*.exe &&[all …]
7 EXE=38 @${QEMU_RUN} ../checksum_fuzzer$(EXE) $(ALL_SRC_FILES) && \39 ${QEMU_RUN} ../compress_fuzzer$(EXE) $(ALL_SRC_FILES) && \40 ${QEMU_RUN} ../example_small_fuzzer$(EXE) $(ALL_SRC_FILES) && \41 ${QEMU_RUN} ../example_large_fuzzer$(EXE) $(ALL_SRC_FILES) && \42 ${QEMU_RUN} ../example_flush_fuzzer$(EXE) $(ALL_SRC_FILES) && \43 ${QEMU_RUN} ../example_dict_fuzzer$(EXE) $(ALL_SRC_FILES) && \44 ${QEMU_RUN} ../minigzip_fuzzer$(EXE) $(ALL_SRC_FILES)51 …gzip$(EXE) > $$HELLOST && ${QEMU_RUN} ../minigzip$(EXE) -d < $$HELLOST && ${QEMU_RUN} ../example$(…65 …h$(EXE) > $$HELLOSH && ${QEMU_RUN} ../minigzipsh$(EXE) -d < $$HELLOSH && ${QEMU_RUN} ../examplesh$…[all …]