Lines Matching defs:ofile
559 Half ofile = sdp->sd_file->ifl_ehdr->e_type;
567 if ((ofile == ET_REL) && (nfile == ET_REL) && (obind != STB_WEAK) &&
632 } else if ((nfile == ET_REL) && ((ofile == ET_DYN) ||
662 Half ofile = sdp->sd_file->ifl_ehdr->e_type;
681 if ((ofile == ET_REL) && (nfile == ET_REL) && (obind == nbind) &&
699 } else if (ofile != nfile) {
702 if ((ofile == ET_DYN) && (otype == STT_FUNC)) {
748 if (((ofile == ET_REL) && (nfile == ET_REL) &&
792 if ((ofile == ET_REL) && (nfile == ET_DYN) && (otent == TRUE) &&
797 if ((ofile == ET_DYN) && (nfile == ET_REL) && (ntent == TRUE) &&
836 Half ofile = sdp->sd_file->ifl_ehdr->e_type;
978 if (nfile != ofile) {
1029 else if (((ofile != nfile) && (nfile == ET_REL)) ||
1031 (!((ofile != nfile) && (ofile == ET_REL)))))