Searched refs:end_ndx (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Ddynamic.c62 Elf_dyn_null_entry(Lm_list *lml, Dyn *dyn, int start_ndx, int end_ndx) argument
67 if (start_ndx == end_ndx) {
72 MSG_ORIG(MSG_FMT_INDEX_RANGE), start_ndx, end_ndx);
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Ddyn.c298 Word end_ndx, ndx, printed = 0; local
396 end_ndx = ndx;
401 while ((end_ndx < (argstate->dyn.num - 1)) &&
405 end_ndx++;
411 Elf_dyn_null_entry(0, dyn, ndx, end_ndx);
412 ndx = end_ndx;
/illumos-gate/usr/src/uts/common/vm/
H A Dvpm.c352 int end_ndx, page_locked = 0; local
360 end_ndx = free_ndx;
405 if (free_ndx != end_ndx) {
H A Dseg_map.c1193 int end_ndx, page_locked = 0; local
1195 end_ndx = free_ndx;
1240 if (free_ndx != end_ndx) {
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c3067 int ndx, end_ndx; local
3164 end_ndx = ndx;
3165 while ((end_ndx < (numdyn - 1)) &&
3168 end_ndx++;
3170 Elf_dyn_null_entry(0, dyn, ndx, end_ndx);
3171 ndx = end_ndx;
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c178 Word bssndx, etext_ndx, edata_ndx = 0, end_ndx, start_ndx; local
585 end_ndx = elf_ndxscn(osp->os_scn);
587 end_ndx = SHN_ABS;
592 end_ndx = SHN_ABS;
1727 sectndx = end_ndx;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c2865 int end_ndx = namelen - 1; local
2872 if (namelen == 0 || !isalpha(name[0]) || !isdigit(name[end_ndx]))
2878 for (ppa_ndx = end_ndx; ppa_ndx > 0; ppa_ndx--)
2882 if (name[ppa_ndx] == '0' && ppa_ndx < end_ndx)

Completed in 144 milliseconds