Searched refs:reloc_stubs_ (Results 1 – 3 of 3) sorted by relevance
1380 { return reloc_stubs_.empty() && erratum_stubs_.empty(); } in empty()1427 Reloc_stub_map_const_iter p = this->reloc_stubs_.find(key); in find_reloc_stub()1428 return (p != this->reloc_stubs_.end()) ? p->second : NULL; in find_reloc_stub()1492 Reloc_stub_map reloc_stubs_; member in __anon20db65070111::Stub_table1575 this->reloc_stubs_[key] = stub; in add_reloc_stub()1601 for(Reloc_stub_map_const_iter p = this->reloc_stubs_.begin(); in relocate_stubs()1602 p != this->reloc_stubs_.end(); ++p) in relocate_stubs()1680 for (typename Reloc_stub_map::const_iterator p = this->reloc_stubs_.begin(); in do_write()1681 p != this->reloc_stubs_.end(); ++p) in do_write()
875 : Output_data(), owner_(owner), reloc_stubs_(), reloc_stubs_size_(0), in Stub_table()892 return (this->reloc_stubs_.empty() in empty()909 this->reloc_stubs_[key] = stub; in add_reloc_stub()948 typename Reloc_stub_map::const_iterator p = this->reloc_stubs_.find(key); in find_reloc_stub()949 return (p != this->reloc_stubs_.end()) ? p->second : NULL; in find_reloc_stub()1028 Reloc_stub_map reloc_stubs_; member in __anon5653a9be0111::Stub_table4998 for (typename Reloc_stub_map::const_iterator p = this->reloc_stubs_.begin(); in relocate_stubs()4999 p != this->reloc_stubs_.end(); in relocate_stubs()5034 for (typename Reloc_stub_map::const_iterator p = this->reloc_stubs_.begin(); in do_write()5035 p != this->reloc_stubs_.end(); in do_write()
10544 (Stub_table::empty): Look at both reloc_stubs_ and cortex_a8_stubs_