Searched refs:long_branch_stubs_ (Results 1 – 1 of 1) sorted by relevance
3570 targ_(targ), plt_call_stubs_(), long_branch_stubs_(), in Stub_table()3642 this->long_branch_stubs_.clear(); in clear_stubs()3943 Branch_stub_entries long_branch_stubs_; member in __anon0f0c9f3e0111::Stub_table4052 if (this->long_branch_stubs_.insert(std::make_pair(ent, off)).second) in add_long_branch_entry()4072 = this->long_branch_stubs_.find(ent); in find_long_branch_entry()4073 return p == this->long_branch_stubs_.end() ? invalid_address : p->second; in find_long_branch_entry()4237 && this->long_branch_stubs_.empty()) in do_write()4408 for (bs = this->long_branch_stubs_.begin(); in do_write()4409 bs != this->long_branch_stubs_.end(); in do_write()4519 for (bs = this->long_branch_stubs_.begin(); in do_write()[all …]