HomeSort by relevance Sort by last modified time
    Searched refs:lazy (Results 1 - 8 of 8) sorted by null

  /onnv/onnv-gate/usr/src/cmd/sgs/ldd/common/
ldd.c 73 * If -L is specified we revert to lazy loading, thus any filtee or lazy
77 * any lazy loaded dependencies.
140 lazy[] = "LD_NOLAZYLOAD=1", variable
312 lazy[sizeof (lazy) - 2] = (Lflag) ? '\0' : '1';
715 (putenv(init) != 0) || (putenv(lazy) != 0) ||
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/common/
dlfcns.c 377 * be loaded as dependencies (lazy-loading) are added to the handle as each new
1054 * To leverage off of lazy loading, dlsym() requests can result in two
1056 * the address space. If the symbol isn't located, and lazy
1060 * constant - this is the standard issue with lazy loading. In addition,
1062 * loading of all lazy dependencies on the given handle, which can
1063 * defeat some of the advantages of lazy loading (look out JVM).
1067 uint_t lazy = 0; local
1094 * Keep track of any global pending lazy loads.
1096 lazy += LAZY(nlmp)
1133 uint_t lazy = 0; local
    [all...]
elf.c 300 * The runtime linker employs lazy loading to provide the libraries needed for
303 * to perform plt relocation on ld.so.1's link-map. The first time lazy loading
306 * - elf_needed() is called to set up the DYNINFO() indexes for each lazy
340 * are recorded as lazy dependencies.
352 * Lazy load an object.
397 * Lazy dependencies are identified as DT_NEEDED entries with a
402 * load a failed lazy loadable dependency within the same runtime linker
430 * Remove any expanded pathname infrastructure. Reduce the pending lazy
432 * count of objects that still have lazy dependencies pending.
435 if (--LAZY(clmp) == 0
629 uint_t lazy, flags; local
    [all...]
remove.c 32 * - tearing down a dlopen(), lazy-load, or filter hierarchy that failed to
399 remove_lists(Rt_map *lmp, int lazy)
430 * remove the callers DYNINFO() entry and bump the lazy counts.
431 * This reinitialization of the lazy information allows a lazy
437 if (lazy && ((dip = DYNINFO(clmp)) != NULL)) {
447 if (LAZY(clmp)++ == 0)
483 * If a lazy loaded object, or filtee fails to load, possibly because it, or
795 * of a lazy load, a dlopen(), or a filtee load, once the application is
838 * If none exists (which would occur from a lazy load request), an
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
Exporter.pm 354 for some symbols and performing lazy architectural checks (put more
Switch.pm 827 produce an anonymous subroutine that implements a lazy version
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
c2ph.PL 112 So I got smart: I decided to be lazy and let the C compiler parse the C,
247 into the packed structure with vec() if you're too lazy
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/packages/common/
SUNWonld-README 278 4310901 su.static fails when OSNet build with lazy-loading
447 4469566 lazy loading fallback can reference un-relocated objects
465 4461760 lazy loading libXm and libXt can fail.
544 4651709 dlopen(RTLD_NOLOAD) can disable lazy loading
    [all...]

Completed in 549 milliseconds