Home
last modified time | relevance | path

Searched full:executable (Results 1 – 25 of 763) sorted by relevance

12345678910>>...31

/openbmc/sdbusplus/example/
H A Dmeson.build1 executable('list-users', 'list-users.cpp', dependencies: sdbusplus_dep)
18 executable(
32 executable(
38 executable('register-property', 'register-property.cpp', dependencies: asio_dep)
40 executable(
49 executable(
58 executable(
67 executable(
/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…
24 -if expr "$endian" : '.* MSB \+\(pie executable\|executable\|shared object\).*' >&/dev/null
25 +if expr "$endian" : '.* MSB .*\(pie executable\|executable\|shared object\).*' >&/dev/null
28 -elif expr "$endian" : '.* LSB \+\(pie executable\|executable\|shared object\).*' >&/dev/null
29 +elif expr "$endian" : '.* LSB .*\(pie executable\|executable\|shared object\).*' >&/dev/null
/openbmc/phosphor-modbus/tests/
H A Dmeson.build24 executable(
34 executable(
45 executable(
56 executable(
68 executable(
82 executable(
93 executable(
/openbmc/qemu/tests/bench/
H A Dmeson.build2 qht_bench = executable('qht-bench',
6 executable('qtree-bench',
10 executable('atomic_add-bench',
15 executable('atomic64-bench',
33 exe = executable(bench_name, bench_name + '.c',
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DCPOL-1.025 …his License is intended to allow developers to use the Source Code and Executable Files provided a…
8 - Source Code and Executable Files can be used in commercial applications;
9 - Source Code and Executable Files can be redistributed; and
24 …all articles written by Author which describes how the Source Code and Executable Files for the Wo…
30 …d. "Executable Files" refer to the executables, binary files, configuration and any required data …
34 …efers to the collection of source code and configuration files used to create the Executable Files.
38 …tion of files distributed by the Publisher, including the Source Code, Executable Files, binaries,…
46 …a. You may use the standard version of the Source Code or Executable Files in Your own application…
52 …d. You may distribute the standard version of the Executable Files and Source Code or Derivative W…
54 …nt. The author retains copyright to any such Articles. You may use the Executable Files and Source…
[all …]
H A DQPL-1.0-INRIA-200444 4. You may distribute machine-executable forms of the Software or
45 machine-executable forms of modified versions of the Software,
50 b. You must ensure that all recipients of the machine-executable
58 machine-executable forms are available under the terms of this
70 a. You must ensure that all recipients of machine-executable
77 items in both machine-executable and source code forms. The
H A DQPL-1.021 4. You may distribute machine-executable forms of the Software or machine-executable forms of modif…
24 b. You must ensure that all recipients of the machine-executable forms are also able to receive the…
26 c. You must ensure that all modifications included in the machine-executable forms are available un…
32 a. You must ensure that all recipients of machine-executable forms of these items are also able to …
33 …distribute original and modified versions of the items in both machine-executable and source code …
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ufw/ufw/
H A D0003-only-make-one-reference-to-env.patch6 If sys.executable happens to be '/usr/bin/env python' or something
9 quick sanity check on sys.executable before doing the substitution.
25 condition is removed so the shebang line is substituted with the sys.executable
27 of sys.executable and replaces it with "#! /usr/bin/env python3".
64 + # Distutils searches for the string of sys.executable and replaces it
66 print("Updating staging/ufw to use %s" % (sys.executable))
69 - "1s%^#.*python.*%#! /usr/bin/env " + sys.executable + "%g",
70 + "1s%/.*python.*%" + sys.executable + "%g",
/openbmc/sdbusplus/test/
H A Dmeson.build46 executable(
61 executable(
70 executable(
101 executable(
110 executable(
130 executable(
/openbmc/u-boot/scripts/kconfig/tests/
H A Dconftest.py41 """Run text-based Kconfig executable and save the result.
49 returncode: exit status of the Kconfig executable
121 returncode: exit status of the Kconfig executable
131 returncode: exit status of the Kconfig executable
140 returncode: exit status of the Kconfig executable
148 returncode: exit status of the Kconfig executable
166 returncode: exit status of the Kconfig executable
174 returncode: exit status of the Kconfig executable
182 returncode: exit status of the Kconfig executable
190 returncode: exit status of the Kconfig executable
[all …]
/openbmc/phosphor-state-manager/test/
H A Dmeson.build4 executable(
16 executable(
36 executable(
57 executable(
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-installer/
H A Dinterpreter.patch31 + default=sys.executable,
32 + help=f"interpreter (defaults to {sys.executable})",
41 - interpreter=sys.executable,
50 @@ -59,20 +59,7 @@ def _build_shebang(executable: str, forlauncher: bool) -> bytes:
53 executable_bytes = executable.encode("utf-8")
59 - # Shebang support for an executable with a space in it is under-specified
65 - quoted = shlex.quote(executable).encode("utf-8")
/openbmc/dbus-sensors/src/tests/
H A Dmeson.build28 executable(
40 executable(
55 executable(
68 executable(
80 executable(
/openbmc/entity-manager/test/
H A Dmeson.build23 executable(
46 executable(
58 executable(
70 executable(
81 executable(
/openbmc/qemu/docs/interop/
H A Dfirmware.json53 # @flash: The firmware executable and its accompanying NVRAM file are to
289 # @split: the executable file contains code while the NVRAM
290 # template provides variable storage. The executable
295 # @combined: the executable file contains both code and
296 # variable storage. The executable must be cloned
300 # @stateless: the executable file contains code and variable
301 # storage is not persisted. The executable must
314 # Describes loading and mapping properties for the firmware executable
321 # @executable: Identifies the firmware executable. The @mode
325 … -drive if=none,id=pflash0,readonly=on,file=@executable.@filename,format=@executable.@…
[all …]
/openbmc/phosphor-host-ipmid/test/
H A Dmeson.build27 executable(
46 # executable(
58 executable(
82 executable(
95 executable(
/openbmc/qemu/scripts/performance/
H A DtopN_callgrind.py6 # <qemu executable> [<qemu executable options>] \
7 # <target executable> [<target executable options>]
43 '<qemu executable> [<qemu executable options>] '
44 '<target executable> [<target executable options>]')
H A Ddissect.py7 # dissect.py [-h] -- <qemu executable> [<qemu executable options>] \
8 # <target executable> [<target executable options>]
67 '<qemu executable> [<qemu executable options>] '
68 '<target executable> [<target executable options>]')
H A DtopN_perf.py6 # <qemu executable> [<qemu executable options>] \
7 # <target executable> [<target executable options>]
43 '<qemu executable> [<qemu executable options>] '
44 '<target executable> [<target executable options>]')
/openbmc/phosphor-user-manager/test/
H A Dmeson.build25 executable(
42 executable(
52 executable(
63 executable(
/openbmc/qemu/tests/docker/
H A DMakefile.include54 $(if $(EXECUTABLE),,\
55 $(error EXECUTABLE not set, debootstrap of debian-$* would fail))
60 $(if $(wildcard $(EXECUTABLE)), \
69 $(if $(EXECUTABLE),--include-executable=$(EXECUTABLE)), \
73 { echo "You will need to build $(EXECUTABLE)"; exit 1;},\
181 @echo ' EXECUTABLE=<path> Include executable in image.'
197 # For example: make docker-run TEST="test-quick" IMAGE="debian:arm64" EXECUTABLE=./aarch64-linux-us…
204 $(if $(EXECUTABLE), \
207 $(IMAGE) --executable $(EXECUTABLE), \
208 " COPYING $(EXECUTABLE) to $(IMAGE)"))
/openbmc/phosphor-state-manager/
H A Dmeson.build141 executable(
159 executable(
174 executable(
192 executable(
201 executable(
217 executable(
226 executable(
245 executable(
255 executable(
263 executable(
/openbmc/u-boot/scripts/
H A DMakefile.host11 # Will compile bin2hex.c and create an executable named bin2hex
15 # Will compile lxdialog.c and checklist.c, and then link the executable
22 # They are linked as C++ code to the executable qconf
91 # Create executable from a single .c file
92 # host-csingle -> Executable
99 # Link an executable based on list of .o files, all plain c
100 # host-cmulti -> executable
116 # Link an executable based on list of .o files, a mixture of .c and .cc
117 # host-cxxmulti -> executable
/openbmc/libmctp/utils/
H A Dmeson.build12 demux = executable(
21 pipe = executable(
29 mctp_in = executable(
/openbmc/qemu/linux-user/
H A Duser-mmap.h30 * ELF_ET_DYN_BASE: When the executable is ET_DYN (i.e. PIE), and requires
32 * TASK_UNMAPPED_BASE for selecting the address of the executable.
33 * This provides some distance between the executable and the interpreter,
35 * executable and also have room to grow.

12345678910>>...31