Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/elfedit/common/
H A Delfconst.c161 void *ste_alloc; /* Current memory allocation */ member
316 if ((sym->ste_alloc != NULL) && (fill_state.cnt > sym->ste_nelts)) { in libconv_fill()
317 free(sym->ste_alloc); in libconv_fill()
318 sym->ste_alloc = NULL; in libconv_fill()
323 if (sym->ste_alloc == NULL) { in libconv_fill()
324 sym->ste_alloc = elfedit_malloc(MSG_INTL(MSG_ALLOC_ELFCONDESC), in libconv_fill()
330 fill_state.desc = sym->ste_alloc; in libconv_fill()