Searched defs:Dso (Results 1 – 2 of 2) sorted by relevance
52 struct Dso { struct80 static bool KernelSymbolCallback(const KernelSymbol& kernel_symbol, Dso* dso); argument91 Dso(DsoType type, const std::string& path); argument100 const DsoType type_; argument101 const std::string path_;102 uint64_t min_vaddr_;103 std::vector<Symbol> symbols_;104 bool is_loaded_;
138 Dso::Dso(DsoType type, const std::string& path) in Dso() function in Dso