Lines Matching refs:got_address
150 elfcpp::Elf_types<32>::Elf_Addr got_address) in fill_first_plt_entry() argument
151 { this->do_fill_first_plt_entry(pov, got_address); } in fill_first_plt_entry()
161 elfcpp::Elf_types<32>::Elf_Addr got_address, in fill_plt_entry() argument
166 return this->do_fill_plt_entry(pov, got_address, got_offset, in fill_plt_entry()
175 elfcpp::Elf_types<32>::Elf_Addr got_address) = 0;
179 elfcpp::Elf_types<32>::Elf_Addr got_address,
301 elfcpp::Elf_types<32>::Elf_Addr got_address);
305 elfcpp::Elf_types<32>::Elf_Addr got_address,
1271 elfcpp::Elf_types<32>::Elf_Addr got_address) in do_fill_first_plt_entry() argument
1274 elfcpp::Swap_unaligned<32, false>::writeval(pov + 2, got_address + 4); in do_fill_first_plt_entry()
1275 elfcpp::Swap<32, false>::writeval(pov + 8, got_address + 8); in do_fill_first_plt_entry()
1310 elfcpp::Elf_types<32>::Elf_Addr got_address, in do_fill_plt_entry() argument
1317 got_address + got_offset); in do_fill_plt_entry()
1423 elfcpp::Elf_types<32>::Elf_Addr got_address = this->got_plt_->address(); in do_write() local
1425 this->fill_first_plt_entry(pov, got_address); in do_write()
1449 got_address, in do_write()
4109 elfcpp::Elf_types<32>::Elf_Addr got_address);
4113 elfcpp::Elf_types<32>::Elf_Addr got_address,
4232 elfcpp::Elf_types<32>::Elf_Addr got_address) in do_fill_first_plt_entry() argument
4235 elfcpp::Swap_unaligned<32, false>::writeval(pov + 2, got_address + 4); in do_fill_first_plt_entry()
4236 elfcpp::Swap<32, false>::writeval(pov + 8, got_address + 8); in do_fill_first_plt_entry()
4298 elfcpp::Elf_types<32>::Elf_Addr got_address, in do_fill_plt_entry() argument
4305 got_address + got_offset); in do_fill_plt_entry()