Home
last modified time | relevance | path

Searched refs:exe (Results 1 – 25 of 101) sorted by relevance

12345

/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`!" \
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 Dwindows.yml34 -outfile "msys2.exe.sig"
35 - if ( Test-Path -Path msys64\var\cache\msys2.exe.sig ) {
37 …if ( ((Get-FileHash msys2.exe.sig).Hash -ne (Get-FileHash msys64\var\cache\msys2.exe.sig).Hash) ) {
39 Remove-Item -Path msys64\var\cache\msys2.exe.sig ;
40 if ( Test-Path -Path msys64\var\cache\msys2.exe ) {
41 Remove-Item -Path msys64\var\cache\msys2.exe
48 if ( Test-Path -Path msys64\var\cache\msys2.exe ) {
49 Remove-Item -Path msys64\var\cache\msys2.exe
56 -outfile "msys64\var\cache\msys2.exe" ;
57 Copy-Item -Path msys2.exe.sig -Destination msys64\var\cache\msys2.exe.sig
[all …]
H A Dcrossbuild-template.yml26 - if grep -q "EXESUF=.exe" config-host.mak;
29 mv -v qemu-setup*.exe qemu-setup-${version}.exe;
/openbmc/qemu/scripts/
H A Dnsis.py65 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 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/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/openbmc/meta-openembedded/meta-oe/recipes-graphics/openjpeg/openjpeg/
H A D0002-Do-not-ask-cmake-to-export-binaries-they-don-t-make-.patch21 @@ -66,7 +66,6 @@ foreach(exe opj_decompress opj_compress opj_dump)
23 # Install exe
24 install(TARGETS ${exe}
/openbmc/qemu/
H A Dqemu.nsi25 !define UNINST_EXE "$INSTDIR\qemu-uninstall.exe"
35 !define OUTFILE "qemu-setup.exe"
140 WriteUninstaller "qemu-uninstall.exe"
145 File "${BINDIR}\qemu-img.exe"
146 File "${BINDIR}\qemu-io.exe"
212 Delete "$INSTDIR\qemu-img.exe"
213 Delete "$INSTDIR\qemu-io.exe"
214 Delete "$INSTDIR\qemu.exe"
215 Delete "$INSTDIR\qemu-system-*.exe"
/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/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/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/qemu/tests/bench/
H A Dmeson.build32 exe = executable(bench_name, bench_name + '.c', variable
34 benchmark(bench_name, exe,
/openbmc/linux/kernel/
H A Dauditfilter.c599 entry->rule.exe = audit_mark; in audit_data_to_entry()
616 if (entry->rule.exe) in audit_data_to_entry()
752 if (strcmp(audit_mark_path(a->exe), in audit_compare_rule()
753 audit_mark_path(b->exe))) in audit_compare_rule()
883 if (new->exe) in audit_dupe_rule()
884 audit_remove_mark(new->exe); in audit_dupe_rule()
1054 if (e->rule.exe) in audit_del_rule()
1159 if (entry->rule.exe) in audit_rule_change()
1160 audit_remove_mark(entry->rule.exe); in audit_rule_change()
1411 if (entry->rule.exe) in update_lsm_rule()
[all …]
H A Daudit_watch.c303 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/qemu/accel/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-openembedded/meta-oe/recipes-security/keyutils/files/
H A D0001-tests-toolbox.inc.sh-update-regex-for-getting-endian.patch7 /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 D0003-replace-canonicalize_file_name-with-realpath.patch41 - cp = canonicalize_file_name("/proc/self/exe");
42 + cp = realpath("/proc/self/exe", (char *)0);
/openbmc/linux/tools/perf/tests/shell/
H A Dbuildid.sh41 ex_pe=$(dirname $0)/../pe-file.exe
51 *.exe)
/openbmc/skeleton/
H A D.gitignore1 *.exe
/openbmc/openbmc-build-scripts/scripts/
H A Dunit-test.py406 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/meta/recipes-devtools/swig/swig/
H A D0001-Use-proc-self-exe-for-swig-swiglib-on-non-Win32-plat.patch4 Subject: [PATCH] Use /proc/self/exe for "swig -swiglib" on non-Win32
48 + if (0 < ::readlink("/proc/self/exe", buf, sizeof(buf)) &&
/openbmc/openbmc/poky/meta/recipes-devtools/swig/
H A Dswig_4.2.1.bb3 SRC_URI += "file://0001-Use-proc-self-exe-for-swig-swiglib-on-non-Win32-plat.patch \
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A DREADME18 * 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"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/psqlodbc/files/
H A Drun-ptest38 for i in `ls ${BASEDIR}/exe/*-test`; do

12345