Searched defs:DSOAndOffset (Results 1 – 1 of 1) sorted by relevance
65 struct DSOAndOffset { struct66 const DSOInfo* dso_info_;67 uint64_t offset_;70 const string dso_name() const { in dso_name()75 const string build_id() const { in build_id()80 uint64_t offset() const { in offset()84 DSOAndOffset() : dso_info_(NULL), in DSOAndOffset() argument