Lines Matching refs:plt_call_stubs_
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_table
3967 = 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()
4025 return p == this->plt_call_stubs_.end() ? invalid_address : p->second; in find_plt_call_entry()
4035 typename Plt_stub_entries::const_iterator p = this->plt_call_stubs_.find(ent); in find_plt_call_entry()
4036 return p == this->plt_call_stubs_.end() ? invalid_address : p->second; in find_plt_call_entry()
4236 if (this->plt_call_stubs_.empty() in do_write()
4253 if (!this->plt_call_stubs_.empty()) in do_write()
4261 for (cs = this->plt_call_stubs_.begin(); in do_write()
4262 cs != this->plt_call_stubs_.end(); in do_write()
4441 if (!this->plt_call_stubs_.empty()) in do_write()
4451 for (cs = this->plt_call_stubs_.begin(); in do_write()
4452 cs != this->plt_call_stubs_.end(); in do_write()