Searched refs:plt_call_stubs_ (Results 1 – 1 of 1) sorted by relevance
3570 targ_(targ), plt_call_stubs_(), long_branch_stubs_(), in Stub_table()3640 this->plt_call_stubs_.clear(); in clear_stubs()3939 Plt_stub_entries plt_call_stubs_; member in __anon0f0c9f3e0111::Stub_table3967 = this->plt_call_stubs_.insert(std::make_pair(ent, off)); in add_plt_call_entry()3985 = this->plt_call_stubs_.insert(std::make_pair(ent, off)); in add_plt_call_entry()4002 typename Plt_stub_entries::const_iterator p = this->plt_call_stubs_.find(ent); in find_plt_call_entry()4003 return p == this->plt_call_stubs_.end() ? invalid_address : p->second; in find_plt_call_entry()4011 typename Plt_stub_entries::const_iterator p = this->plt_call_stubs_.find(ent); in find_plt_call_entry()4012 return p == this->plt_call_stubs_.end() ? invalid_address : p->second; in find_plt_call_entry()4024 typename Plt_stub_entries::const_iterator p = this->plt_call_stubs_.find(ent); in find_plt_call_entry()[all …]