Home
last modified time | relevance | path

Searched refs:executable (Results 1 – 25 of 562) sorted by relevance

12345678910>>...23

/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/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/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/phosphor-modbus/tests/
H A Dmeson.build31 executable(
41 executable(
53 executable(
65 executable(
78 executable(
92 executable(
103 executable(
118 executable(
/openbmc/phosphor-state-manager/test/
H A Dmeson.build4 executable(
16 executable(
36 executable(
57 executable(
/openbmc/entity-manager/test/
H A Dmeson.build23 executable(
46 executable(
58 executable(
70 executable(
81 executable(
/openbmc/dbus-sensors/src/tests/
H A Dmeson.build32 executable(
44 executable(
59 executable(
72 executable(
84 executable(
/openbmc/sdbusplus/test/
H A Dmeson.build46 executable(
61 executable(
70 executable(
101 executable(
110 executable(
130 executable(
/openbmc/phosphor-user-manager/test/
H A Dmeson.build25 executable(
42 executable(
52 executable(
63 executable(
/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/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/phosphor-host-ipmid/test/
H A Dmeson.build27 executable(
46 # executable(
58 executable(
82 executable(
95 executable(
/openbmc/libmctp/utils/
H A Dmeson.build12 demux = executable(
21 pipe = executable(
29 mctp_in = executable(
/openbmc/slpd-lite/
H A Dmeson.build11 executable(
28 executable(
40 executable(
/openbmc/phosphor-hwmon/tools/
H A Dmeson.build1 executable('find_hwmon', 'find_hwmon.cpp', dependencies: sysfs_dep)
3 executable('find_callout_path', 'find_callout_path.cpp', dependencies: sysfs_dep)
/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/phosphor-health-monitor/test/
H A Dmeson.build24 executable(
42 executable(
62 executable(
/openbmc/phosphor-certificate-manager/test/
H A Dmeson.build24 executable(
34 executable(
47 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-fan-presence/monitor/test/
H A Dmeson.build15 executable(
26 executable(
/openbmc/entity-manager/test/entity_manager/
H A Dmeson.build3 executable(
22 executable(
/openbmc/phosphor-dbus-monitor/src/test/
H A Dmeson.build52 executable(
92 executable(
135 executable(
175 executable(
217 executable(
256 executable(
288 executable(
327 executable(
/openbmc/pldm/utilities/
H A Dmeson.build3 executable(
14 executable(
/openbmc/phosphor-networkd/src/
H A Dmeson.build5 executable(
22 executable(
84 executable(
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/
H A Dmeson.build28 executable(
45 file_handler_test = executable(

12345678910>>...23