Home
last modified time | relevance | path

Searched refs:FLG_OF1_LAZYLD (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dargs.c484 ofl->ofl_flags1 |= FLG_OF1_LAZYLD; in check_flags()
1931 ofl->ofl_flags1 |= FLG_OF1_LAZYLD; in parseopt_pass2()
1935 ofl->ofl_flags1 &= ~ FLG_OF1_LAZYLD; in parseopt_pass2()
H A Dfiles.c3374 if (ofl->ofl_flags1 & FLG_OF1_LAZYLD) in ld_process_ifl()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h500 #define FLG_OF1_LAZYLD 0x0000008000 /* lazy loading of objects enabled */ macro