Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c911 uint_t entcnt; in build_file() local
913 entcnt = src_shdr.sh_size / in build_file()
916 newshndx = malloc(entcnt * src_shdr.sh_entsize); in build_file()
923 for (c = 0; c < entcnt; c++) { in build_file()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsections.c429 new_section(Ofl_desc *ofl, Word shtype, const char *shname, Xword entcnt, in new_section() argument
635 size = entcnt * sec_info->sh_entsize; in new_section()