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

/bionic/linker/
H A Dlinker_config.cpp67 size_t found = line.find('#'); local
68 line = android::base::Trim(line.substr(0, found));
79 found = line.find('=');
80 if (found == std::string::npos) {
87 *name = android::base::Trim(line.substr(0, found));
88 *value = android::base::Trim(line.substr(found + 1));
108 size_t found = content_.find('\n', p_); local
109 if (found != std::string::npos) {
110 *line = content_.substr(p_, found - p_);
111 p_ = found
[all...]
H A Dlinker_cfi.cpp216 bool found = false; local
222 found = true;
228 found = soinfo_find_cfi_check(new_si);
231 // Nothing found.
232 if (!found) {
H A Dlinker.cpp481 "found in %s, base = %p, load bias = %p",
739 soinfo** found,
761 *found = current_soinfo;
774 soinfo** found,
781 soinfo** found,
792 return dlsym_linear_lookup(&g_default_namespace, name, vi, found, nullptr, RTLD_DEFAULT);
800 return dlsym_handle_lookup(si->get_primary_namespace(), si, nullptr, found, symbol_name, vi);
811 soinfo** found,
845 *found = si;
850 // If not found
736 dlsym_handle_lookup(android_namespace_t* ns, soinfo* root, soinfo* skip_until, soinfo** found, SymbolName& symbol_name, const version_info* vi) argument
780 dlsym_handle_lookup(soinfo* si, soinfo** found, const char* name, const version_info* vi) argument
808 dlsym_linear_lookup(android_namespace_t* ns, const char* name, const version_info* vi, soinfo** found, soinfo* caller, void* handle) argument
[all...]
/bionic/libc/malloc_debug/
H A DTrackData.cpp82 bool found = headers_.count(header); local
84 return found;
H A DConfig.cpp156 error_log("%s: bad value for option '%s', non space found after option: %s",
426 bool found = false; local
455 found = true;
459 if (valid && !found) {
/bionic/libc/dns/net/
H A Dgetnameinfo.c188 goto found;
192 found:
H A Dgetaddrinfo.c1775 * Returns 1 if a source address was found, 0 if the address is unreachable,
2087 goto found;
2091 found:
2332 * If name isn't found in this domain,
/bionic/libc/stdio/
H A Dstdio.cpp147 goto found;
158 found:

Completed in 169 milliseconds