/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… 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/linux/tools/scripts/ |
H A D | utilities.mak | 139 # Usage: absolute-executable-path-or-empty = $(call lookup,path) 147 # is-executable 149 # Usage: bool-value = $(call is-executable,path) 154 is-executable = $(call _is-executable-helper,$(shell-sq)) 155 _is-executable-helper = $(shell sh -c $(_is-executable-sh)) 156 _is-executable-sh = $(call shell-sq,test -f $(1) -a -x $(1) && echo y) 158 # get-executable 160 # Usage: absolute-executable-path-or-empty = $(call get-executable,path) 162 # The goal is to get an absolute path for an executable; 168 get-executable = $(if $(1),$(if $(is-absolute),$(_ge-abspath),$(lookup))) [all …]
|
/openbmc/sdbusplus/example/ |
H A D | meson.build | 1 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/poky/meta/files/common-licenses/ |
H A D | CPOL-1.02 | 5 …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 D | BitTorrent-1.1 | 16 2. Both Source Code and executable versions of the Licensed Product, including Modifications made b… 22 …executable versions of a Licensed Product, without paying a royalty or other fee to the Licensor o… 42 …ted by a Contributor or portions thereof, in both Source Code or as an executable program, either … 47 … by such Contributor or portions thereof, in both Source Code or as an executable program, either … 55 …bute. You agree not to offer or impose any terms on any Source Code or executable version of the L… 57 …executable or other form of the Licensed Product, or via a mechanism generally accepted in the sof… 67 …Executable Versions. You may distribute Licensed Product as an executable program under a license … 71 …Executable Versions of Licensed Products, Modifications or Derivative Works. Notwithstanding any p… 124 …tion files, scripts used to control compilation and installation of an executable program, or a li… 133 … License). You may not copy or use this file, in either source code or executable form, except in …
|
H A D | QPL-1.0-INRIA-2004 | 44 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
|
/openbmc/phosphor-state-manager/ |
H A D | meson.build | 123 executable( 142 executable( 157 executable( 175 executable( 184 executable( 200 executable( 210 executable( 229 executable( 239 executable( 247 executable( [all...] |
/openbmc/qemu/docs/interop/ |
H A D | firmware.json | 51 # @flash: The firmware executable and its accompanying NVRAM file are to 268 # @split: the executable file contains code while the NVRAM 269 # template provides variable storage. The executable 274 # @combined: the executable file contains both code and 275 # variable storage. The executable must be cloned 279 # @stateless: the executable file contains code and variable 280 # storage is not persisted. The executable must 293 # Describes loading and mapping properties for the firmware executable 300 # @executable: Identifies the firmware executable. The @mode 304 … -drive if=none,id=pflash0,readonly=on,file=@executable.@filename,format=@executable.@… [all …]
|
/openbmc/u-boot/scripts/kconfig/tests/ |
H A D | conftest.py | 41 """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/linux/scripts/kconfig/tests/ |
H A D | conftest.py | 41 """Run text-based Kconfig executable and save the result. 49 returncode: exit status of the Kconfig executable 125 returncode: exit status of the Kconfig executable 135 returncode: exit status of the Kconfig executable 144 returncode: exit status of the Kconfig executable 152 returncode: exit status of the Kconfig executable 170 returncode: exit status of the Kconfig executable 178 returncode: exit status of the Kconfig executable 186 returncode: exit status of the Kconfig executable 194 returncode: exit status of the Kconfig executable [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ufw/ufw/ |
H A D | 0003-only-make-one-reference-to-env.patch | 6 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/qemu/tests/bench/ |
H A D | meson.build | 2 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/qemu/tests/docker/ |
H A D | Makefile.include | 54 $(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.' 195 # For example: make docker-run TEST="test-quick" IMAGE="debian:arm64" EXECUTABLE=./aarch64-linux-us… 202 $(if $(EXECUTABLE), \ 205 $(IMAGE) --executable $(EXECUTABLE), \ 206 " COPYING $(EXECUTABLE) to $(IMAGE)"))
|
H A D | docker.py | 114 def _get_so_libs(executable): argument 115 """Return a list of libraries associated with an executable. 123 ldd_output = subprocess.check_output(["ldd", executable]).decode('utf-8') 132 print("%s had no associated libraries (static build?)" % (executable)) 163 def _check_binfmt_misc(executable): argument 164 """Check binfmt_misc has entry for executable in the right place. 175 binary = os.path.basename(executable) 191 if interp and interp != executable: 193 (binary, executable, interp)) 421 parser.add_argument("--include-executable", "-e", [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-installer/ |
H A D | interpreter.patch | 31 + 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/qemu/scripts/performance/ |
H A D | topN_callgrind.py | 6 # <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 D | dissect.py | 7 # 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 D | topN_perf.py | 6 # <qemu executable> [<qemu executable options>] \ 7 # <target executable> [<target executable options>] 43 '<qemu executable> [<qemu executable options>] ' 44 '<target executable> [<target executable options>]')
|
/openbmc/linux/scripts/ |
H A D | Makefile.host | 30 # Will compile bin2hex.c and create an executable named bin2hex 34 # Will compile lxdialog.c and checklist.c, and then link the executable 41 # They are linked as C++ code to the executable qconf 108 # Create executable from a single .c file 109 # host-csingle -> Executable 116 # Link an executable based on list of .o files, all plain c 117 # host-cmulti -> executable 133 # Link an executable based on list of .o files, a mixture of .c and .cc 134 # host-cxxmulti -> executable 150 # Create executable from a single Rust crate (which may consist of [all …]
|
/openbmc/u-boot/scripts/ |
H A D | Makefile.host | 11 # 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/phosphor-host-ipmid/test/ |
H A D | meson.build | 27 executable( 46 # executable( 58 executable( 82 executable( 95 executable(
|
/openbmc/sdbusplus/test/ |
H A D | meson.build | 46 executable( 61 executable( 70 executable( 101 executable( 110 executable(
|
/openbmc/linux/drivers/misc/ |
H A D | sram-exec.c | 47 * sram_exec_copy - copy data to a protected executable region of sram 59 * read-only and executable except when copying data to them, at which point 60 * they are set to read-write non-executable, to make sure no memory is 61 * writeable and executable at the same time. This region must be page-aligned 66 * NOTE: This function uses the fncpy macro to move code to the executable 68 * executable code, so fncpy is a macro that must be defined by any arch
|
/openbmc/linux/samples/bpf/ |
H A D | Makefile.target | 10 # Will compile xsk_example.c and create an executable named xsk_example 14 # Will compile xdpsock_1.c and xdpsock_2.c, and then link the executable 52 # Create executable from a single .c file 53 # tprog-csingle -> Executable 60 # Link an executable based on list of .o files, all plain c 61 # tprog-cmulti -> executable
|
/openbmc/linux/samples/hid/ |
H A D | Makefile.target | 10 # Will compile xsk_example.c and create an executable named xsk_example 14 # Will compile xdpsock_1.c and xdpsock_2.c, and then link the executable 52 # Create executable from a single .c file 53 # tprog-csingle -> Executable 60 # Link an executable based on list of .o files, all plain c 61 # tprog-cmulti -> executable
|