Searched refs:lib_ (Results 1 – 4 of 4) sorted by relevance
214 ScopedLibrary() : lib_(NULL) {} in ScopedLibrary()217 if (lib_) in ~ScopedLibrary()218 crazy_library_close_with_context(lib_, GetCrazyContext()); in ~ScopedLibrary()221 crazy_library_t* Get() { return lib_; } in Get()223 crazy_library_t** GetPtr() { return &lib_; } in GetPtr()226 crazy_library_t* ret = lib_; in Release()227 lib_ = NULL; in Release()232 crazy_library_t* lib_; member in __anon2cc38b490111::ScopedLibrary
33 test.built_file_must_exist(test.lib_ + 'alt7' + test._lib,35 test.built_file_must_exist(test.lib_ + 'hello8.stuff',
102 : lib_(lib), dependencies_(dependencies) {} in SharedLibraryResolver()108 const ELF::Sym* entry = lib_->LookupSymbolEntry(symbol_name); in Lookup()110 return reinterpret_cast<void*>(lib_->load_bias() + entry->st_value); in Lookup()159 SharedLibrary* lib_; member in crazy::__anone9fe9fad0111::SharedLibraryResolver
91 lib_ = TestCommon.lib_prefix variable in TestGypBase360 name = self.lib_ + name + self._lib