Searched defs:c_osdp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsyms.c1883 Sym_desc *c_osdp; /* original symbol */ member in struct:__anon1730
2585 if ((cpp->c_osdp =
2589 cpp->c_osdp->sd_name = name;
2590 cpp->c_osdp->sd_sym = nsym;
2591 cpp->c_osdp->sd_shndx = shndx;
2592 cpp->c_osdp->sd_file = ifl;
2593 cpp->c_osdp->sd_isc = ifl->ifl_isdesc[shndx];
2594 cpp->c_osdp->sd_ref = REF_REL_NEED;
2860 * pair that has been collected defines the original symbol (c_osdp),
2873 Sym_desc *sdp1 = cpp1->c_osdp;
[all...]

Completed in 64 milliseconds