Searched refs:pviews (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | reloc.cc | 616 Set_output_views(const Views** ppviews, const Views* pviews) in do_relocate() 619 *ppviews = pviews; in do_relocate() 681 Views* pviews) in write_sections() argument 693 View_size* pvs = &(*pviews)[i]; in write_sections() 872 Views* pviews) in do_relocate_sections() argument 874 this->relocate_section_range(symtab, layout, pshdrs, of, pviews, in do_relocate_sections() 888 Views* pviews, in relocate_section_range() argument 939 gold_assert((*pviews)[index].view != NULL); in relocate_section_range() 941 gold_assert((*pviews)[i].view != NULL); in relocate_section_range() 983 unsigned char* view = (*pviews)[index].view; in relocate_section_range() [all …]
|
| D | object.h | 2607 Views* pviews); 2613 Views* pviews, unsigned int start_shndx, 2713 Views* pviews) in relocate_sections() argument 2714 { this->do_relocate_sections(symtab, layout, pshdrs, of, pviews); } in relocate_sections()
|
| D | arm.cc | 6608 typename Sized_relobj_file<32, big_endian>::Views* pviews) in do_relocate_sections() argument 6611 this->relocate_section_range(symtab, layout, pshdrs, of, pviews, in do_relocate_sections() 6647 gold_assert((*pviews)[i].view != NULL); in do_relocate_sections() 6652 gold_assert((stub_table->address() >= (*pviews)[i].address) in do_relocate_sections() 6654 <= (*pviews)[i].address + (*pviews)[i].view_size)); in do_relocate_sections() 6656 off_t offset = stub_table->address() - (*pviews)[i].address; in do_relocate_sections() 6657 unsigned char* view = (*pviews)[i].view + offset; in do_relocate_sections() 6668 unsigned char* view = (*pviews)[i].view; in do_relocate_sections() 6669 Arm_address view_address = (*pviews)[i].address; in do_relocate_sections() 6670 section_size_type view_size = (*pviews)[i].view_size; in do_relocate_sections() [all …]
|
| D | aarch64.cc | 1862 typename Sized_relobj_file<size, big_endian>::Views* pviews); 1874 typename Sized_relobj_file<size, big_endian>::Views* pviews); 1992 typename Sized_relobj_file<size, big_endian>::Views* pviews) in fix_errata_and_relocate_erratum_stubs() argument 2006 pview((*pviews)[i]); in fix_errata_and_relocate_erratum_stubs() 2151 typename Sized_relobj_file<size, big_endian>::Views* pviews) in do_relocate_sections() argument 2154 this->relocate_section_range(symtab, layout, pshdrs, of, pviews, in do_relocate_sections() 2165 this->fix_errata_and_relocate_erratum_stubs(pviews); in do_relocate_sections() 2194 view_struct = (*pviews)[i]; in do_relocate_sections()
|
| D | powerpc.cc | 123 typename Sized_relobj_file<size, big_endian>::Views* pviews); 2788 typename Sized_relobj_file<size, big_endian>::Views* pviews) in do_relocate_sections() argument 2796 this->relocate_section_range(symtab, layout, pshdrs, of, pviews, in do_relocate_sections() 2798 this->relocate_section_range(symtab, layout, pshdrs, of, pviews, in do_relocate_sections() 2802 this->relocate_section_range(symtab, layout, pshdrs, of, pviews, in do_relocate_sections()
|