Searched refs:found (Results 1 – 7 of 7) sorted by relevance
/bionic/linker/ |
D | dlfcn.cpp | 101 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()
|
D | linker.h | 266 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);
|
D | linker.cpp | 646 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/ |
D | findfp.c | 123 goto found; in __sfp() 134 found: in __sfp()
|
/bionic/libc/dns/net/ |
D | getnameinfo.c | 191 goto found; in getnameinfo_inet() 195 found: in getnameinfo_inet()
|
D | getaddrinfo.c | 2077 goto found; in _gethtent() 2081 found: in _gethtent()
|
/bionic/libc/kernel/ |
D | README.TXT | 19 Contains the uapi kernel headers found in the android kernel. Note this
|