Searched defs: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; local
722 otent = TRUE;
750 ((otent && (osym->st_size > nsym->st_size)) ||
792 if ((ofile == ET_REL) && (nfile == ET_DYN) && (otent == TRUE) &&
810 if (((otent) && (!((obind != STB_WEAK) && (nbind == STB_WEAK)))) ||

Completed in 83 milliseconds