Home
last modified time | relevance | path

Searched refs:found (Results 1 – 7 of 7) sorted by relevance

/bionic/linker/
Ddlfcn.cpp101 soinfo* found = nullptr; in dlsym() local
104 sym = dlsym_linear_lookup(symbol, &found, nullptr); in dlsym()
111 sym = dlsym_linear_lookup(symbol, &found, si->next); in dlsym()
114 sym = dlsym_handle_lookup(reinterpret_cast<soinfo*>(handle), &found, symbol); in dlsym()
121 return reinterpret_cast<void*>(found->resolve_symbol_address(sym)); in dlsym()
Dlinker.h266 ElfW(Sym)* dlsym_linear_lookup(const char* name, soinfo** found, soinfo* start);
270 ElfW(Sym)* dlsym_handle_lookup(soinfo* si, soinfo** found, const char* name);
Dlinker.cpp646 ElfW(Sym)* dlsym_handle_lookup(soinfo* si, soinfo** found, const char* name) { in ElfW()
660 *found = current_soinfo; in ElfW()
678 ElfW(Sym)* dlsym_linear_lookup(const char* name, soinfo** found, soinfo* start) { in ElfW()
689 *found = si; in ElfW()
696 name, reinterpret_cast<void*>(s->st_value), reinterpret_cast<void*>((*found)->base)); in ElfW()
/bionic/libc/stdio/
Dfindfp.c123 goto found; in __sfp()
134 found: in __sfp()
/bionic/libc/dns/net/
Dgetnameinfo.c191 goto found; in getnameinfo_inet()
195 found: in getnameinfo_inet()
Dgetaddrinfo.c2077 goto found; in _gethtent()
2081 found: in _gethtent()
/bionic/libc/kernel/
DREADME.TXT19 Contains the uapi kernel headers found in the android kernel. Note this