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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsections.c821 uint_t entcount; local
835 entcount = 0;
837 entcount++;
839 if (new_section(ofl, shtype, sectname, entcount, &isec, &shdr, &data) ==
843 if ((data->d_buf = libld_calloc(sizeof (Addr), entcount)) == NULL)

Completed in 51 milliseconds