Searched refs:GetMinExecutableVAddr (Results 1 – 4 of 4) sorted by relevance
28 virtual bool GetMinExecutableVAddr(const std::string& dso, uint64_t* addr) = 0;
143 bool GetMinExecutableVAddr(const std::string& dso, uint64_t* addr) override { in GetMinExecutableVAddr() function
99 bool has_min_vaddr = symbolizer->GetMinExecutableVAddr(dso_name, &min_vaddr); in AddSymbolInfo()
1090 bool GetMinExecutableVAddr(const std::string& dso, uint64_t* addr) override { in Run() function