Home | History | Annotate | Download | only in gold

Lines Matching refs:pov

149   fill_first_plt_entry(unsigned char* pov,
151 { this->do_fill_first_plt_entry(pov, got_address); }
160 fill_plt_entry(unsigned char* pov,
166 return this->do_fill_plt_entry(pov, got_address, got_offset,
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,
1247 memcpy(pov, first_plt_entry, plt_entry_size);
1248 elfcpp::Swap_unaligned<32, false>::writeval(pov + 2, got_address + 4);
1249 elfcpp::Swap<32, false>::writeval(pov + 8, got_address + 8);
1263 unsigned char* pov,
1266 memcpy(pov, first_plt_entry, plt_entry_size);
1283 unsigned char* pov,
1289 memcpy(pov, plt_entry, plt_entry_size);
1290 elfcpp::Swap_unaligned<32, false>::writeval(pov + 2,
1292 elfcpp::Swap_unaligned<32, false>::writeval(pov + 7, plt_rel_offset);
1293 elfcpp::Swap<32, false>::writeval(pov + 12, - (plt_offset + 12 + 4));
1310 Output_data_plt_i386_dyn::do_fill_plt_entry(unsigned char* pov,
1316 memcpy(pov, plt_entry, plt_entry_size);
1317 elfcpp::Swap_unaligned<32, false>::writeval(pov + 2, got_offset);
1318 elfcpp::Swap_unaligned<32, false>::writeval(pov + 7, plt_rel_offset);
1319 elfcpp::Swap<32, false>::writeval(pov + 12, - (plt_offset + 12 + 4));
1394 unsigned char* pov = oview;
1399 this->fill_first_plt_entry(pov, got_address);
1400 pov += this->get_plt_entry_size();
1415 pov += this->get_plt_entry_size(),
1422 unsigned int lazy_offset = this->fill_plt_entry(pov,
1460 gold_assert(static_cast<section_size_type>(pov - oview) == oview_size);
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,
4097 memcpy(pov, first_plt_entry, plt_entry_size);
4098 elfcpp::Swap_unaligned<32, false>::writeval(pov + 2, got_address + 4);
4099 elfcpp::Swap<32, false>::writeval(pov + 8, got_address + 8);
4125 unsigned char* pov,
4128 memcpy(pov, first_plt_entry, plt_entry_size);
4160 unsigned char* pov,
4166 memcpy(pov, plt_entry, plt_entry_size);
4167 elfcpp::Swap_unaligned<32, false>::writeval(pov + 2,
4169 elfcpp::Swap_unaligned<32, false>::writeval(pov + 33, plt_rel_offset);
4170 elfcpp::Swap<32, false>::writeval(pov + 38, - (plt_offset + 38 + 4));
4203 unsigned char* pov,
4209 memcpy(pov, plt_entry, plt_entry_size);
4210 elfcpp::Swap_unaligned<32, false>::writeval(pov + 2, got_offset);
4211 elfcpp::Swap_unaligned<32, false>::writeval(pov + 33, plt_rel_offset);
4212 elfcpp::Swap<32, false>::writeval(pov + 38, - (plt_offset + 38 + 4));