Home
last modified time | relevance | path

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

/bionic/tests/
Dlink_test.cpp96 bool found = false; in TEST() local
104 if (func == exidx_func || func == exidx_func + 1) found = true; in TEST()
112 ASSERT_TRUE(found); in TEST()
/bionic/linker/
Dlinker_config.cpp68 size_t found = line.find('#'); in next_token() local
69 line = android::base::Trim(line.substr(0, found)); in next_token()
80 found = line.find('='); in next_token()
81 if (found == std::string::npos) { in next_token()
88 *name = android::base::Trim(line.substr(0, found)); in next_token()
89 *value = android::base::Trim(line.substr(found + 1)); in next_token()
109 size_t found = content_.find('\n', p_); in NextLine() local
110 if (found != std::string::npos) { in NextLine()
111 *line = content_.substr(p_, found - p_); in NextLine()
112 p_ = found + 1; in NextLine()
Dlinker_cfi.cpp216 bool found = false; in MaybeInit() local
222 found = true; in MaybeInit()
228 found = soinfo_find_cfi_check(new_si); in MaybeInit()
232 if (!found) { in MaybeInit()
Dlinker.cpp748 soinfo** found, in ElfW()
770 *found = current_soinfo; in ElfW()
783 soinfo** found,
790 soinfo** found, in ElfW()
801 return dlsym_linear_lookup(&g_default_namespace, name, vi, found, nullptr, RTLD_DEFAULT); in ElfW()
809 return dlsym_handle_lookup(si->get_primary_namespace(), si, nullptr, found, symbol_name, vi); in ElfW()
820 soinfo** found, in ElfW()
854 *found = si; in ElfW()
869 found, in ElfW()
876 name, reinterpret_cast<void*>(s->st_value), reinterpret_cast<void*>((*found)->base)); in ElfW()
[all …]
/bionic/libc/malloc_debug/
DTrackData.cpp82 bool found = headers_.count(header); in Contains() local
84 return found; in Contains()
DREADME.md188 before the verification occurs. This is the error message that will be found
212 Example leak error found in the log:
322 file where the recorded allocations will be found.
/bionic/libc/dns/net/
Dgetnameinfo.c188 goto found; in getnameinfo_inet()
192 found: in getnameinfo_inet()
Dgetaddrinfo.c2086 goto found; in _gethtent()
2090 found: in _gethtent()
/bionic/libc/kernel/
DREADME.TXT22 Contains the uapi kernel headers found in the android kernel. Note this
/bionic/libc/stdio/
Dstdio.cpp147 goto found; in __sfp()
158 found: in __sfp()
/bionic/
Dandroid-changes-for-ndk-developers.md137 as many developers found when Android 6.0 Marshmallow switched from
272 cannot be found on the device.
310 are not found, or you try to use an ABI-incompatible library that isn't