Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfconst.c164 size_t ste_nelts; /* # items in ste_alloc */ member
321 if ((sym->ste_alloc != NULL) && (fill_state.cnt > sym->ste_nelts)) { in libconv_fill()
324 sym->ste_nelts = 0; in libconv_fill()
331 sym->ste_nelts = fill_state.cnt; in libconv_fill()