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