Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Daarch64.cc1414 { return reloc_stubs_.empty() && erratum_stubs_.empty(); } in empty()
1461 Reloc_stub_map_const_iter p = this->reloc_stubs_.find(key); in find_reloc_stub()
1462 return (p != this->reloc_stubs_.end()) ? p->second : NULL; in find_reloc_stub()
1530 Reloc_stub_map reloc_stubs_; member in __anon2207648a0111::Stub_table
1613 this->reloc_stubs_[key] = stub; in add_reloc_stub()
1683 for(Reloc_stub_map_const_iter p = this->reloc_stubs_.begin(); in relocate_reloc_stubs()
1684 p != this->reloc_stubs_.end(); ++p) in relocate_reloc_stubs()
1727 for (typename Reloc_stub_map::const_iterator p = this->reloc_stubs_.begin(); in do_write()
1728 p != this->reloc_stubs_.end(); ++p) in do_write()
H A Darm.cc878 : Output_data(), owner_(owner), reloc_stubs_(), reloc_stubs_size_(0), in Stub_table()
895 return (this->reloc_stubs_.empty() in empty()
912 this->reloc_stubs_[key] = stub; in add_reloc_stub()
951 typename Reloc_stub_map::const_iterator p = this->reloc_stubs_.find(key); in find_reloc_stub()
952 return (p != this->reloc_stubs_.end()) ? p->second : NULL; in find_reloc_stub()
1029 Reloc_stub_map reloc_stubs_; member in __anon44de5fc10111::Stub_table
5079 for (typename Reloc_stub_map::const_iterator p = this->reloc_stubs_.begin(); in relocate_stubs()
5080 p != this->reloc_stubs_.end(); in relocate_stubs()
5115 for (typename Reloc_stub_map::const_iterator p = this->reloc_stubs_.begin(); in do_write()
5116 p != this->reloc_stubs_.end(); in do_write()
H A DChangeLog-081511961 (Stub_table::empty): Look at both reloc_stubs_ and cortex_a8_stubs_
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Daarch64.cc1415 { return reloc_stubs_.empty() && erratum_stubs_.empty(); } in empty()
1462 Reloc_stub_map_const_iter p = this->reloc_stubs_.find(key); in find_reloc_stub()
1463 return (p != this->reloc_stubs_.end()) ? p->second : NULL; in find_reloc_stub()
1531 Reloc_stub_map reloc_stubs_; member in __anon66bd29fd0111::Stub_table
1614 this->reloc_stubs_[key] = stub; in add_reloc_stub()
1684 for(Reloc_stub_map_const_iter p = this->reloc_stubs_.begin(); in relocate_reloc_stubs()
1685 p != this->reloc_stubs_.end(); ++p) in relocate_reloc_stubs()
1728 for (typename Reloc_stub_map::const_iterator p = this->reloc_stubs_.begin(); in do_write()
1729 p != this->reloc_stubs_.end(); ++p) in do_write()
H A Darm.cc878 : Output_data(), owner_(owner), reloc_stubs_(), reloc_stubs_size_(0), in Stub_table()
895 return (this->reloc_stubs_.empty() in empty()
912 this->reloc_stubs_[key] = stub; in add_reloc_stub()
951 typename Reloc_stub_map::const_iterator p = this->reloc_stubs_.find(key); in find_reloc_stub()
952 return (p != this->reloc_stubs_.end()) ? p->second : NULL; in find_reloc_stub()
1029 Reloc_stub_map reloc_stubs_; member in __anon7a9d63b40111::Stub_table
5079 for (typename Reloc_stub_map::const_iterator p = this->reloc_stubs_.begin(); in relocate_stubs()
5080 p != this->reloc_stubs_.end(); in relocate_stubs()
5115 for (typename Reloc_stub_map::const_iterator p = this->reloc_stubs_.begin(); in do_write()
5116 p != this->reloc_stubs_.end(); in do_write()
H A DChangeLog-081511961 (Stub_table::empty): Look at both reloc_stubs_ and cortex_a8_stubs_