Searched defs:shxndx (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c130 int checked; /* TRUE if already checked for shxndx */
133 uint_t n; /* # items in shxndx.data */
134 } shxndx; member in struct:__anon140
991 state->shxndx.checked = 0;
992 state->shxndx.data = NULL;
993 state->shxndx.n = 0;
1045 state->shxndx.checked = 1; /* Note that we've been called */
1062 state->shxndx.data = _cache->c_data->d_buf;
1063 state->shxndx.n = symn;
1130 if ((sym->st_shndx == SHN_XINDEX) && (state->shxndx
[all...]

Completed in 223 milliseconds