Lines Matching refs:sz
1721 unsigned int sz = (local_symcount + syms.size()) * 2; in symbol_section_contents() local
1722 unsigned char* pbuf = new unsigned char[sz]; in symbol_section_contents()
1752 *psize = sz; in symbol_section_contents()
1770 unsigned int sz = 0; in def_section_contents() local
1775 sz += verdef_size + verdaux_size; in def_section_contents()
1776 sz += (*p)->count_dependencies() * verdaux_size; in def_section_contents()
1779 unsigned char* pbuf = new unsigned char[sz]; in def_section_contents()
1791 gold_assert(static_cast<unsigned int>(pb - pbuf) == sz); in def_section_contents()
1794 *psize = sz; in def_section_contents()
1813 unsigned int sz = 0; in need_section_contents() local
1818 sz += verneed_size; in need_section_contents()
1819 sz += (*p)->count_versions() * vernaux_size; in need_section_contents()
1822 unsigned char* pbuf = new unsigned char[sz]; in need_section_contents()
1834 gold_assert(static_cast<unsigned int>(pb - pbuf) == sz); in need_section_contents()
1837 *psize = sz; in need_section_contents()