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

/bionic/linker/
H A Ddlfcn.cpp103 soinfo* found = nullptr; local
109 sym = dlsym_linear_lookup(symbol, &found, caller, handle);
111 sym = dlsym_handle_lookup(reinterpret_cast<soinfo*>(handle), &found, symbol);
118 return reinterpret_cast<void*>(found->resolve_symbol_address(sym));
121 __bionic_format_dlerror("symbol found but not global", symbol);
132 // Determine if this address can be found in any library currently mapped.

Completed in 3 milliseconds