Home
last modified time | relevance | path

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

123

/illumos-gate/usr/src/cmd/file/
H A Dmagic47 #>16 short 2 executable
157 >1 byte 0 sun2 executable
160 >1 byte 3 SPARC executable
164 >1 byte 0 sun2 executable
167 >1 byte 3 SPARC executable
171 >1 byte 0 sun2 executable
178 >1 byte 0 sun2 executable
185 >1 byte 0 sun2 executable
192 >1 byte 0 sun2 executable
233 >0 byte &0x1 executable
[all …]
/illumos-gate/usr/src/common/mapfiles/common/
H A Dmap.noexdata23 # Link-editor mapfile to create a non-executable data segment definition
24 # within an executable. Note that this only functions properly on the
26 # Table (PLT) that must remain executable.
29 # non-executable data segment also results in a non-exutable heap.
38 # Executables can also create a separate non-executable bss segment.
40 # non-executable heap. See /usr/lib/ld/map.noexbss.
48 $error SPARC Procedure Linkage Table (PLT) must remain executable
H A Dmap.execdata23 # Link-editor mapfile to create an executable data segment definition within
24 # an executable for applications which rely on this. This is the default
25 # for 32 bit x86 executable and all SPARC executables; this mapfile is
26 # provided to facilitate an executable data segment for AMD64 executables.
41 # Executables can also create a separate executable bss segment. Adding
H A Dmap.noexbss23 # Link-editor mapfile to create a non-executable bss segment definition
24 # within an executable. This mapfile is similar to map.noexdata that
25 # can be used on x86 architectures to create a non-executable data
27 # Table (PLT) that must remain executable.
30 # non-executable bss segment also results in a non-exutable heap.
H A Dmap.noexstk23 # Linker mapfile to create a non-executable stack definition within an
24 # executable.
H A Dmap.pagealign23 # Linker mapfile to create page-aligned data within an executable.
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.tab196 0 string Joy!peffpwpc PowerPC executable
300 +12 long 2 executable x-system/exe
395 16 short >0 executable x-system/exe
520 +16 short 2 executable x-system/exe
655 +16 short 2 executable x-system/exe
806 16 short >0 executable x-system/exe
822 16 short >0 executable x-system/exe
832 16 short >0 executable x-system/exe
847 16 short >0 executable x-system/exe
867 16 short >0 executable x-system/exe
[all …]
/illumos-gate/usr/src/contrib/ast/lib/package/
H A Dksh.pkg7 :INDEX: standalone AT&T ksh executable
11 contains the AT&T ksh executable implemented by David Korn.
12 The download file is a gzipped ksh executable. If you want
/illumos-gate/usr/src/cmd/print/selector/
H A Dprint-service137 my $executable = "/usr/lib/$service/bin/$command";
140 (! -x $executable) &&
141 ($executable = "/usr/lib/$service/bin/$service$command");
143 if (! -x $executable) {
147 exec($executable, @ARGV);
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DC+probe46 executable="test -x"
112 $executable . 2>/dev/null || executable='test -r'
180 $executable test.exe || executable="test -r"
186 if $executable "$1"
285 $cc -L. -o dynamic.$exe dynamic.$obj -l$i && $executable dynamic.$exe
291 $cc -L. -o dynamic.$exe dynamic.$obj -l$i && $executable dynamic.$exe
307 $cc -L. -o dynamic.$exe dynamic.$obj && $executable dynamic.$exe
330 if $cc -o dynamic.$exe dynamic.$obj 2>e && $executable dynamic.$exe
341 $cc -o dynamic.$exe $1 dynamic.$obj 2>e && $executable dynamic.$exe || continue
355 $cc -o dynamic.$exe $2 dynamic.$obj 2>e && $executable dynamic.$exe || continue
[all …]
H A Diffe.sh654 ($executable .) 2>/dev/null || executable='test -r'
3431 $executable ${tmp}s.exe
3558 if compile $cc -o $tmp.exe $tmp.c <&$nullin >&$nullout && $executable $tmp.exe
3569 $executable $tmp.exe
3684 $executable $tmp.exe
4054 $executable $tmp.exe
4063 $executable $tmp.exe
4360 $executable $tmp.exe &&
4365 set \"cc='$cc' executable='$executable' id='$m' static='$static' tmp='$tmp'\" $opt $hdr $test"
4430 $executable $tmp.exe &&
[all …]
H A Dpackage.sh1716 if executable $1
2143 if executable $cc
2151 if executable $a
5949 if executable /bin/cp
5953 if executable /bin/mv
5957 if executable /bin/rm
5964 do executable $i && {
5986 if executable $OK/nmake
5989 if executable $OK/tee
6341 if executable $w/$p.ini
[all …]
H A Dmake.probe191 do if $executable $cc_dir/$c
234 2) if $executable $2
255 do if $executable $x/$c
262 2) if $executable $2
272 do if $executable $x/$c
514 if $cc -o toucho toucho.$obj && $executable toucho
696 "") $executable xxx$dll || continue
699 $executable xxx$dll || continue
705 $executable xxx$dll || continue
1732 do if $executable require$i
[all …]
/illumos-gate/usr/src/cmd/perl/
H A DTHIRDPARTYLICENSE68 provide a separate manual page for each non-standard executable
74 executable form, provided that you do at least ONE of the following:
96 interpreter within an executable of yours (by linking); this shall
106 a binary executable image, then distribution of such an image shall
109 do not represent such an executable image as a Standard Version of
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A DREADME.tests36 $ export SHELL=<path-to-ksh93-executable>
44 selects a suitable executable in /usr/bin/<isa>/ksh93
/illumos-gate/usr/src/cmd/sgs/ldd/common/
H A Dldd.msg45 @ MSG_USP_NODYNORSO "%s: %s: file is not a dynamic executable or \
50 @ MSG_USP_NOTEXEC "%s: %s: is not executable\n"
/illumos-gate/usr/src/cmd/sgs/test/
H A DREADME18 individually. You will need to manually make test executable. Currently tests
/illumos-gate/usr/src/test/os-tests/tests/execvpe/
H A Dexecvpe-noperm19 # executable permissions and therefore should fail with EACCES and not fall back
/illumos-gate/usr/src/common/mapfiles/gen/
H A Dmap.noexeglobs.1.template26 # symbols to local within a dynamic executable.
H A Dmap.noexeglobs.2.template26 # symbols to local within a dynamic executable. This mapfile also provides
/illumos-gate/usr/src/lib/librstp/common/
H A DCOPYING228 derivative of it, under Section 2) in object code or executable form
247 creates an executable that is a derivative of the Library (because it
249 library". The executable is therefore covered by this License.
289 Sections 1 and 2 above); and, if the work is an executable linked
293 executable containing the modified Library. (It is understood
301 rather than copying library functions into the executable, and (2)
318 For an executable, the required form of the "work that uses the
320 reproducing the executable from it. However, as a special exception,
324 which the executable runs, unless that component itself accompanies
325 the executable.
[all …]
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Dboot.S152 / transfer control to the executable
/illumos-gate/usr/src/grub/grub-0.97/
H A 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
/illumos-gate/usr/src/cmd/powertop/common/
H A 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
/illumos-gate/usr/src/tools/smatch/src/
H A DGPL-2135 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

123