Home | History | Annotate | Download | only in gold

Lines Matching refs:pov

221   fill_first_plt_entry(unsigned char* pov,
224 { this->do_fill_first_plt_entry(pov, got_address, plt_address); }
229 fill_plt_entry(unsigned char* pov,
236 return this->do_fill_plt_entry(pov, got_address, plt_address,
242 fill_tlsdesc_entry(unsigned char* pov,
249 this->do_fill_tlsdesc_entry(pov, got_address, plt_address, got_base,
257 do_fill_first_plt_entry(unsigned char* pov,
263 do_fill_plt_entry(unsigned char* pov,
271 do_fill_tlsdesc_entry(unsigned char* pov,
366 do_fill_first_plt_entry(unsigned char* pov,
371 do_fill_plt_entry(unsigned char* pov,
379 do_fill_tlsdesc_entry(unsigned char* pov,
1486 unsigned char* pov,
1490 memcpy(pov, first_plt_entry, plt_entry_size);
1492 elfcpp::Swap_unaligned<32, false>::writeval(pov + 2,
1495 elfcpp::Swap<32, false>::writeval(pov + 8,
1518 unsigned char* pov,
1532 memcpy(pov, plt_entry, plt_entry_size);
1533 elfcpp::Swap_unaligned<32, false>::writeval(pov + 2,
1536 elfcpp::Swap_unaligned<32, false>::writeval(pov + 7, plt_index);
1537 elfcpp::Swap<32, false>::writeval(pov + 12,
1562 unsigned char* pov,
1569 memcpy(pov, tlsdesc_plt_entry, plt_entry_size);
1570 elfcpp::Swap_unaligned<32, false>::writeval(pov + 2,
1574 elfcpp::Swap_unaligned<32, false>::writeval(pov + 8,
1653 unsigned char* pov = oview;
1665 this->fill_first_plt_entry(pov, got_address, plt_address);
1666 pov += this->get_plt_entry_size();
1678 pov += this->get_plt_entry_size(),
1684 unsigned int lazy_offset = this->fill_plt_entry(pov,
1698 this->fill_tlsdesc_entry(pov, got_address, plt_address, got_base,
1700 pov += this->get_plt_entry_size();
1703 gold_assert(static_cast<section_size_type>(pov - oview) == oview_size);
4631 do_fill_first_plt_entry(unsigned char* pov,
4636 do_fill_plt_entry(unsigned char* pov,
4644 do_fill_tlsdesc_entry(unsigned char* pov,
4791 unsigned char* pov,
4795 memcpy(pov, first_plt_entry, plt_entry_size);
4796 elfcpp::Swap_unaligned<32, false>::writeval(pov + 2,
4799 elfcpp::Swap_unaligned<32, false>::writeval(pov + 9,
4835 unsigned char* pov,
4842 memcpy(pov, plt_entry, plt_entry_size);
4843 elfcpp::Swap_unaligned<32, false>::writeval(pov + 3,
4848 elfcpp::Swap_unaligned<32, false>::writeval(pov + 33, plt_index);
4849 elfcpp::Swap_unaligned<32, false>::writeval(pov + 38,
4881 unsigned char* pov,
4888 memcpy(pov, tlsdesc_plt_entry, plt_entry_size);
4889 elfcpp::Swap_unaligned<32, false>::writeval(pov + 2,
4893 elfcpp::Swap_unaligned<32, false>::writeval(pov + 9,