Home
last modified time | relevance | path

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

1234

/Linux-v4.19/tools/scripts/
Dutilities.mak139 # 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 …]
/Linux-v4.19/tools/perf/scripts/perl/Perf-Trace-Util/
DREADME11 executable; scripts wishing to do that should 'use Context.pm'.
15 perf executable, you add desciptions of the new functions here.
16 scripting_context is a pointer to the perf data in the perf executable
/Linux-v4.19/tools/kvm/kvm_stat/
DMakefile11 a2x_path := $(call get-executable,$(A2X))
/Linux-v4.19/Documentation/scsi/
DLICENSE.qla2xxx147 under Section 2) in object code or executable form under the terms of
164 received the program in object code or executable form with such
168 making modifications to it. For an executable work, complete source
171 control compilation and installation of the executable. However, as a
175 operating system on which the executable runs, unless that component
176 itself accompanies the executable.
178 If distribution of executable or object code is made by offering
DLICENSE.qla4xxx146 under Section 2) in object code or executable form under the terms of
163 received the program in object code or executable form with such
167 making modifications to it. For an executable work, complete source
170 control compilation and installation of the executable. However, as a
174 operating system on which the executable runs, unless that component
175 itself accompanies the executable.
177 If distribution of executable or object code is made by offering
/Linux-v4.19/Documentation/networking/
DLICENSE.qlcnic145 under Section 2) in object code or executable form under the terms of
162 received the program in object code or executable form with such
166 making modifications to it. For an executable work, complete source
169 control compilation and installation of the executable. However, as a
173 operating system on which the executable runs, unless that component
174 itself accompanies the executable.
176 If distribution of executable or object code is made by offering
DLICENSE.qlge145 under Section 2) in object code or executable form under the terms of
162 received the program in object code or executable form with such
166 making modifications to it. For an executable work, complete source
169 control compilation and installation of the executable. However, as a
173 operating system on which the executable runs, unless that component
174 itself accompanies the executable.
176 If distribution of executable or object code is made by offering
/Linux-v4.19/scripts/dtc/
Ddtx_diff286 is not executable.
303 Fallback '${__DTC}' was also not in \${PATH} or is not executable.
/Linux-v4.19/LICENSES/preferred/
DLGPL-2.088 a textual and legal sense, the linked executable is a combined work, a
225 it, under Section 2) in object code or executable form under the terms
244 an executable that is a derivative of the Library (because it contains
246 library". The executable is therefore covered by this License. Section 6
285 and, if the work is an executable linked with the Library, with the
288 then relink to produce a modified executable containing the modified
305 For an executable, the required form of the "work that uses the Library"
307 executable from it. However, as a special exception, the source code
310 kernel, and so on) of the operating system on which the executable runs,
311 unless that component itself accompanies the executable.
[all …]
DLGPL-2.1235 it, under Section 2) in object code or executable form under the terms
254 an executable that is a derivative of the Library (because it contains
256 library". The executable is therefore covered by this License. Section 6
295 and, if the work is an executable linked with the Library, with the
298 then relink to produce a modified executable containing the modified
306 than copying library functions into the executable, and (2) will
323 For an executable, the required form of the "work that uses the Library"
325 executable from it. However, as a special exception, the materials to be
328 kernel, and so on) of the operating system on which the executable runs,
329 unless that component itself accompanies the executable.
[all …]
DGPL-2.0154 under Section 2) in object code or executable form under the terms of
171 received the program in object code or executable form with such
175 making modifications to it. For an executable work, complete source
178 control compilation and installation of the executable. However, as a
182 operating system on which the executable runs, unless that component
183 itself accompanies the executable.
185 If distribution of executable or object code is made by offering
/Linux-v4.19/Documentation/devicetree/bindings/mtd/partitions/
Dbrcm,trx.txt14 device executable binary (e.g. a kernel) as it's what the CFE bootloader starts
/Linux-v4.19/tools/perf/
DMakefile.config158 ifeq ($(call get-executable,$(FLEX)),)
162 ifeq ($(call get-executable,$(BISON)),)
196 PYTHON2 := $(if $(call get-executable,python2),python2,python)
197 override PYTHON := $(call get-executable-or-default,PYTHON,$(PYTHON2))
199 $(if $(call get-executable,$(PYTHON)-config),$(PYTHON)-config,python-config)
201 $(call get-executable-or-default,PYTHON_CONFIG,$(PYTHON2_CONFIG))
/Linux-v4.19/drivers/staging/rtl8192e/
Dlicense138 Section 2) in object code or executable form under the terms of Sections
155 program in object code or executable form with such an offer, in
159 making modifications to it. For an executable work, complete source code
162 compilation and installation of the executable. However, as a special
166 the executable runs, unless that component itself accompanies the
167 executable.
169 If distribution of executable or object code is made by offering access
/Linux-v4.19/drivers/staging/rtl8192u/
Dcopying135 under Section 2) in object code or executable form under the terms of
152 received the program in object code or executable form with such
156 making modifications to it. For an executable work, complete source
159 control compilation and installation of the executable. However, as a
163 operating system on which the executable runs, unless that component
164 itself accompanies the executable.
166 If distribution of executable or object code is made by offering
/Linux-v4.19/tools/usb/usbip/
DCOPYING135 under Section 2) in object code or executable form under the terms of
152 received the program in object code or executable form with such
156 making modifications to it. For an executable work, complete source
159 control compilation and installation of the executable. However, as a
163 operating system on which the executable runs, unless that component
164 itself accompanies the executable.
166 If distribution of executable or object code is made by offering
/Linux-v4.19/Documentation/
DMakefile24 …or set the SPHINXBUILD make variable to point to the full path of the '$(SPHINXBUILD)' executable.)
/Linux-v4.19/arch/arm/boot/compressed/
Defi-header.S19 @ ARM/Linux boot protocol expects an executable instruction
/Linux-v4.19/arch/parisc/
DKconfig202 as modules, the kernel executable may become too big, so that the
256 bool "Build kernel as self-extracting executable"
260 self-extracting executable.
/Linux-v4.19/arch/x86/include/asm/
Defi.h124 extern void __init efi_set_executable(efi_memory_desc_t *md, bool executable);
/Linux-v4.19/Documentation/dev-tools/
Dkselftest.rst138 TEST_PROGS, TEST_GEN_PROGS mean it is the executable tested by
150 executable which is not tested by default.
/Linux-v4.19/tools/perf/Documentation/
DMakefile80 _tmp_tool_path := $(call get-executable,$(ASCIIDOC))
86 _tmp_tool_path := $(call get-executable,$(XMLTO))
/Linux-v4.19/Documentation/filesystems/
Dromfs.txt109 the file; while bit 4 shows if the file is executable or not. The
111 and world executable if it is; except the character and block devices,
132 using the executable bits for special purposes on the socket and fifo
/Linux-v4.19/tools/testing/selftests/tc-testing/
DREADME39 The path to the tc executable that will be most commonly tested can be defined
43 If you need to test a different tc executable on the fly, you can do so by
123 -p PATH, --path PATH The full path to the tc executable to use
/Linux-v4.19/Documentation/trace/
Duprobetracer.rst32 PATH : Path to an executable or a library.
80 as below (sets a uprobe at an offset of 0x4245c0 in the executable /bin/bash)::

1234