Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddeftag.msg28 @ MSG_REF_DYN_SEEN "REF_DYN_SEEN"
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dldentry.c162 if ((sdp->sd_ref == REF_DYN_SEEN) || in ld_map_out()
H A Dsyms.c516 sdp->sd_ref = REF_DYN_SEEN; in ld_sym_enter()
598 if (sdp->sd_ref == REF_DYN_SEEN) { in ld_sym_enter()
1075 SYM_NOHASH, NULL, ofl)) != NULL) && (sdp->sd_ref != REF_DYN_SEEN)) { in ld_sym_spec()
1409 (sdp->sd_ref == REF_DYN_SEEN)) in ld_sym_validate()
1637 if (sdp->sd_ref == REF_DYN_SEEN) in ld_sym_validate()
2250 sdp->sd_ref = REF_DYN_SEEN; in ld_sym_process()
H A Drelocate.c1522 if ((_sdp->sd_ref != REF_DYN_SEEN) && in ld_process_sym_reloc()
2497 (sdp->sd_ref != REF_DYN_SEEN)))) { in ld_reloc_init()
H A Dresolve.c328 if ((sdp->sd_ref == REF_DYN_SEEN) && in sym_promote()
H A Dupdate.c1021 if (sdp->sd_ref == REF_DYN_SEEN) in update_osym()
1621 if (_sdp->sd_ref != REF_DYN_SEEN) { in update_osym()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h98 REF_DYN_SEEN, /* a .so symbol has been seen */ enumerator