Searched refs:gndx (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dgroups.c259 Word gndx; local
261 if ((gndx = gd.gd_data[ndx]) >= gifl->ifl_shnum) {
264 EC_WORD(gisc->is_scnndx), gisc->is_name, ndx, gndx);
269 gifl->ifl_isdesc[gndx]->is_flags |= FLG_IS_COMDAT;
H A Dfiles.c1178 uchar_t gndx; local
1180 if ((gndx = (uchar_t)ELF_C_GROUP(*capinfo)) == 0)
1220 if (gndx == CAPINFO_SUNW_GLOB) {
1265 cdp->ca_groups->apl_data[gndx], NULL) == S_ERROR)
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1534 Word gndx = (Word)ELF_C_GROUP(*cip); local
1536 if (gndx && (gndx == descapndx)) {
1613 Word gndx = (Word)ELF_C_GROUP(*cip); local
1615 if ((gndx == 0) || (gndx != CAPINFO_SUNW_GLOB))

Completed in 67 milliseconds