Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/gold/
H A Dreloc.cc872 Views* pviews) in do_relocate_sections() argument
888 Views* pviews, in relocate_section_range() argument
1022 (*pviews)[i].view, in relocate_section_range()
1741 Views* pviews);
1750 Views* pviews,
1769 Views* pviews);
1778 Views* pviews,
1797 Views* pviews);
1806 Views* pviews,
1825 Views* pviews);
[all …]
H A Dobject.h2578 Views* pviews);
2584 Views* pviews, unsigned int start_shndx,
2684 Views* pviews) in relocate_sections() argument
2685 { this->do_relocate_sections(symtab, layout, pshdrs, of, pviews); } in relocate_sections()
/dragonfly/contrib/binutils-2.27/gold/
H A Dreloc.cc619 *ppviews = pviews; in do_relocate()
681 Views* pviews) in write_sections() argument
872 Views* pviews) in do_relocate_sections() argument
989 (*pviews)[i].view, in do_relocate_sections()
990 (*pviews)[i].view_size); in do_relocate_sections()
999 (*pviews)[i].view, in do_relocate_sections()
1000 (*pviews)[i].view_size); in do_relocate_sections()
1718 Views* pviews);
1735 Views* pviews);
1752 Views* pviews);
[all …]
H A Dobject.h2563 Views* pviews);
2653 Views* pviews) in relocate_sections() argument
2654 { this->do_relocate_sections(symtab, layout, pshdrs, of, pviews); } in relocate_sections()
H A Daarch64.cc1813 typename Sized_relobj_file<size, big_endian>::Views* pviews);
1823 fix_errata(typename Sized_relobj_file<size, big_endian>::Views* pviews);
1940 typename Sized_relobj_file<size, big_endian>::Views* pviews) in fix_errata() argument
1956 pview((*pviews)[i]); in fix_errata()
2045 typename Sized_relobj_file<size, big_endian>::Views* pviews) in do_relocate_sections() argument
2049 pshdrs, of, pviews); in do_relocate_sections()
2057 this->fix_errata(pviews); in do_relocate_sections()
2085 view_struct = (*pviews)[i]; in do_relocate_sections()
H A Darm.cc6556 typename Sized_relobj_file<32, big_endian>::Views* pviews) in do_relocate_sections() argument
6560 pshdrs, of, pviews); in do_relocate_sections()
6595 gold_assert((*pviews)[i].view != NULL); in do_relocate_sections()
6600 gold_assert((stub_table->address() >= (*pviews)[i].address) in do_relocate_sections()
6602 <= (*pviews)[i].address + (*pviews)[i].view_size)); in do_relocate_sections()
6604 off_t offset = stub_table->address() - (*pviews)[i].address; in do_relocate_sections()
6605 unsigned char* view = (*pviews)[i].view + offset; in do_relocate_sections()
6616 unsigned char* view = (*pviews)[i].view; in do_relocate_sections()
6617 Arm_address view_address = (*pviews)[i].address; in do_relocate_sections()
6618 section_size_type view_size = (*pviews)[i].view_size; in do_relocate_sections()