/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/unixodbc/files/ |
H A D | 0001-exe-Makefile.am-add-CROSS_LAUNCHER-to-run-odbc_confi.patch | 4 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 D | windows.yml | 31 - 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 D | pe-file.c | 3 // 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 D | nsis.py | 65 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 D | qemu-ga.wxs | 43 …<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 D | swtpm-wrappers-native.bb | 15 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 D | wd719x.rst | 18 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 D | check-plugin-output.sh | 22 [ $# -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 D | qemu.nsi | 27 !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 D | tiobench-makefile.patch | 27 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 D | run-libc-ptests | 20 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 D | uprobe_multi.c | 69 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 D | test_attach_probe.c | 56 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 D | mono.rst | 5 (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 D | 0002-Makefile-for-cross-compile-TestFloat.patch | 92 +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 D | 0001-Do-not-ask-cmake-to-export-binaries-they-don-t-make-.patch | 21 @@ -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 D | win32_linker.c | 7 * 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 D | vpd_tool.cpp | 44 "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 D | meson.build | 81 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 D | org.openbmc.control.Host@.service | 6 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 D | org.openbmc.control.Power@.service | 7 ExecStart=/usr/bin/env power_control.exe $POLL_INTERVAL $PGOOD_TIMEOUT 8 SyslogIdentifier=power_control.exe
|
/openbmc/openbmc-test-automation/data/ |
H A D | Palmetto.py | 79 "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 D | exec.c | 35 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 D | perf.c | 171 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 D | runfvp.py | 73 tf.write('{"exe": "FVP_Binary"}') 79 self.assertTrue("exe" in conf) 100 "exe": "FVP_Binary", 132 "exe": "FVP_Binary",
|