Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/gold/
H A Ddwp.cc533 find_or_add(uint64_t signature, unsigned int* slotp);
1698 if (!this->cu_index_.find_or_add(dwo_id, &slot)) in add_cu_set()
1710 return this->tu_index_.find_or_add(type_sig, &this->last_tu_slot_); in lookup_tu()
1723 this->tu_index_.find_or_add(type_sig, &slot); in add_tu_set()
1731 Dwp_output_file::Dwp_index::find_or_add(uint64_t signature, in find_or_add() function in gold::Dwp_output_file::Dwp_index
1820 bool found = this->find_or_add(signature, &slot); in grow()