Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dorder.c437 Word ndx1, ndx2; in comp() local
440 ndx1 = s1->is_shdr->sh_info; in comp()
442 ndx1 = s1->is_shdr->sh_link; in comp()
449 i1 = s1->is_file->ifl_isdesc[ndx1]; in comp()
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.c359 Word ndx1, ndx2; in all_same() local
361 ndx1 = sym1->st_shndx; in all_same()
362 if ((ndx1 == SHN_XINDEX) && in all_same()
366 ndx1 = symstate1->xshndx. in all_same()
377 if (ndx1 != ndx2) in all_same()
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4848 size_t ndx1; in shdr_cache() local
4860 for (ndx1 = ndx + 1; ndx1 < shdr_ndx_arr_cnt; ndx1++) { in shdr_cache()
4861 Cache *_cache1 = cache + shdr_ndx_arr[ndx1]; in shdr_cache()