Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_diff.c164 ctf_id_t iref = CTF_ERR, oref = CTF_ERR; in ctf_diff_typedef() local
174 oref = ctf_type_reference(ofp, oid); in ctf_diff_typedef()
175 if (oref == CTF_ERR) in ctf_diff_typedef()
177 oid = oref; in ctf_diff_typedef()
180 VERIFY(iref != CTF_ERR && oref != CTF_ERR); in ctf_diff_typedef()
181 return (ctf_diff_type(cds, ifp, iref, ofp, oref)); in ctf_diff_typedef()
191 ctf_id_t iref, oref; in ctf_diff_qualifier() local
197 oref = ctf_type_reference(ofp, oid); in ctf_diff_qualifier()
198 if (oref == CTF_ERR) in ctf_diff_qualifier()
201 return (ctf_diff_type(cds, ifp, iref, ofp, oref)); in ctf_diff_qualifier()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dresolve.c1090 Half oref = sdp->sd_ref; local
1126 if ((oref == REF_REL_NEED) || (nfile == ET_REL))
1190 if ((oref == REF_REL_NEED) || (nfile == ET_REL)) {