Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsections.c694 new_section_from_template(Ofl_desc *ofl, Is_desc *tmpl_isp, size_t size, in new_section_from_template() argument
706 data->d_type = tmpl_isp->is_indata->d_type; in new_section_from_template()
708 data->d_align = tmpl_isp->is_shdr->sh_addralign; in new_section_from_template()
716 *shdr = *tmpl_isp->is_shdr; in new_section_from_template()
726 isec->is_name = tmpl_isp->is_name; in new_section_from_template()