Searched refs:ifl_sortsyms (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Drelocate.c251 if ((ssvp = bsearch((void *)&value, (void *)ifl->ifl_sortsyms,
386 if (ifl->ifl_sortsyms == 0) {
389 if ((ifl->ifl_sortsyms = libld_malloc((ifl->ifl_symscnt + 1) *
432 ifl->ifl_sortsyms[nndx].ssv_value = value;
433 ifl->ifl_sortsyms[nndx].ssv_sdp = sdp;
441 qsort(ifl->ifl_sortsyms, nndx, sizeof (Ssv_desc),
/opensolaris-onvv-gate/usr/src/cmd/sgs/include/
H A Dlibld.h840 Ssv_desc *ifl_sortsyms; /* sorted list of symbols by value */ member in struct:ifl_desc

Completed in 109 milliseconds