Home
last modified time | relevance | path

Searched refs:TYPE_CRAZY (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_library_view.cpp20 if (type_ == TYPE_CRAZY) { in ~LibraryView()
31 if (type_ == TYPE_CRAZY) { in LookupSymbol()
44 if (type_ != TYPE_CRAZY) { in GetInfo()
Dcrazy_linker_library_view.h26 TYPE_CRAZY = 0xcdef2387, enumerator
36 bool IsCrazy() const { return type_ == TYPE_CRAZY; } in IsCrazy()
45 type_ = TYPE_CRAZY; in SetCrazy()