Home
last modified time | relevance | path

Searched refs:FLG_OF1_NOPARTI (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsunwmove.c348 } else if ((ofl->ofl_flags1 & FLG_OF1_NOPARTI) != 0) { in ld_process_move()
H A Dargs.c1381 ofl->ofl_flags1 |= FLG_OF1_NOPARTI; in parseopt_pass1()
H A Dupdate.c3177 else if (ofl->ofl_flags1 & FLG_OF1_NOPARTI) in update_move()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h504 #define FLG_OF1_NOPARTI 0x0000040000 /* -znopartial set */ macro