Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Ddynobj.cc1722 unsigned char* pbuf = new unsigned char[sz]; in symbol_section_contents() local
1725 elfcpp::Swap<16, big_endian>::writeval(pbuf + i * 2, in symbol_section_contents()
1747 elfcpp::Swap<16, big_endian>::writeval(pbuf + (*p)->dynsym_index() * 2, in symbol_section_contents()
1751 *pp = pbuf; in symbol_section_contents()
1779 unsigned char* pbuf = new unsigned char[sz]; in def_section_contents() local
1781 unsigned char* pb = pbuf; in def_section_contents()
1791 gold_assert(static_cast<unsigned int>(pb - pbuf) == sz); in def_section_contents()
1793 *pp = pbuf; in def_section_contents()
1822 unsigned char* pbuf = new unsigned char[sz]; in need_section_contents() local
1824 unsigned char* pb = pbuf; in need_section_contents()
[all …]