Home | History | Annotate | Download | only in gold

Lines Matching full:dwo_id

66     : dwo_id(id), dwo_name(name)
68 uint64_t dwo_id;
1328 uint64_t dwo_id = f->dwo_id;
1329 unsigned int slot = static_cast<unsigned int>(dwo_id) & (nslots - 1);
1334 if (row_index != 0 && probe != dwo_id)
1336 unsigned int h2 = ((static_cast<unsigned int>(dwo_id >> 32)
1345 } while (row_index != 0 && probe != dwo_id);
1350 static_cast<long long>(dwo_id), f->dwo_name.c_str());
1696 uint64_t dwo_id = cu_set->signature;
1698 if (!this->cu_index_.find_or_add(dwo_id, &slot))
1701 gold_warning(_("%s: duplicate entry for CU (dwo_id 0x%llx)"),
1702 this->name_, (unsigned long long)dwo_id);
2216 uint64_t dwo_id = die->uint_attribute(elfcpp::DW_AT_GNU_dwo_id);
2217 this->files_->push_back(Dwo_file_entry(dwo_id, dwo_name));