Home
last modified time | relevance | path

Searched refs:plt_call_stubs_ (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/
Dpowerpc.cc3864 targ_(targ), plt_call_stubs_(), long_branch_stubs_(), in Stub_table()
3935 this->plt_call_stubs_.clear(); in clear_stubs()
4247 Plt_stub_entries plt_call_stubs_; member in __anon34c063400111::Stub_table
4285 = this->plt_call_stubs_.insert(std::make_pair(ent, off)); in add_plt_call_entry()
4303 = this->plt_call_stubs_.insert(std::make_pair(ent, off)); in add_plt_call_entry()
4320 typename Plt_stub_entries::const_iterator p = this->plt_call_stubs_.find(ent); in find_plt_call_entry()
4321 return p == this->plt_call_stubs_.end() ? invalid_address : p->second; in find_plt_call_entry()
4329 typename Plt_stub_entries::const_iterator p = this->plt_call_stubs_.find(ent); in find_plt_call_entry()
4330 return p == this->plt_call_stubs_.end() ? invalid_address : p->second; in find_plt_call_entry()
4342 typename Plt_stub_entries::const_iterator p = this->plt_call_stubs_.find(ent); in find_plt_call_entry()
[all …]