Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/mcs/common/
H A Dfile.c903 uint_t entcnt; in build_file() local
905 entcnt = src_shdr.sh_size / in build_file()
908 newshndx = malloc(entcnt * src_shdr.sh_entsize); in build_file()
915 for (c = 0; c < entcnt; c++) { in build_file()
/titanic_44/usr/src/cmd/sgs/libld/common/
H A Dsections.c426 new_section(Ofl_desc *ofl, Word shtype, const char *shname, Xword entcnt, in new_section() argument
632 size = entcnt * sec_info->sh_entsize; in new_section()