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

/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dsections.c814 uint_t entcount; local
828 entcount = 0;
830 entcount++;
832 if (new_section(ofl, shtype, sectname, entcount, &isec, &shdr, &data) ==
836 if ((data->d_buf = libld_calloc(sizeof (Addr), entcount)) == NULL)

Completed in 94 milliseconds