Home
last modified time | relevance | path

Searched refs:preload (Results 1 – 22 of 22) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Ddepend.c133 const char *preload; in depend() local
142 preload = NULL; in depend()
145 preload = name; in depend()
270 if (preload) { in depend()
272 MSG_ORIG(MSG_ENV_LD_PRELOAD), preload); in depend()
282 (putenv(eldf) != 0) || (preload && (putenv(epld) != 0))) { in depend()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.manypids.ksh38 preload=$lib:${preload}
41 export LD_PRELOAD=$preload
/illumos-gate/usr/src/cmd/sgs/ldd/common/
H A Dldd.c559 const char *preload = 0; in run() local
610 preload = MSG_ORIG(MSG_LD_PRELOAD); in run()
619 preload = MSG_ORIG(MSG_LD_PRELOAD_64); in run()
624 preload = MSG_ORIG(MSG_LD_PRELOAD_32); in run()
628 if ((str = (char *)malloc(strlen(preload) + in run()
635 (void) sprintf(str, format, preload, fname, files); in run()
672 if (preload) { in run()
674 size = strlen(preload); in run()
675 if ((strncmp(preload, str, size) == 0) && in run()
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vcos_ultra3.S187 lda [%i1]%asi,%l1 ! preload next argument
210 lda [%i1]%asi,%l2 ! preload next argument
233 lda [%i1]%asi,%l3 ! preload next argument
428 lda [%i1]%asi,%l0 ! preload next argument
794 lda [%i1]%asi,%l0 ! preload next argument
948 lda [%i1]%asi,%l0 ! preload next argument
1108 lda [%i1]%asi,%l0 ! preload next argument
1263 lda [%i1]%asi,%l0 ! preload next argument
1429 lda [%i1]%asi,%l0 ! preload next argument
1584 lda [%i1]%asi,%l0 ! preload next argument
[all …]
H A D__vsin_ultra3.S186 lda [%i1]%asi,%l1 ! preload next argument
209 lda [%i1]%asi,%l2 ! preload next argument
232 lda [%i1]%asi,%l3 ! preload next argument
443 lda [%i1]%asi,%l0 ! preload next argument
805 lda [%i1]%asi,%l0 ! preload next argument
959 lda [%i1]%asi,%l0 ! preload next argument
1119 lda [%i1]%asi,%l0 ! preload next argument
1274 lda [%i1]%asi,%l0 ! preload next argument
1440 lda [%i1]%asi,%l0 ! preload next argument
1595 lda [%i1]%asi,%l0 ! preload next argument
[all …]
H A D__vsin.S232 lda [%i1]%asi,%l1 ! preload next argument
255 lda [%i1]%asi,%l2 ! preload next argument
392 lda [%i1]%asi,%l0 ! preload next argument
511 lda [%i1]%asi,%l0 ! preload next argument
632 lda [%i1]%asi,%l0 ! preload next argument
735 lda [%i1]%asi,%l0 ! preload next argument
859 lda [%i1]%asi,%l0 ! preload next argument
963 lda [%i1]%asi,%l0 ! preload next argument
1069 lda [%i1]%asi,%l0 ! preload next argument
1121 lda [%i1]%asi,%l0 ! preload next argument
[all …]
H A D__vsincos.S187 lda [%i1]%asi,%l1 ! preload next argument
213 lda [%i1]%asi,%l2 ! preload next argument
421 lda [%i1]%asi,%l0 ! preload next argument
725 lda [%i1]%asi,%l0 ! preload next argument
H A D__vcos.S303 lda [%i1]%asi,%l1 ! preload next argument
326 lda [%i1]%asi,%l2 ! preload next argument
463 lda [%i1]%asi,%l0 ! preload next argument
582 lda [%i1]%asi,%l0 ! preload next argument
703 lda [%i1]%asi,%l0 ! preload next argument
806 lda [%i1]%asi,%l0 ! preload next argument
930 lda [%i1]%asi,%l0 ! preload next argument
1034 lda [%i1]%asi,%l0 ! preload next argument
1140 lda [%i1]%asi,%l0 ! preload next argument
1192 lda [%i1]%asi,%l0 ! preload next argument
[all …]
H A D__vlog.S263 lda [%i1]%asi,%l1 ! preload next argument
342 lda [%i1]%asi,%l2 ! preload next argument
421 lda [%i1]%asi,%l0 ! preload next argument
H A D__vexp.S742 lda [%i1]%asi,%l1 ! preload next argument
765 lda [%i1]%asi,%l2 ! preload next argument
955 lda [%i1]%asi,%l0 ! preload next argument
1268 lda [%i1]%asi,%l2 ! preload next argument
H A D__vatan2.S199 lda [%i1]%asi,%f10 ! preload next argument
492 lda [%i1]%asi,%f0 ! preload next argument
H A D__vexpf.S317 ! preload 8 elements and get absolute values
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dsetup.c90 preload(const char *str, Rt_map *mlmp, Rt_map **clmp) in preload() function
970 if (rpl_preload && (preload(rpl_preload, mlmp, &clmp) == 0)) in setup()
972 if (prm_preload && (preload(prm_preload, mlmp, &clmp) == 0)) in setup()
/illumos-gate/usr/src/uts/sun4/ml/
H A Dip_ocsum.S284 ! preload for main loop - 9 clocks assuming D$ hits at 1 per
/illumos-gate/usr/src/uts/common/io/ural/
H A Dural.c1116 uint16_t logcwmin, preload, tmp; in ural_enable_tsf_sync() local
1125 preload = (ic->ic_opmode == IEEE80211_M_IBSS) ? 320 : 6; in ural_enable_tsf_sync()
1126 tmp = logcwmin << 12 | preload; in ural_enable_tsf_sync()
/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt.c430 adt_translation_t **xlate, void (*preload)(au_event_t, adt_event_data_t *)) in adt_load_table()
437 state->as_preload = preload; in adt_load_table()
/illumos-gate/usr/src/lib/c_synonyms/
H A Dsyn_common34 # only way of calling them now is to preload c_synonyms.so.1
/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560.c430 uint16_t logcwmin, preload; in rt2560_enable_tsf_sync() local
442 preload = (ic->ic_opmode == IEEE80211_M_STA) ? 384 : 1024; in rt2560_enable_tsf_sync()
443 tmp = logcwmin << 16 | preload; in rt2560_enable_tsf_sync()
/illumos-gate/usr/src/lib/libbsm/
H A Dauditxml557 void (*preload)(au_event_t, adt_event_data_t *));
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.tab303 +12 long 5 preload executable x-system/exe
/illumos-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.scoped.in233 SCOPED_SYMBOL|SunOS_5.6|ld.so.1|preload
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README237 4327653 run-time linker should preload tables it will process (madvise)