Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/include/
H A Dlibld.h481 #define FLG_OF1_NOINTRP 0x0000000008 /* -z nointerp flag set */ macro
/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dargs.c367 if (ofl->ofl_interp && (ofl->ofl_flags1 & FLG_OF1_NOINTRP)) in check_flags()
1374 ofl->ofl_flags1 |= FLG_OF1_NOINTRP; in parseopt_pass1()
H A Dsections.c1363 if (ofl->ofl_flags1 & FLG_OF1_NOINTRP) in make_interp()