Home
last modified time | relevance | path

Searched refs:table_ (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/
Daarch64-reloc-property.cc98 table_[i] = NULL; in AArch64_reloc_property_table()
120 table_[tidx] = p; \ in AArch64_reloc_property_table()
134 const AArch64_reloc_property* arp = this->table_[tidx]; in reloc_name_in_error_message()
Daarch64-reloc-property.h189 return this->table_[idx]; in get_reloc_property()
198 const AArch64_reloc_property* arp = this->table_[idx]; in get_implemented_static_reloc_property()
240 AArch64_reloc_property* table_[Property_table_size]; variable
Darm-reloc-property.h300 return this->table_[code]; in get_reloc_property()
309 const Arm_reloc_property* arp = this->table_[code]; in get_implemented_static_reloc_property()
381 Arm_reloc_property* table_[Property_table_size]; variable
Dsymtab.cc567 : saw_undefined_(0), offset_(0), table_(count), namepool_(), in Symbol_table()
717 Symbol_table::Symbol_table_type::const_iterator p = this->table_.find(key); in lookup()
718 if (p == this->table_.end()) in lookup()
973 this->table_.insert(std::make_pair(std::make_pair(name_key, version_key), in add_from_object()
977 std::make_pair(this->table_.end(), false); in add_from_object()
981 insdefault = this->table_.insert(std::make_pair(std::make_pair(name_key, in add_from_object()
1036 this->table_.erase(std::make_pair(name_key, vnull_key)); in add_from_object()
1079 this->table_.erase(ins.first); in add_from_object()
1082 this->table_.erase(insdefault.first); in add_from_object()
1084 this->table_.erase(std::make_pair(name_key, in add_from_object()
[all …]
Darm-reloc-property.cc268 this->table_[i] = NULL; in Arm_reloc_property_table()
277 this->table_[code] = \ in Arm_reloc_property_table()
298 const Arm_reloc_property* arp = this->table_[code]; in reloc_name_in_error_message()
Dsymtab.h1649 for (Symbol_table_type::const_iterator p = this->table_.begin(); in for_all_symbols()
1650 p != this->table_.end(); in for_all_symbols()
1936 Symbol_table_type table_; variable
Dstringpool.cc518 program_name, name, this->table_.size()); in print_stats()