Searched refs:GetNumSymbols (Results 1 – 4 of 4) sorted by relevance
88 int ElfMemImage::GetNumSymbols() const { in GetNumSymbols() function in absl::debugging_internal::ElfMemImage97 ABSL_RAW_CHECK(index < GetNumSymbols(), "index out of range"); in ElfW()102 ABSL_RAW_CHECK(index < GetNumSymbols(), "index out of range"); in ElfW()335 return SymbolIterator(this, GetNumSymbols()); in end()345 if (index_ >= image->GetNumSymbols()) { in Update()346 index_ = image->GetNumSymbols(); in Update()
98 int GetNumSymbols() const;