Home | History | Annotate | Download | only in gold

Lines Matching refs:pov

4178   fill_first_plt_entry(unsigned char* pov,
4181 { this->do_fill_first_plt_entry(pov, got_address, plt_address); }
4185 fill_plt_entry(unsigned char* pov,
4191 this->do_fill_plt_entry(pov, got_address, plt_address,
4197 fill_tlsdesc_entry(unsigned char* pov,
4204 this->do_fill_tlsdesc_entry(pov, gotplt_address, plt_address, got_base,
4218 do_fill_first_plt_entry(unsigned char* pov,
4223 do_fill_plt_entry(unsigned char* pov,
4230 do_fill_tlsdesc_entry(unsigned char* pov,
4545 do_fill_first_plt_entry(unsigned char* pov,
4550 do_fill_plt_entry(unsigned char* pov,
4557 do_fill_tlsdesc_entry(unsigned char* pov,
4696 unsigned char* pov,
4710 memcpy(pov, this->first_plt_entry, this->first_plt_entry_size);
4716 AArch64_relocate_functions<size, big_endian>::adrp(pov + 4,
4721 pov + 8,
4727 pov + 12,
4739 unsigned char* pov,
4745 memcpy(pov, this->plt_entry, this->plt_entry_size);
4752 pov,
4758 pov + 4,
4764 pov + 8,
4834 unsigned char* pov,
4841 memcpy(pov, tlsdesc_plt_entry, plt_tlsdesc_entry_size);
4850 pov + 4,
4856 pov + 8,
4862 pov + 12,
4868 pov + 16,
4895 unsigned char* pov = oview;
4903 this->fill_first_plt_entry(pov, gotplt_address, plt_address);
4904 pov += this->first_plt_entry_offset();
4917 pov += this->get_plt_entry_size(),
4923 this->fill_plt_entry(pov, gotplt_address, plt_address,
4937 this->fill_tlsdesc_entry(pov, gotplt_address, plt_address, got_base,
4939 pov += this->get_plt_tlsdesc_entry_size();
4942 gold_assert(static_cast<section_size_type>(pov - oview) == oview_size);