Searched refs:ndx_high (Results 1 – 1 of 1) sorted by relevance
164 unsigned int ndx_high = 0; in _dl_check_map_versions() local224 if ((unsigned int) (aux->vna_other & 0x7fff) > ndx_high) in _dl_check_map_versions()225 ndx_high = aux->vna_other & 0x7fff; in _dl_check_map_versions()256 if ((unsigned int) (ent->vd_ndx & 0x7fff) > ndx_high) in _dl_check_map_versions()257 ndx_high = ent->vd_ndx & 0x7fff; in _dl_check_map_versions()267 if (ndx_high > 0) in _dl_check_map_versions()273 calloc (ndx_high + 1, sizeof (*map->l_versions)); in _dl_check_map_versions()284 map->l_nversions = ndx_high + 1; in _dl_check_map_versions()
Completed in 3 milliseconds