/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`!" \ 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 49 $(top_builddir)/DriverManager/odbc.pc > $(top_builddir)/exe/odbc.pc.tmp [all …]
|
/openbmc/qemu/.gitlab-ci.d/ |
H A D | windows.yml | 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 59 -outfile "msys64\var\cache\msys2.exe" ; 60 Copy-Item -Path msys2.exe.sig -Destination msys64\var\cache\msys2.exe.sig [all …]
|
H A D | crossbuild-template.yml | 43 - if grep -q "EXESUF=.exe" config-host.mak; 46 mv -v qemu-setup*.exe qemu-setup-${version}.exe;
|
/openbmc/qemu/scripts/ |
H A D | nsis.py | 65 for exe in sorted(glob.glob( 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/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/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/qemu/tests/tcg/multiarch/ |
H A D | check-plugin-output.sh | 25 exe=$1;shift 30 $qemu_bin $exe || 31 die "running $exe failed"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openjpeg/openjpeg/ |
H A D | 0002-Do-not-ask-cmake-to-export-binaries-they-don-t-make-.patch | 21 @@ -66,7 +66,6 @@ foreach(exe opj_decompress opj_compress opj_dump) 23 # Install exe 24 install(TARGETS ${exe}
|
/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-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/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-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/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/qemu/tests/bench/ |
H A D | meson.build | 33 exe = executable(bench_name, bench_name + '.c', variable 35 benchmark(bench_name, exe,
|
/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/linux/kernel/ |
H A D | auditfilter.c | 600 entry->rule.exe = audit_mark; in audit_data_to_entry() 617 if (entry->rule.exe) in audit_data_to_entry() 753 if (strcmp(audit_mark_path(a->exe), in audit_compare_rule() 754 audit_mark_path(b->exe))) in audit_compare_rule() 884 if (new->exe) in audit_dupe_rule() 885 audit_remove_mark(new->exe); in audit_dupe_rule() 1055 if (e->rule.exe) in audit_del_rule() 1160 if (entry->rule.exe) in audit_rule_change() 1161 audit_remove_mark(entry->rule.exe); in audit_rule_change() 1412 if (entry->rule.exe) in update_lsm_rule() [all …]
|
H A D | audit_watch.c | 303 if (oentry->rule.exe) in audit_update_watch() 304 audit_remove_mark(oentry->rule.exe); in audit_update_watch() 333 if (e->rule.exe) in audit_remove_parent_watches() 334 audit_remove_mark(e->rule.exe); in audit_remove_parent_watches() 510 pathname = kstrdup(audit_mark_path(old->exe), GFP_KERNEL); in audit_dupe_exe() 519 new->exe = audit_mark; in audit_dupe_exe()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/files/ |
H A D | 0001-tests-toolbox.inc.sh-update-regex-for-getting-endian.patch | 7 /proc/777/exe: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpr… 23 endian=`file -L /proc/$$/exe`
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/ |
H A D | 0003-replace-canonicalize_file_name-with-realpath.patch | 41 - cp = canonicalize_file_name("/proc/self/exe"); 42 + cp = realpath("/proc/self/exe", (char *)0);
|
/openbmc/linux/tools/perf/tests/shell/ |
H A D | buildid.sh | 41 ex_pe=$(dirname $0)/../pe-file.exe 51 *.exe)
|
/openbmc/skeleton/ |
H A D | .gitignore | 5 *.exe
|
/openbmc/skeleton/op-hostctl/ |
H A D | meson.build | 2 'control_host.exe',
|
/openbmc/skeleton/op-pwrctl/ |
H A D | meson.build | 2 'power_control.exe',
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | unit-test.py | 406 exe = "./unit-test-vg" 425 ["gcc", "-O2", "-o", exe, src], stdout=devnull, stderr=devnull 428 ["valgrind", "--error-exitcode=99", exe], 438 os.remove(exe) 446 exe = "./unit-test-sanitize" 458 exe, 464 check_call([exe], stdout=devnull, stderr=devnull) 478 os.remove(exe)
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | README | 18 * On Windows, put chromedriver.exe in the same directory as chrome.exe 37 as wires on Linux or wires.exe on Windows) is on your PATH; and use "marionette"
|