Lines Matching refs:pov
149 fill_first_plt_entry(unsigned char* pov, in fill_first_plt_entry() argument
151 { this->do_fill_first_plt_entry(pov, got_address); } in fill_first_plt_entry()
160 fill_plt_entry(unsigned char* pov, in fill_plt_entry() argument
166 return this->do_fill_plt_entry(pov, got_address, got_offset, in fill_plt_entry()
174 do_fill_first_plt_entry(unsigned char* pov,
178 do_fill_plt_entry(unsigned char* pov,
300 do_fill_first_plt_entry(unsigned char* pov,
304 do_fill_plt_entry(unsigned char* pov,
331 do_fill_first_plt_entry(unsigned char* pov, elfcpp::Elf_types<32>::Elf_Addr);
334 do_fill_plt_entry(unsigned char* pov,
1244 unsigned char* pov, in do_fill_first_plt_entry() argument
1247 memcpy(pov, first_plt_entry, plt_entry_size); in do_fill_first_plt_entry()
1248 elfcpp::Swap_unaligned<32, false>::writeval(pov + 2, got_address + 4); in do_fill_first_plt_entry()
1249 elfcpp::Swap<32, false>::writeval(pov + 8, got_address + 8); in do_fill_first_plt_entry()
1263 unsigned char* pov, in do_fill_first_plt_entry() argument
1266 memcpy(pov, first_plt_entry, plt_entry_size); in do_fill_first_plt_entry()
1283 unsigned char* pov, in do_fill_plt_entry() argument
1289 memcpy(pov, plt_entry, plt_entry_size); in do_fill_plt_entry()
1290 elfcpp::Swap_unaligned<32, false>::writeval(pov + 2, in do_fill_plt_entry()
1292 elfcpp::Swap_unaligned<32, false>::writeval(pov + 7, plt_rel_offset); in do_fill_plt_entry()
1293 elfcpp::Swap<32, false>::writeval(pov + 12, - (plt_offset + 12 + 4)); in do_fill_plt_entry()
1310 Output_data_plt_i386_dyn::do_fill_plt_entry(unsigned char* pov, in do_fill_plt_entry() argument
1316 memcpy(pov, plt_entry, plt_entry_size); in do_fill_plt_entry()
1317 elfcpp::Swap_unaligned<32, false>::writeval(pov + 2, got_offset); in do_fill_plt_entry()
1318 elfcpp::Swap_unaligned<32, false>::writeval(pov + 7, plt_rel_offset); in do_fill_plt_entry()
1319 elfcpp::Swap<32, false>::writeval(pov + 12, - (plt_offset + 12 + 4)); in do_fill_plt_entry()
1394 unsigned char* pov = oview; in do_write() local
1399 this->fill_first_plt_entry(pov, got_address); in do_write()
1400 pov += this->get_plt_entry_size(); in do_write()
1415 pov += this->get_plt_entry_size(), in do_write()
1422 unsigned int lazy_offset = this->fill_plt_entry(pov, in do_write()
1460 gold_assert(static_cast<section_size_type>(pov - oview) == oview_size); in do_write()
3972 do_fill_first_plt_entry(unsigned char* pov,
3976 do_fill_plt_entry(unsigned char* pov,
4001 do_fill_first_plt_entry(unsigned char* pov, elfcpp::Elf_types<32>::Elf_Addr);
4004 do_fill_plt_entry(unsigned char* pov,
4094 unsigned char* pov, in do_fill_first_plt_entry() argument
4097 memcpy(pov, first_plt_entry, plt_entry_size); in do_fill_first_plt_entry()
4098 elfcpp::Swap_unaligned<32, false>::writeval(pov + 2, got_address + 4); in do_fill_first_plt_entry()
4099 elfcpp::Swap<32, false>::writeval(pov + 8, got_address + 8); in do_fill_first_plt_entry()
4125 unsigned char* pov, in do_fill_first_plt_entry() argument
4128 memcpy(pov, first_plt_entry, plt_entry_size); in do_fill_first_plt_entry()
4160 unsigned char* pov, in do_fill_plt_entry() argument
4166 memcpy(pov, plt_entry, plt_entry_size); in do_fill_plt_entry()
4167 elfcpp::Swap_unaligned<32, false>::writeval(pov + 2, in do_fill_plt_entry()
4169 elfcpp::Swap_unaligned<32, false>::writeval(pov + 33, plt_rel_offset); in do_fill_plt_entry()
4170 elfcpp::Swap<32, false>::writeval(pov + 38, - (plt_offset + 38 + 4)); in do_fill_plt_entry()
4203 unsigned char* pov, in do_fill_plt_entry() argument
4209 memcpy(pov, plt_entry, plt_entry_size); in do_fill_plt_entry()
4210 elfcpp::Swap_unaligned<32, false>::writeval(pov + 2, got_offset); in do_fill_plt_entry()
4211 elfcpp::Swap_unaligned<32, false>::writeval(pov + 33, plt_rel_offset); in do_fill_plt_entry()
4212 elfcpp::Swap<32, false>::writeval(pov + 38, - (plt_offset + 38 + 4)); in do_fill_plt_entry()