Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gold/
Dehframe.cc583 const unsigned char* pcontents = object->section_contents(shndx, in add_ehframe_input_section() local
594 && elfcpp::Swap<32, big_endian>::readval(pcontents) == 0) in add_ehframe_input_section()
601 reloc_type, pcontents, in add_ehframe_input_section()
643 const unsigned char* pcontents, in do_add_ehframe_input_section() argument
649 const unsigned char* p = pcontents; in do_add_ehframe_input_section()
665 if (relocs.advance(p + 4 - pcontents) > 0) in do_add_ehframe_input_section()
688 if (relocs.advance(p + 4 - pcontents) > 0) in do_add_ehframe_input_section()
699 pcontents, p, pentend, &relocs, &cies, in do_add_ehframe_input_section()
707 pcontents, id, p, pentend, &relocs, &cies)) in do_add_ehframe_input_section()
727 const unsigned char* pcontents, in read_cie() argument
[all …]
Dicf.cc849 const unsigned char* pcontents = object->section_contents(ehframe_shndx, in add_ehframe_links() local
852 const unsigned char* p = pcontents; in add_ehframe_links()
853 const unsigned char* pend = pcontents + contents_len; in add_ehframe_links()
905 cies.insert(std::make_pair(p - pcontents, len - 4)); in add_ehframe_links()
911 it = cies.find((p - pcontents) - (id - 4)); in add_ehframe_links()
920 && static_cast<ptrdiff_t>(*it_offset) < (p - pcontents)) in add_ehframe_links()
927 && static_cast<ptrdiff_t>(*it_offset) == (p - pcontents)) in add_ehframe_links()
932 p - pcontents, len - 4}; in add_ehframe_links()
Dehframe.h490 const unsigned char* pcontents,
503 const unsigned char* pcontents,
517 const unsigned char* pcontents,
Dobject.cc1313 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()
[all …]