Lines Matching refs:signature
94 uint64_t signature;
98 : signature(0), sections()
479 // Lookup a type signature and return TRUE if we have already seen it.
530 // Find a slot in the hash table for SIGNATURE. Return TRUE
533 find_or_add(uint64_t signature, unsigned int* slotp);
676 // Cache of the last type signature looked up.
678 // Cache of the slot index for the last type signature.
740 uint64_t signature, Dwarf_die*);
1203 uint64_t signature =
1207 if (index != 0 && (!is_tu_index || !output_file->lookup_tu(signature)))
1210 unit_set->signature = signature;
1696 uint64_t dwo_id = cu_set->signature;
1705 // Lookup a type signature and return TRUE if we have already seen it.
1718 uint64_t type_sig = tu_set->signature;
1727 // Find a slot in the hash table for SIGNATURE. Return TRUE
1731 Dwp_output_file::Dwp_index::find_or_add(uint64_t signature,
1737 static_cast<unsigned int>(signature) & (this->capacity_ - 1);
1741 if (row_index != 0 && probe != signature)
1743 secondary_hash = (static_cast<unsigned int>(signature >> 32)
1750 } while (row_index != 0 && probe != signature);
1773 // Enter the signature and pool index into the hash table.
1775 this->hash_table_[slot] = set->signature;
1815 uint64_t signature = old_hash_table[i];
1820 bool found = this->find_or_add(signature, &slot);
1822 this->hash_table_[slot] = signature;
2245 unit_set->signature = die->uint_attribute(elfcpp::DW_AT_GNU_dwo_id);
2265 uint64_t signature, Dwarf_die*)
2269 if (this->output_file_->lookup_tu(signature))
2273 unit_set->signature = signature;