Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dresolve.c661 Boolean otent = FALSE, ntent = FALSE; in sym_realtent() local
722 otent = TRUE; in sym_realtent()
750 ((otent && (osym->st_size > nsym->st_size)) || in sym_realtent()
792 if ((ofile == ET_REL) && (nfile == ET_DYN) && (otent == TRUE) && in sym_realtent()
810 if (((otent) && (!((obind != STB_WEAK) && (nbind == STB_WEAK)))) || in sym_realtent()