Home
last modified time | relevance | path

Searched refs:FLG_OF_OTOSCAP (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsections.c1640 if ((ofl->ofl_flags & FLG_OF_OTOSCAP) && (ofl->ofl_capsymcnt == 0)) in make_cap()
1648 if ((ofl->ofl_flags & FLG_OF_OTOSCAP) && ofl->ofl_capsymcnt && in make_cap()
1654 ofl->ofl_flags &= ~FLG_OF_OTOSCAP; in make_cap()
H A Dargs.c363 if (ofl->ofl_flags & FLG_OF_OTOSCAP) in check_flags()
1440 ofl->ofl_flags |= FLG_OF_OTOSCAP; in parseopt_pass1()
H A Dfiles.c962 ((symcapndx != -1) || ((ofl->ofl_flags & FLG_OF_OTOSCAP) == 0))) { in process_cap()
1024 ((ofl->ofl_flags & FLG_OF_OTOSCAP) == 0)) in process_cap()
1042 (symcapndx == -1) && (ofl->ofl_flags & FLG_OF_OTOSCAP)) in process_cap()
H A Dupdate.c3047 if (ofl->ofl_flags & FLG_OF_OTOSCAP) { in update_oehdr()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h466 #define FLG_OF_OTOSCAP 0x040000000000 /* convert object capabilities to */ macro