Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dgroups.c110 for (ndx = 1; ndx < gdp->gd_cnt; ndx++) { in ld_get_group()
243 gd.gd_cnt = gisc->is_indata->d_size / sizeof (Word); in ld_group_process()
260 for (ndx = (gd.gd_cnt - 1); ndx >= 1; ndx--) { in ld_group_process()
288 gd.gd_cnt)) == NULL) in ld_group_process()
296 sizeof (Word) * gd.gd_cnt); in ld_group_process()
308 if (ndx < (gd.gd_cnt - 1)) { in ld_group_process()
310 (gd.gd_cnt - (ndx + 1)) * sizeof (Word)); in ld_group_process()
315 gd.gd_cnt -= 1; in ld_group_process()
327 if (gd.gd_cnt == 1) in ld_group_process()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h1492 size_t gd_cnt; /* number of entries in group data */ member