Home
last modified time | relevance | path

Searched full:exe (Results 1 – 25 of 209) sorted by relevance

123456789

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/unixodbc/files/
H A D0001-exe-Makefile.am-add-CROSS_LAUNCHER-to-run-odbc_confi.patch4 Subject: [PATCH] exe/Makefile.am: add CROSS_LAUNCHER to run odbc_config
9 /bin/bash: line 1: ../exe/odbc_config: cannot execute binary file: Exec format error
29 exe/Makefile.am | 6 ++++--
32 diff --git a/exe/Makefile.am b/exe/Makefile.am
34 --- a/exe/Makefile.am
35 +++ b/exe/Makefile.am
43 - @sed "s![@]ODBC_ULEN[@]!`$(top_builddir)/exe/odbc_config$(EXEEXT) --ulen`!" \
44 + @sed "s![@]ODBC_ULEN[@]!`$(CROSS_LAUNCHER)$(top_builddir)/exe/odbc_config$(EXEEXT) --ulen`!" \
45 $(top_builddir)/DriverManager/odbc.pc > $(top_builddir)/exe/odbc.pc.tmp
46 @mv -f $(top_builddir)/exe/odbc.pc.tmp $(top_builddir)/DriverManager/odbc.pc
[all …]
/openbmc/qemu/.gitlab-ci.d/
H A Dwindows.yml31 - Write-Output "Acquiring msys2.exe installer at $(Get-Date -Format u)"
36 "https://repo.msys2.org/distrib/msys2-x86_64-latest.sfx.exe.sig"
37 -outfile "msys2.exe.sig"
38 - if ( Test-Path -Path msys64\var\cache\msys2.exe.sig ) {
40 …if ( ((Get-FileHash msys2.exe.sig).Hash -ne (Get-FileHash msys64\var\cache\msys2.exe.sig).Hash) ) {
42 Remove-Item -Path msys64\var\cache\msys2.exe.sig ;
43 if ( Test-Path -Path msys64\var\cache\msys2.exe ) {
44 Remove-Item -Path msys64\var\cache\msys2.exe
51 if ( Test-Path -Path msys64\var\cache\msys2.exe ) {
52 Remove-Item -Path msys64\var\cache\msys2.exe
[all …]
/openbmc/linux/tools/perf/tests/
H A Dpe-file.c3 // pe-file.exe and pe-file.exe.debug built with;
4 // x86_64-w64-mingw32-gcc -o pe-file.exe pe-file.c
7 // --compress-debug-sections pe-file.exe pe-file.exe.debug
9 // --add-gnu-debuglink=pe-file.exe.debug pe-file.exe
/openbmc/qemu/scripts/
H A Dnsis.py65 for exe in sorted(glob.glob(
66 os.path.join(destdir + prefix, "qemu-system-*.exe")
68 exe = os.path.basename(exe)
69 arch = exe[12:-4]
77 arch, exe
95 for exe in glob.glob(os.path.join(destdir + prefix, "*.exe")):
96 signcode(exe)
99 deps = set(find_deps(exe, search_path, set()))
100 deps.remove(exe)
/openbmc/qemu/qga/installer/
H A Dqemu-ga.wxs43 …<File Id="qemu_ga.exe" Name="qemu-ga.exe" Source="$(var.BUILD_DIR)/qga/qemu-ga.exe" KeyPath="yes" …
73 …spawn-win32-helper-console.exe" Name="gspawn-win32-helper-console.exe" Source="$(var.BIN_DIR)/gspa…
76 …<File Id="gspawn-win32-helper.exe" Name="gspawn-win32-helper.exe" Source="$(var.BIN_DIR)/gspawn-wi…
81 …spawn-win64-helper-console.exe" Name="gspawn-win64-helper-console.exe" Source="$(var.BIN_DIR)/gspa…
84 …<File Id="gspawn-win64-helper.exe" Name="gspawn-win64-helper.exe" Source="$(var.BIN_DIR)/gspawn-wi…
123 … <RegistryValue Type="string" Name="EventMessageFile" Value="[qemu_ga_directory]qemu-ga.exe" />
134 <Property Id="rundll" Value="rundll32.exe"/>
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm/swtpm/
H A Dswtpm-wrappers-native.bb15 exe=`basename $i`
16 case $exe in
31 cat >${WORKDIR}/${exe}_oe.sh <<EOF
34 # Wrapper around $exe which makes it easier to invoke
40 exec ${exe} "\$@"
/openbmc/linux/Documentation/scsi/
H A Dwd719x.rst18 wget http://support.wdc.com/download/archive/pciscsi.exe
19 lha xi pciscsi.exe pci-scsi.exe
20 lha xi pci-scsi.exe nt/wd7296a.sys
21 rm pci-scsi.exe
/openbmc/qemu/tests/tcg/multiarch/
H A Dcheck-plugin-output.sh22 [ $# -eq 3 ] || die "usage: qemu_bin exe plugin_out_file"
25 exe=$1;shift
30 $qemu_bin $exe ||
31 die "running $exe failed"
/openbmc/qemu/
H A Dqemu.nsi27 !define UNINST_EXE "$INSTDIR\qemu-uninstall.exe"
37 !define OUTFILE "qemu-setup.exe"
142 WriteUninstaller "qemu-uninstall.exe"
147 File "${BINDIR}\qemu-img.exe"
148 File "${BINDIR}\qemu-io.exe"
214 Delete "$INSTDIR\qemu-img.exe"
215 Delete "$INSTDIR\qemu-io.exe"
216 Delete "$INSTDIR\qemu.exe"
217 Delete "$INSTDIR\qemu-system-*.exe"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/tiobench/tiobench-0.3.3/
H A Dtiobench-makefile.patch27 EXE=tiotest
39 all: $(EXE)
44 $(EXE): tiotest.o crc32.o
45 - $(LINK) -o $(EXE) tiotest.o crc32.o -lpthread
46 + $(LINK) -o $(EXE) tiotest.o crc32.o -lpthread $(LDFLAGS)
/openbmc/openbmc/poky/meta/recipes-core/musl/libc-test/
H A Drun-libc-ptests20 elif grep -q '^FAIL src.*\.exe.*' "${report}"; then
22 # e.g. "FAIL src/api/main.exe [status 1]" -> "FAIL: api_main"
23 grep '^FAIL src.*\.exe.*' "${report}" \
24 | sed 's|^FAIL src/|FAIL: |;s|/|_|;s|\.exe.*\]||'
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Duprobe_multi.c69 SEC("uprobe.multi//proc/self/exe:uprobe_multi_func_*")
76 SEC("uretprobe.multi//proc/self/exe:uprobe_multi_func_*")
83 SEC("uprobe.multi.s//proc/self/exe:uprobe_multi_func_*")
90 SEC("uretprobe.multi.s//proc/self/exe:uprobe_multi_func_*")
97 SEC("uprobe.multi//proc/self/exe:uprobe_multi_func_*")
H A Dtest_attach_probe.c56 SEC("uretprobe//proc/self/exe:trigger_func2")
90 SEC("uprobe.s//proc/self/exe:trigger_func3")
102 SEC("uprobe//proc/self/exe:trigger_func3")
109 SEC("uretprobe.s//proc/self/exe:trigger_func3")
117 SEC("uretprobe//proc/self/exe:trigger_func3")
/openbmc/linux/Documentation/admin-guide/
H A Dmono.rst5 (in the form of .exe files) without the need to use the mono CLR
61 4) Check that ``.exe`` binaries can be ran without the need of a
62 wrapper script, simply by launching the ``.exe`` file directly
65 /usr/bin/xsd.exe
70 that the ``.exe`` file has execute permissions.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/testfloat/files/
H A D0002-Makefile-for-cross-compile-TestFloat.patch92 +EXE =
96 + testsoftfloat$(EXE) \
97 + timesoftfloat$(EXE) \
98 + testfloat_gen$(EXE) \
99 + testfloat_ver$(EXE) \
100 + testfloat$(EXE) \
304 +testsoftfloat$(EXE): $(OBJS_TESTSOFTFLOAT) testfloat$(LIB) $(SOFTFLOAT_LIB)
314 +timesoftfloat$(EXE): $(OBJS_TIMESOFTFLOAT) testfloat$(LIB) $(SOFTFLOAT_LIB)
330 +testfloat_gen$(EXE): $(OBJS_TESTFLOAT_GEN) testfloat$(LIB) $(SOFTFLOAT_LIB)
347 +testfloat_ver$(EXE): $(OBJS_TESTFLOAT_VER) testfloat$(LIB) $(SOFTFLOAT_LIB)
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openjpeg/openjpeg/
H A D0001-Do-not-ask-cmake-to-export-binaries-they-don-t-make-.patch21 @@ -64,7 +64,6 @@ foreach(exe opj_decompress opj_compress opj_dump)
23 # Install exe
24 install(TARGETS ${exe}
/openbmc/qemu/contrib/plugins/
H A Dwin32_linker.c7 * We handle the specific case of a DLL looking for a "qemu.exe",
24 /* If the failing request was for qemu.exe, ... */ in dll_failure_hook()
25 if (strcmp(pdli->szDll, "qemu.exe") == 0) { in dll_failure_hook()
/openbmc/openpower-vpd-parser/
H A Dvpd_tool.cpp44 "vpd-tool-exe --dumpObject/-o --object/-O object-name }") in main()
48 "--dumpInventory, -i", "Dump all the inventory objects. { vpd-tool-exe " in main()
54 "vpd-tool-exe --readKeyword/-r --object/-O " in main()
64 "Update the value. { vpd-tool-exe " in main()
83 "Option. { vpd-tool-exe --forceReset/-f/-F }"); in main()
93 "system VPD keywords {vpd-tool-exe --fixSystemVPD}"); in main()
/openbmc/openpower-hw-diags/test/
H A Dmeson.build81 exe = executable(tc.underscorify(), variable
89 test(tc, exe, env: test_vars, timeout: 30 * longtests.get(tc, 1))
109 exe = executable(tc.underscorify(), variable
117 test(tc, exe, env: test_vars, timeout: 30 * longtests.get(tc, 1))
/openbmc/openbmc/meta-phosphor/recipes-phosphor/host/obmc-op-control-host/
H A Dorg.openbmc.control.Host@.service6 ExecStart=/usr/bin/env control_host.exe
7 SyslogIdentifier=control_host.exe
/openbmc/openbmc/meta-phosphor/recipes-phosphor/chassis/phosphor-skeleton-control-power/
H A Dorg.openbmc.control.Power@.service7 ExecStart=/usr/bin/env power_control.exe $POLL_INTERVAL $PGOOD_TIMEOUT
8 SyslogIdentifier=power_control.exe
/openbmc/openbmc-test-automation/data/
H A DPalmetto.py79 "process_name": "pcie_slot_present.exe",
99 "process_name": "host_watchdog.exe",
105 "process_name": "power_control.exe",
112 "process_name": "button_power.exe",
118 "process_name": "led_controller.exe",
124 "process_name": "flash_bios.exe",
143 "process_name": "control_host.exe",
155 "process_name": "control_bmc.exe",
/openbmc/qemu/migration/
H A Dexec.c35 warn_report("Could not detect cmd.exe path, using default."); in exec_get_cmd_path()
36 return "C:\\Windows\\System32\\cmd.exe"; in exec_get_cmd_path()
38 pstrcat(detected_path, MAX_PATH, "\\cmd.exe"); in exec_get_cmd_path()
/openbmc/qemu/tcg/
H A Dperf.c171 FILE *exe; in get_e_machine() local
177 exe = fopen("/proc/self/exe", "r"); in get_e_machine()
178 if (exe == NULL) { in get_e_machine()
182 n = fread(&elf_header, sizeof(elf_header), 1, exe); in get_e_machine()
183 fclose(exe); in get_e_machine()
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/
H A Drunfvp.py73 tf.write('{"exe": "FVP_Binary"}')
79 self.assertTrue("exe" in conf)
100 "exe": "FVP_Binary",
132 "exe": "FVP_Binary",

123456789