Searched refs:found (Results 1 – 13 of 13) sorted by relevance
/bionic/linker/ |
D | linker_cfi.cpp | 216 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()
|
D | linker_config.cpp | 76 size_t found = line.find('#'); in next_token() local 77 line = android::base::Trim(line.substr(0, found)); in next_token() 124 size_t found = content_.find('\n', p_); in NextLine() local 125 if (found != std::string::npos) { in NextLine() 126 *line = content_.substr(p_, found - p_); in NextLine() 127 p_ = found + 1; in NextLine()
|
D | linker.cpp | 805 soinfo** found, in ElfW() 827 *found = current_soinfo; in ElfW() 840 soinfo** found, 847 soinfo** found, in ElfW() 858 return dlsym_linear_lookup(&g_default_namespace, name, vi, found, nullptr, RTLD_DEFAULT); in ElfW() 866 return dlsym_handle_lookup(si->get_primary_namespace(), si, nullptr, found, symbol_name, vi); in ElfW() 877 soinfo** found, in ElfW() 911 *found = si; in ElfW() 923 found, in ElfW() 930 name, reinterpret_cast<void*>(s->st_value), reinterpret_cast<void*>((*found)->base)); in ElfW() [all …]
|
/bionic/tests/ |
D | link_test.cpp | 216 bool found = false; in TEST() local 224 if (func == exidx_func || func == exidx_func + 1) found = true; in TEST() 232 ASSERT_TRUE(found); in TEST()
|
/bionic/benchmarks/ |
D | README.md | 37 in that directory then the file will be found as relative to the current 79 Definitions for these can be found in bionic_benchmarks.cpp, and example usages can be found in
|
/bionic/libc/dns/net/ |
D | getnameinfo.c | 195 goto found; in getnameinfo_inet() 199 found: in getnameinfo_inet()
|
D | getaddrinfo.c | 2091 goto found; in _gethtent() 2095 found: in _gethtent()
|
/bionic/libc/kernel/ |
D | README.TXT | 22 Contains the uapi kernel headers found in the android kernel. Note this
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 152 as many developers found when Android 6.0 Marshmallow switched from 287 cannot be found on the device. 325 are not found, or you try to use an ABI-incompatible library that isn't
|
/bionic/libc/stdio/ |
D | stdio.cpp | 177 goto found; in __sfp() 187 found: in __sfp()
|
/bionic/libc/malloc_debug/ |
D | README.md | 231 before the verification occurs. This is the error message that will be found 256 Example leak error found in the log: 370 file where the recorded allocations will be found.
|
/bionic/docs/ |
D | status.md | 291 bug we found that existing code relied on the old behavior. To preserve
|
D | elf-tls.md | 809 small positive offset from TP (within the first 384 words), it will think it has found the pthread
|