Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/libld/common/
H A Dsections.c821 uint_t entcount; in make_array() local
835 entcount = 0; in make_array()
837 entcount++; in make_array()
839 if (new_section(ofl, shtype, sectname, entcount, &isec, &shdr, &data) == in make_array()
843 if ((data->d_buf = libld_calloc(sizeof (Addr), entcount)) == NULL) in make_array()