Searched defs:SharedLibrary (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_shared_library.cpp77 typedef SharedLibrary::linker_function_t linker_function_t;
99 SharedLibraryResolver(SharedLibrary* lib,
147 SharedLibrary* dep = wrap->GetCrazy();
159 SharedLibrary* lib_;
216 SharedLibrary::SharedLibrary() { ::memset(this, 0, sizeof(*this)); } function in class:crazy::SharedLibrary
218 SharedLibrary::~SharedLibrary() {
228 bool SharedLibrary::Load(const char* full_path,
392 bool SharedLibrary
[all...]
H A Dcrazy_linker_shared_library.h31 class SharedLibrary { class in namespace:crazy
33 SharedLibrary();
34 ~SharedLibrary();
139 // Helper class to iterate over dependencies in a given SharedLibrary.
148 DependencyIterator(SharedLibrary* lib)
177 SharedLibrary* list_next_;
178 SharedLibrary* list_prev_;

Completed in 1096 milliseconds