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
87 0 short 0407 pdp11/pre System V vax executable
92 0 short 0410 pdp11/pre System V vax pure executable
104 0 short 0570 vax executable
107 0 short 0575 vax pure executable
110 0 short 0502 basic-16 executable
113 0 short 0503 basic-16 executable (TV)
116 0 short 0510 x86 executable
118 0 short 0511 x86 executable (TV)
120 0 short 0550 3b20 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.tab125 0 long 0x02100107 hp pa-risc 1.1 executable x-system/exe
130 0 long 0x02100108 hp pa-risc 1.1 executable, shared x-system/exe
132 0 long 0x0210010b hp pa-risc 1.1 executable, demand-load x-system/exe
142 0 long 0x02140107 hp pa-risc 2.0 executable x-system/exe
144 0 long 0x02140108 hp pa-risc 2.0 executable, shared x-system/exe
146 0 long 0x0214010b hp pa-risc 2.0 executable, demand-load x-system/exe
154 0 long 0x020b0107 hp s800 executable x-system/exe
156 0 long 0x020b0108 hp s800 executable, shared x-system/exe
158 0 long 0x020b010b hp s800 executable, demand-load x-system/exe
165 0 long 0x02080108 hp s500 executable, pure 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"
210 if $cc -c dialect.$src && $cc -o dialect.$exe dialect.$obj && $executable dialect.$exe
213 if $cc -c dialect.c && $cc -o dialect.$exe dialect.$obj && $executable dialect.$exe
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
[all …]
H A Diffe.sh654 ($executable .) 2>/dev/null || executable='test -r'
3431 $executable ${tmp}s.exe
3441 …compile $cc -o ${tmp}s.exe $1 ${tmp}s.o <&$nullin >&$nullout 2>${tmp}s.e && $executable ${tmp}s.ex…
3448 …compile $cc -o ${tmp}s.exe $2 ${tmp}s.o <&$nullin >&$nullout 2>${tmp}s.e && $executable ${tmp}s.ex…
3488 …s $o -DTEST=$p -DID=$v -o $tmp.exe $tmp.c $lib $deflib <&$nullin >&$nullout && $executable $tmp.exe
3558 if compile $cc -o $tmp.exe $tmp.c <&$nullin >&$nullout && $executable $tmp.exe
3569 $executable $tmp.exe
3579 compile $cc -o $tmp.exe $1 $tmp.o <&$nullin >&$nullout && $executable $tmp.exe || continue
3586 compile $cc -o $tmp.exe $2 $tmp.o <&$nullin >&$nullout && $executable $tmp.exe || continue
3684 $executable $tmp.exe
[all …]
H A Dpackage.sh1549 /*) if executable $_onpath_b
1564 if executable "$_onpath_d/$_onpath_b"
1716 if executable $1
1968 *) if executable $i/$cc
2143 if executable $cc
2151 if executable $a
3489 executable $INSTALLROOT/bin/nmake || {
3556 if executable $EXECROOT/bin/$i
3594 if test proto != "$i" && executable $INSTALLROOT/bin/proto
5949 if executable /bin/cp
[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
281 if $cc -o dynamic.$exe dynamic.$obj && $executable dynamic.$exe
511 $cc -o implc implc.$src && $executable implc && implicitc=1
514 if $cc -o toucho toucho.$obj && $executable toucho
579 if $cc -o export.exe $1 export.$obj $lm 2>f && $executable export.exe
696 "") $executable xxx$dll || continue
[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/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/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/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/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
/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

123