Searched refs:entcnt (Results 1 – 2 of 2) sorted by relevance
911 uint_t entcnt; in build_file() local913 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()
429 new_section(Ofl_desc *ofl, Word shtype, const char *shname, Xword entcnt, in new_section() argument635 size = entcnt * sec_info->sh_entsize; in new_section()