HomeSort by relevance Sort by last modified time
    Searched refs:dynamic (Results 1 - 25 of 65) sorted by null

1 2 3

  /netvirt/usr/src/pkgdefs/SUNWpoold/
preremove 28 # Make sure that dynamic pools are not enabled before removing this package.
32 STATE=`/usr/bin/svcs -Ho STA svc:/system/pools/dynamic`
36 "while dynamic pools are enabled."
  /netvirt/usr/src/lib/print/
Makefile 31 libpapi-dynamic \
88 libpapi-dynamic: libpapi-common
89 libpapi-lpd: libpapi-dynamic
92 libipp-listener: libpapi-dynamic libipp-core
  /netvirt/usr/src/cmd/perl/5.6.1/distrib/ext/DynaLoader/
Makefile.PL 29 SKIP => [qw(dynamic dynamic_lib dynamic_bs)],
XSLoader_pm.PL 95 # Many dynamic extension loading problems will appear to come from
146 This module defines a standard I<simplified> interface to the dynamic
148 to implement cheap automatic dynamic loading of Perl modules.
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
Makefile.PL 29 SKIP => [qw(dynamic dynamic_lib dynamic_bs)],
DynaLoader_pm.PL 226 # A common error on platforms which don't support dynamic loading.
228 croak("Can't load module $module, dynamic loading not available in this perl.\n".
230 " dynamic loading or has the $module module statically linked into it.)\n")
316 # Many dynamic extension loading problems will appear to come from
530 This document defines a standard generic interface to the dynamic
532 to implement automatic dynamic loading of Perl modules.
543 etc and also allow pseudo-dynamic linking (using C<ld -A> at runtime).
770 application. In this case it is possible that the system dynamic linker will
864 This is the normal entry point for automatic dynamic loading in Perl.
927 implemented the first Perl 5 dynamic loader using it
    [all...]
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/sdbm/
Makefile.PL 37 SKIP => [qw(dynamic dynamic_lib dlsyms)],
  /netvirt/usr/src/cmd/sgs/elfedit/modules/common/
syminfo.c 97 /* dynamic entry */
130 struct { /* Dynamic section */
134 } dynamic; member in struct:__anon1417
199 * structure. A syminfo is related to the dynamic symbol table, and
200 * can reference the dynamic section of the object. We don't look those
241 if (argstate->dynamic.sec != NULL)
244 argstate->dynamic.sec = elfedit_sec_getdyn(argstate->obj_state,
245 &argstate->dynamic.data, &argstate->dynamic.n);
273 dyn = argstate->dynamic.data
    [all...]
  /netvirt/usr/src/cmd/perl/5.6.1/distrib/ext/SDBM_File/sdbm/
Makefile.PL 38 SKIP => [qw(dynamic dynamic_lib dlsyms)],
  /netvirt/usr/src/cmd/sgs/elfdump/common/
_elfdump.h 167 #define dynamic dynamic64 macro
191 #define dynamic dynamic32 macro
  /netvirt/usr/src/cmd/file/
elf_read.h 33 boolean_t dynamic; /* dymanically linked? */ member in struct:Elf_Info
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
MM_BeOS.pm 43 libperl.a equivalent to be linked to dynamic extensions.
  /netvirt/usr/src/cmd/perl/5.6.1/distrib/ext/util/
make_ext 7 # @sh ext/util/make_ext dynamic $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
90 # convert 'static' or 'dynamic' into 'all LINKTYPE=XXX'
94 dynamic) makeargs="LINKTYPE=dynamic";
114 '') echo "make_ext: no make target specified (eg static or dynamic)"; exit 1
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/ext/util/
make_ext 7 # @sh ext/util/make_ext dynamic $@ MAKE=$(MAKE) LIBPERL_A=$(LIBPERL)
89 # 'dynamic', 'static', and 'static_pic' (the last one respects
92 dynamic) makeargs="LINKTYPE=dynamic";
117 '') echo "make_ext: no make target specified (eg static or dynamic)"; exit 1
  /netvirt/usr/src/cmd/sgs/librtld/
Makefile.com 32 COMOBJS= dldump.o dynamic.o relocate.o syms.o \
  /netvirt/usr/src/cmd/sgs/ldd/common/
ldd.c 32 * Print the list of shared objects required by a dynamic executable or shared
39 * If the file is a dynamic executable, we set up some environment variables
41 * file with a dynamic executable stub. The runtime linker (ld.so.1) actually
45 * The runtime linker will print the pathnames of all dynamic objects it
415 int dynamic = 0, interp = 0, cnt, class; local
458 * Check that the file is executable. Dynamic executables must be
460 * be mapped with a dynamic executable, however, by convention they're
474 * Determine whether we have a dynamic section or interpretor.
477 if (dynamic && interp)
487 dynamic = 1
    [all...]
  /netvirt/usr/src/cmd/perl/5.6.1/distrib/lib/
strict.pm 53 variable suicide problems and subtle dynamic scoping issues, a merely
  /netvirt/usr/src/cmd/sgs/rtld/i386/
boot.s 69 * find the addr of the dynamic section of ld.so, of argv[0], and of
123 pushl (%ebx) / address of dynamic structure
  /netvirt/usr/src/lib/libast/common/port/
astconf.c 120 static Feature_t dynamic[] = variable
123 &dynamic[1],
133 &dynamic[2],
143 &dynamic[3],
157 &dynamic[4],
167 &dynamic[5],
181 &dynamic[6],
195 &dynamic[7],
209 &dynamic[8],
223 &dynamic[9]
    [all...]
  /netvirt/usr/src/cmd/ipf/tools/
ipf_y.y 62 static int dynamic = -1;
813 if (dynamic != -1) { \
815 fr->fr_ipf->fri_sifpidx = dynamic; \
825 if (dynamic != -1) { \
827 fr->fr_ipf->fri_sifpidx = dynamic; \
834 if (dynamic != -1) { \
836 fr->fr_ipf->fri_sifpidx = dynamic; \
878 if (dynamic != -1) { \
880 fr->fr_ipf->fri_difpidx = dynamic; \
890 if (dynamic != -1) {
    [all...]
  /netvirt/usr/src/cmd/perl/5.6.1/distrib/lib/ExtUtils/
MM_OS2.pm 23 if (not $self->{SKIPHASH}{'dynamic'}) {
100 to be linked to dynamic extensions. This may be needed if the linker
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/lib/
strict.pm 90 variable suicide problems and subtle dynamic scoping issues, a merely
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/t/io/
layers.t 14 if ($@ =~ /dynamic loading not available/) {
  /netvirt/usr/src/cmd/sgs/liblddbg/common/
files.c 55 Dbg_file_aout(Lm_list *lml, const char *name, ulong_t dynamic, ulong_t base,
62 dbg_print(lml, MSG_INTL(MSG_FIL_DATA_DB), EC_XWORD(dynamic),
69 Dbg_file_elf(Lm_list *lml, const char *name, ulong_t dynamic, ulong_t base,
83 dbg_print(lml, MSG_INTL(MSG_FIL_DATA_DB), EC_XWORD(dynamic),
  /netvirt/usr/src/lib/cfgadm_plugins/usb/
usb.xcl 109 msgid "verify_params: dynamic ap_id passed\n"

Completed in 660 milliseconds

1 2 3