Lines Matching refs:pcontents
1313 const unsigned char* pcontents = this->section_contents(shndx, in layout_gnu_property_section() local
1316 const unsigned char* pcontents_end = pcontents + contents_len; in layout_gnu_property_section()
1319 while (pcontents < pcontents_end) in layout_gnu_property_section()
1321 if (pcontents + 16 > pcontents_end) in layout_gnu_property_section()
1329 size_t namesz = elfcpp::Swap<32, big_endian>::readval(pcontents); in layout_gnu_property_section()
1330 size_t descsz = elfcpp::Swap<32, big_endian>::readval(pcontents + 4); in layout_gnu_property_section()
1331 unsigned int ntype = elfcpp::Swap<32, big_endian>::readval(pcontents + 8); in layout_gnu_property_section()
1332 const unsigned char* pname = pcontents + 12; in layout_gnu_property_section()
1353 if (pdesc + descsz > pcontents + contents_len) in layout_gnu_property_section()
1384 pcontents = pdesc + align_address(descsz, size / 8); in layout_gnu_property_section()
1893 const unsigned char* pcontents in do_layout() local
1898 = reinterpret_cast<const lto_section*>(pcontents); in do_layout()