Home
last modified time | relevance | path

Searched refs:branch_lookup_table_ (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dpowerpc.cc511 stub_tables_(), branch_lookup_table_(), branch_info_(), in Target_powerpc()
801 unsigned int off = this->branch_lookup_table_.size() * (size / 8); in add_branch_lookup_table()
802 this->branch_lookup_table_.insert(std::make_pair(to, off)); in add_branch_lookup_table()
809 = this->branch_lookup_table_.find(to); in find_branch_lookup_table()
810 return p == this->branch_lookup_table_.end() ? invalid_address : p->second; in find_branch_lookup_table()
817 = this->branch_lookup_table_.begin(); in write_branch_lookup_table()
818 p != this->branch_lookup_table_.end(); in write_branch_lookup_table()
1301 Branch_lookup_table branch_lookup_table_; member in __anon0f0c9f3e0111::Target_powerpc
2824 this->branch_lookup_table_.clear(); in do_relax()
2854 prev_brlt_size = this->branch_lookup_table_.size(); in do_relax()
[all …]
DChangeLog2634 (Target_powerpc::brlt_section_, stub_tables_, branch_lookup_table_,