Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dsections.c1622 if ((ofl->ofl_flags & FLG_OF_OTOSCAP) && (ofl->ofl_capsymcnt == 0)) in make_cap()
1630 if ((ofl->ofl_flags & FLG_OF_OTOSCAP) && ofl->ofl_capsymcnt && in make_cap()
1636 ofl->ofl_flags &= ~FLG_OF_OTOSCAP; in make_cap()
H A Dfiles.c930 ((symcapndx != -1) || ((ofl->ofl_flags & FLG_OF_OTOSCAP) == 0))) { in process_cap()
992 ((ofl->ofl_flags & FLG_OF_OTOSCAP) == 0)) in process_cap()
1010 (symcapndx == -1) && (ofl->ofl_flags & FLG_OF_OTOSCAP)) in process_cap()
H A Dargs.c332 if (ofl->ofl_flags & FLG_OF_OTOSCAP) in check_flags()
1398 ofl->ofl_flags |= FLG_OF_OTOSCAP; in parseopt_pass1()
H A Dupdate.c2968 if (ofl->ofl_flags & FLG_OF_OTOSCAP) { in update_oehdr()
/titanic_50/usr/src/cmd/sgs/include/
H A Dlibld.h461 #define FLG_OF_OTOSCAP 0x040000000000 /* convert object capabilities to */ macro