Searched defs:DSOAndOffset (Results 1 – 1 of 1) sorted by relevance
63 struct DSOAndOffset { struct64 const DSOInfo* dso_info_;65 uint64_t offset_;68 const string dso_name() const { in dso_name()72 const string build_id() const { in build_id()76 uint64_t offset() const { return offset_; } in offset()78 DSOAndOffset() : dso_info_(NULL), offset_(0) {} in DSOAndOffset() argument