Home
last modified time | relevance | path

Searched refs:DependencyIterator (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_shared_library.h146 class DependencyIterator {
148 DependencyIterator(SharedLibrary* lib) in DependencyIterator() function
156 DependencyIterator();
157 DependencyIterator(const DependencyIterator&);
158 DependencyIterator& operator=(const DependencyIterator&);
Dcrazy_linker_library_list.cpp110 SharedLibrary::DependencyIterator iter(lib->GetCrazy()); in FindSymbolFrom()
205 SharedLibrary::DependencyIterator iter(lib); in UnloadLibrary()
315 SharedLibrary::DependencyIterator iter(lib.Get()); in LoadLibrary()
Dcrazy_linker_shared_library.cpp438 bool SharedLibrary::DependencyIterator::GetNext() { in GetNext()