| /linux-4.4.14/tools/perf/config/ | 
| 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 …] 
 | 
| D | Makefile | 119 ifeq ($(call get-executable,$(FLEX)),) 123 ifeq ($(call get-executable,$(BISON)),) 155   PYTHON2 := $(if $(call get-executable,python2),python2,python) 156   override PYTHON := $(call get-executable-or-default,PYTHON,$(PYTHON2)) 158     $(if $(call get-executable,$(PYTHON)-config),$(PYTHON)-config,python-config) 160     $(call get-executable-or-default,PYTHON_CONFIG,$(PYTHON2_CONFIG))
  | 
| /linux-4.4.14/tools/perf/scripts/perl/Perf-Trace-Util/ | 
| D | README | 11 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-4.4.14/arch/arm64/ | 
| D | Kconfig.debug | 70 	  kernel's executable code. Additionally splits rodata from kernel 71 	  text so it can be made explicitly non-executable. 80 	  read only or non-executable will be aligned up to the section size of
  | 
| /linux-4.4.14/Documentation/networking/ | 
| D | LICENSE.qlcnic | 145 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
  | 
| D | LICENSE.qlge | 145 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-4.4.14/Documentation/scsi/ | 
| D | LICENSE.qla4xxx | 146 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
  | 
| D | LICENSE.qla2xxx | 147 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
  | 
| D | qlogicfas.txt | 61 large executable or archive).  It should be at least 5 megabytes, but
  | 
| /linux-4.4.14/drivers/staging/rtl8192u/ | 
| D | copying | 135 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-4.4.14/tools/usb/usbip/ | 
| D | COPYING | 135 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-4.4.14/drivers/staging/rtl8192e/ | 
| D | license | 138    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-4.4.14/ | 
| D | COPYING | 151 under Section 2) in object code or executable form under the terms of 168     received the program in object code or executable form with such 172 making modifications to it.  For an executable work, complete source 175 control compilation and installation of the executable.  However, as a 179 operating system on which the executable runs, unless that component 180 itself accompanies the executable. 182 If distribution of executable or object code is made by offering
  | 
| /linux-4.4.14/arch/x86/include/asm/ | 
| D | efi.h | 104 extern void __init efi_set_executable(efi_memory_desc_t *md, bool executable);
  | 
| /linux-4.4.14/tools/perf/Documentation/ | 
| D | Makefile | 71 _tmp_tool_path := $(call get-executable,$(ASCIIDOC)) 76 _tmp_tool_path := $(call get-executable,$(XMLTO))
  | 
| D | perf-trace.txt | 139 - map type is either 'd' for non-executable maps or 'x' for executable maps;
  | 
| D | perf-probe.txt | 93 	can also list functions in a user space executable / shared library. 117 	Specify path to the executable or shared library file for user
  | 
| D | perf-script-perl.txt | 47 available as calls back into the perf executable (see below).
  | 
| D | perf-script-python.txt | 445 available as calls back into the perf executable (see below).
  | 
| D | intel-pt.txt | 225 		that does not overlap executable memory maps.
  | 
| /linux-4.4.14/Documentation/trace/ | 
| D | uprobetracer.txt | 29   PATH          : Path to an executable or a library. 71 as below: (sets a uprobe at an offset of 0x4245c0 in the executable /bin/bash)
  | 
| D | ftrace.txt | 2655 	System"). Both reads snapshot and tracing are executable
  | 
| /linux-4.4.14/arch/x86/platform/efi/ | 
| D | efi_64.c | 61 static void __init early_code_mapping_set_exec(int executable)  in early_code_mapping_set_exec()  argument 74 			efi_set_executable(md, executable);  in early_code_mapping_set_exec()
  | 
| D | efi.c | 537 void __init efi_set_executable(efi_memory_desc_t *md, bool executable)  in efi_set_executable()  argument 546 	if (executable)  in efi_set_executable()
  | 
| /linux-4.4.14/Documentation/filesystems/ | 
| D | romfs.txt | 109 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
  | 
| D | hfs.txt | 52  o You can't modify the set-uid, set-gid, sticky or executable bits or the uid
  | 
| D | proc.txt | 135  exe		Link to the executable of this process 213  Name                        filename of the executable 282   tcomm         filename of the executable 470     ex  - executable
  | 
| /linux-4.4.14/Documentation/dvb/ | 
| D | udev.txt | 29 Don't forget to make the script executable with "chmod".
  | 
| /linux-4.4.14/Documentation/arm/ | 
| D | uefi.txt | 28 PE/COFF executable, including a loader application that makes it possible to
  | 
| /linux-4.4.14/Documentation/ABI/testing/ | 
| D | ima_policy | 82 		all files mmapped executable in file_mmap, and all files
  | 
| /linux-4.4.14/arch/arm/mm/ | 
| D | cache-v4wb.S | 113 	tst	r2, #VM_EXEC			@ executable region?
  | 
| D | Kconfig | 1047 	  will be made non-executable. The tradeoff is that each region is 1059 	  kernel's executable code. Additionally splits rodata from kernel 1060 	  text so it can be made explicitly non-executable. This creates
  | 
| /linux-4.4.14/Documentation/x86/ | 
| D | exception-tables.txt | 54 to executable code. This code is hidden inside the user access macros. 184 final kernel executable: 202 of the executable file:
  | 
| /linux-4.4.14/Documentation/ | 
| D | java.txt | 33    support for executable Jar files: 383 Set the executable permissions of the binary file, with: 403 added executable Jar file support by Kurt Huwig <kurt@iku-netz.de>
  | 
| D | efi-stub.txt | 6 it as an EFI executable. The code that modifies the bzImage header,
  | 
| D | initrd.txt | 35   5) /sbin/init is executed (this can be any valid executable, including 119 needed to execute programs from initrd (e.g. executable format and file 224 executable, shared libraries, standard input/output/error, and its
  | 
| D | xz.txt | 11     improve compression ratio of executable data.
  | 
| D | nommu-mmap.txt | 218 assumed to be readable and writable, not executable, and only shareable 247 	controlling the device. Remember especially: private executable
  | 
| D | cachetlb.txt | 79 	executable (and thus could be in the 'instruction TLB' in 191 	executable (and thus could be in the 'instruction cache' in
  | 
| D | printk-formats.txt | 307 	For printing executable name excluding path from struct
  | 
| D | intel_txt.txt | 90 o  Tboot is an executable that is launched by the bootloader as
  | 
| D | kernel-parameters.txt | 2418 			noexec=on: enable non-executable mappings (default) 2419 			noexec=off: disable non-executable mappings 2431 			noexec32=on: enable non-executable mappings (default) 2432 				read doesn't imply executable mappings 2433 			noexec32=off: disable non-executable mappings 2434 				read implies executable mappings
  | 
| D | devices.txt | 415 		198 = /dev/sexec	Signed executable interface
  | 
| /linux-4.4.14/Documentation/fb/ | 
| D | uvesafb.txt | 126         Set path to the v86d executable. This option is only available as 149     Path to the v86d executable. v86d is started by uvesafb
  | 
| /linux-4.4.14/Documentation/kbuild/ | 
| D | makefiles.txt | 603 Two steps are required in order to use a host executable. 608 The second step is to add an explicit dependency to the executable. 632 	$(<executable>-objs) lists all objects used to link the final 633 	executable. 643 	Finally, the two .o files are linked to the executable, lxdialog. 644 	Note: The syntax <executable>-y is not permitted for host-programs. 657 	In the example above the executable is composed of the C++ file 1108 	to the executable have changed.
  | 
| /linux-4.4.14/arch/tile/include/hv/ | 
| D | hypervisor.h | 2405 _HV_BIT(executable,      EXECUTABLE)  in _HV_BIT()
  | 
| /linux-4.4.14/arch/parisc/ | 
| D | Kconfig | 184 	  as modules, the kernel executable may become too big, so that the
  | 
| /linux-4.4.14/fs/affs/ | 
| D | Changes | 217 - Changed mapping of executable flag.
  | 
| /linux-4.4.14/Documentation/filesystems/nfs/ | 
| D | nfsroot.txt | 181 rdinit=<executable file>
  | 
| /linux-4.4.14/arch/x86/ | 
| D | Kconfig.debug | 153 	tristate "Testcase for the NX non-executable stack feature"
  | 
| D | Kconfig | 2053 		  Actual executable code is located in the fixed vsyscall 2055 		  this makes the mapping executable, it can be used during 2064 		  non-executable, but it still contains known contents,
  | 
| /linux-4.4.14/scripts/ | 
| D | spelling.txt | 398 excecutable||executable
  | 
| /linux-4.4.14/Documentation/sysctl/ | 
| D | kernel.txt | 208 	%e	executable filename (may be shortened) 209 	%E	executable path
  | 
| /linux-4.4.14/Documentation/serial/ | 
| D | moxa-smartio | 428    be compiled into executable file and copied into /usr/bin.
  | 
| /linux-4.4.14/Documentation/cdrom/ | 
| D | ide-cd | 302     scripts/MAKEDEV.ide.  (You may have to make it executable
  | 
| /linux-4.4.14/Documentation/security/ | 
| D | credentials.txt | 270 extra privileges, based on the annotations on the executable file.
  | 
| /linux-4.4.14/Documentation/vm/ | 
| D | numa_memory_policy.txt | 46 	executable image that has no awareness of memory policy.  See the
  | 
| /linux-4.4.14/Documentation/laptops/ | 
| D | laptop-mode.txt | 148 readahead can prevent disk accesses for things like executable pages (which are
  | 
| /linux-4.4.14/arch/powerpc/ | 
| D | Kconfig | 1048 	  The kernel is linked as a position-independent executable (PIE)
  | 
| /linux-4.4.14/kernel/events/ | 
| D | core.c | 5951 	int executable = vma->vm_flags & VM_EXEC;  in perf_event_mmap_match()  local 5953 	return (!executable && event->attr.mmap_data) ||  in perf_event_mmap_match() 5954 	       (executable && (event->attr.mmap || event->attr.mmap2));  in perf_event_mmap_match()
  | 
| /linux-4.4.14/init/ | 
| D | Kconfig | 123 	  The linux kernel is a kind of self-extracting executable. 170 	  BCJ filters which can improve compression ratio of executable
  | 
| /linux-4.4.14/Documentation/s390/ | 
| D | Debugging390.txt | 457 ( Executable Linkable Format, Linux'es most common executable format ), 477 A COFF  executable format based concept of a procedure reference 
  | 
| /linux-4.4.14/Documentation/block/ | 
| D | biodoc.txt | 268   executable page on demand to be given a higher priority over pending write
  |