Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_soinfo.h79 struct SymbolLookupLib { struct
100 std::vector<SymbolLookupLib> libs_; argument
101 SymbolLookupLib sole_lib_;
102 const SymbolLookupLib* begin_;
103 const SymbolLookupLib* end_;
111 const SymbolLookupLib* begin() const { return begin_; } in begin()
112 const SymbolLookupLib* end() const { return end_; } in end()
348 SymbolLookupLib get_lookup_lib();
Dlinker_soinfo.cpp65 libs_.push_back(SymbolLookupLib {}); in SymbolLookupList()
95 libs_[0] = lib ? lib->get_lookup_lib() : SymbolLookupLib(); in set_dt_symbolic_lib()
125 const SymbolLookupLib* end = lookup_list.end(); in ElfW()
126 const SymbolLookupLib* it = lookup_list.begin(); in ElfW()
129 const SymbolLookupLib* lib; in ElfW()
296 SymbolLookupLib soinfo::get_lookup_lib() { in get_lookup_lib()
297 SymbolLookupLib result {}; in get_lookup_lib()