Home
last modified time | relevance | path

Searched refs:DF_P1_LAZYLOAD (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddynamic.c64 { DF_P1_LAZYLOAD, MSG_DF_P1_LAZYLOAD_DEF }, in conv_dyn_posflag1_strings()
70 { DF_P1_LAZYLOAD, MSG_DF_P1_LAZYLOAD_CF }, in conv_dyn_posflag1_strings()
76 { DF_P1_LAZYLOAD, MSG_DF_P1_LAZYLOAD_CFNP }, in conv_dyn_posflag1_strings()
82 { DF_P1_LAZYLOAD, MSG_DF_P1_LAZYLOAD_NF }, in conv_dyn_posflag1_strings()
H A Ddynamic.msg397 @ MSG_DF_P1_LAZYLOAD_CF "DF_P1_LAZYLOAD" # 0x00000001
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Ddynamic.c83 ~(DF_P1_LAZYLOAD | DF_P1_DEFERRED); in update_dynamic()
/illumos-gate/usr/src/uts/common/sys/
H A Dlink.h262 #define DF_P1_LAZYLOAD 0x00000001 /* following object is to be */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Delf.c1768 if ((pdyn->d_un.d_val & DF_P1_LAZYLOAD) &&
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c2183 dyn->d_un.d_val = DF_P1_LAZYLOAD; in update_odynamic()