Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/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.cc565 : saw_undefined_(0), offset_(0), table_(count), namepool_(), in Symbol_table()
713 Symbol_table::Symbol_table_type::const_iterator p = this->table_.find(key); in lookup()
714 if (p == this->table_.end()) in lookup()
961 this->table_.insert(std::make_pair(std::make_pair(name_key, version_key), in add_from_object()
965 std::make_pair(this->table_.end(), false); in add_from_object()
969 insdefault = this->table_.insert(std::make_pair(std::make_pair(name_key, in add_from_object()
1039 this->table_.erase(ins.first); in add_from_object()
1042 this->table_.erase(insdefault.first); in add_from_object()
1044 this->table_.erase(std::make_pair(name_key, in add_from_object()
1731 typename Symbol_table_type::iterator add_loc = this->table_.end(); in define_special_symbol()
[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.h1623 for (Symbol_table_type::const_iterator p = this->table_.begin(); in for_all_symbols()
1624 p != this->table_.end(); in for_all_symbols()
1909 Symbol_table_type table_; variable
Dstringpool.cc517 program_name, name, this->table_.size()); in print_stats()