Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/libld/common/
H A Dupdate.c225 Sym_s_list *sorted_syms; /* table to hold sorted symbols */ in update_osym() local
977 if ((sorted_syms = libld_calloc(ofl->ofl_globcnt + in update_osym()
979 sizeof (*sorted_syms))) == NULL) in update_osym()
1022 sorted_syms[scndx++].sl_sdp = sdp; in update_osym()
1024 sorted_syms[ssndx].sl_hval = sdp->sd_aux->sa_hash % in update_osym()
1026 sorted_syms[ssndx].sl_sdp = sdp; in update_osym()
1173 qsort(sorted_syms + ofl->ofl_scopecnt + ofl->ofl_elimcnt, in update_osym()
1188 sdp = sorted_syms[ssndx].sl_sdp; in update_osym()