Lines Matching refs:UID
82 struct UID { struct
86 bool operator<(const UID& other) const { argument
218 std::map<UID, std::shared_ptr<Symfile>> entries; in ReadAllEntries()
234 bool ReadNewEntries(Maps* maps, std::map<UID, std::shared_ptr<Symfile>>* entries, bool* race) { in ReadNewEntries() argument
236 UID uid; in ReadNewEntries()
280 UID next_uid; in ReadNewEntries()
303 bool ReadNextField(uint64_t next_field_addr, UID* uid, bool* race) { in ReadNextField()
315 *uid = UID{.address = address[0], .seqlock = 0}; in ReadNextField()
332 *uid = UID{.address = address[1], .seqlock = seqlock[1]}; in ReadNextField()
337 bool CheckSeqlock(UID uid, bool* race = nullptr) {
373 std::map<UID, std::shared_ptr<Symfile>> entries_; // Cached loaded entries.