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

/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c903 uint_t entcnt; local
905 entcnt = src_shdr.sh_size /
908 newshndx = malloc(entcnt * src_shdr.sh_entsize);
915 for (c = 0; c < entcnt; c++) {
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsections.c408 * entcnt - # of items contained in the data part of the new section.
426 new_section(Ofl_desc *ofl, Word shtype, const char *shname, Xword entcnt, argument
632 size = entcnt * sec_info->sh_entsize;
753 * and there is no entcnt for a BSS. So, the shname and entcnt
1969 * Allocate section header structures. We set entcnt to 0

Completed in 248 milliseconds