Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dmips.cc405 : object_(object), symndx_(symndx), tls_type_(tls_type), shndx_(shndx) in Mips_got_entry()
410 : object_(object), symndx_(-1U), tls_type_(tls_type), shndx_(-1U) in Mips_got_entry()
416 { return this->symndx_ != -1U; } in is_for_local_symbol()
421 { return this->symndx_ == -1U; } in is_for_global_symbol()
428 return this->symndx_ + (1 << 18); in hash()
429 if (this->symndx_ != -1U) in hash()
432 return this->symndx_ + object_id + this->d.addend; in hash()
437 return this->symndx_ + sym_id; in hash()
445 if (this->symndx_ != other->symndx_ in equals()
450 if (this->symndx_ != -1U) in equals()
[all …]