Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dresolve.c568 (nbind != STB_WEAK) && (!(ofl->ofl_flags & FLG_OF_MULDEFS))) { in sym_tworeals()
683 if (ofl->ofl_flags & FLG_OF_MULDEFS) { in sym_realtent()
H A Dmachrel.sparc.c1591 if (ofl->ofl_flags & FLG_OF_MULDEFS) { in ld_reloc_register()
H A Dargs.c1369 ofl->ofl_flags |= FLG_OF_MULDEFS; in parseopt_pass1()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h436 #define FLG_OF_MULDEFS 0x00080000 /* multiple symbols are allowed */ macro