Searched refs:branch_lookup_table_ (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | powerpc.cc | 676 stub_tables_(), branch_lookup_table_(), branch_info_(), tocsave_loc_(), in Target_powerpc() 1097 unsigned int off = this->branch_lookup_table_.size() * (size / 8); in add_branch_lookup_table() 1098 this->branch_lookup_table_.insert(std::make_pair(to, off)); in add_branch_lookup_table() 1105 = this->branch_lookup_table_.find(to); in find_branch_lookup_table() 1106 return p == this->branch_lookup_table_.end() ? invalid_address : p->second; in find_branch_lookup_table() 1113 = this->branch_lookup_table_.begin(); in write_branch_lookup_table() 1114 p != this->branch_lookup_table_.end(); in write_branch_lookup_table() 1760 Branch_lookup_table branch_lookup_table_; member in __anon54ee64340111::Target_powerpc 3789 this->branch_lookup_table_.clear(); in do_relax() 3819 prev_brlt_size = this->branch_lookup_table_.size(); in do_relax() [all …]
|
H A D | ChangeLog-0815 | 4051 (Target_powerpc::brlt_section_, stub_tables_, branch_lookup_table_,
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | powerpc.cc | 658 stub_tables_(), branch_lookup_table_(), branch_info_(), tocsave_loc_(), in Target_powerpc() 1075 unsigned int off = this->branch_lookup_table_.size() * (size / 8); in add_branch_lookup_table() 1076 this->branch_lookup_table_.insert(std::make_pair(to, off)); in add_branch_lookup_table() 1083 = this->branch_lookup_table_.find(to); in find_branch_lookup_table() 1084 return p == this->branch_lookup_table_.end() ? invalid_address : p->second; in find_branch_lookup_table() 1091 = this->branch_lookup_table_.begin(); in write_branch_lookup_table() 1092 p != this->branch_lookup_table_.end(); in write_branch_lookup_table() 1738 Branch_lookup_table branch_lookup_table_; member in __anon10389ec10111::Target_powerpc 3749 this->branch_lookup_table_.clear(); in do_relax() 3779 prev_brlt_size = this->branch_lookup_table_.size(); in do_relax() [all …]
|
H A D | ChangeLog-0815 | 4051 (Target_powerpc::brlt_section_, stub_tables_, branch_lookup_table_,
|