Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/gold/
H A Daarch64.cc1179 this->r_sym_ = Reloc_stub::invalid_index; in Key()
1184 gold_assert(relobj != NULL && r_sym != invalid_index); in Key()
1206 { return this->r_sym_ == invalid_index ? this->u_.symbol : NULL; } in symbol()
1211 { return this->r_sym_ != invalid_index ? this->u_.relobj : NULL; } in relobj()
1219 && ((this->r_sym_ != Reloc_stub::invalid_index) in eq()
1230 (this->r_sym_ != Reloc_stub::invalid_index) in hash_value()
1283 static const unsigned int invalid_index = static_cast<unsigned int>(-1); member in __anon04877c550111::Reloc_stub
H A Darm.cc472 static const unsigned int invalid_index = static_cast<unsigned int>(-1); member in __anon392c4a0c0111::Reloc_stub
521 this->r_sym_ = Reloc_stub::invalid_index; in Key()
526 gold_assert(relobj != NULL && r_sym != invalid_index); in Key()
551 { return this->r_sym_ == invalid_index ? this->u_.symbol : NULL; } in symbol()
556 { return this->r_sym_ != invalid_index ? this->u_.relobj : NULL; } in relobj()
564 && ((this->r_sym_ != Reloc_stub::invalid_index) in eq()
577 (this->r_sym_ != Reloc_stub::invalid_index) in hash_value()
4529 if (this->r_sym_ == invalid_index) in name()