Searched refs:found (Results 1 – 15 of 15) 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 | 691 soinfo** found, in ElfW() 709 *found = current_soinfo; in ElfW() 727 soinfo** found, in ElfW() 757 *found = si; in ElfW() 769 found, in ElfW() 776 name, reinterpret_cast<void*>(s->st_value), reinterpret_cast<void*>((*found)->base)); in ElfW() 785 soinfo** found, in ElfW() 796 return dlsym_linear_lookup(&g_default_namespace, name, vi, found, nullptr, RTLD_DEFAULT); in ElfW() 804 return dlsym_handle_lookup_impl(si->get_primary_namespace(), si, nullptr, found, symbol_name, vi); in ElfW() 1377 bool found = find_loaded_library_by_soname(ns, name, candidate); in find_loaded_library_by_soname() local [all …]
|
/bionic/tests/ |
D | elftls_dl_test.cpp | 347 bool found; in TEST() member 361 tls_info.found = true; in TEST() 382 ASSERT_TRUE(tls_info.found); in TEST() 390 ASSERT_TRUE(tls_info.found); in TEST()
|
D | link_test.cpp | 263 bool found = false; in TEST() local 271 if (func == exidx_func || func == exidx_func + 1) found = true; in TEST() 279 ASSERT_TRUE(found); in TEST()
|
/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/benchmarks/ |
D | README.md | 34 the file will be found as relative to the current directory. If the option specifies the full path 75 Definitions for these can be found in bionic_benchmarks.cpp, and example usages can be found in
|
/bionic/libc/kernel/ |
D | README.md | 21 Contains the uapi kernel headers found in the android kernel. Note this
|
/bionic/libc/stdio/ |
D | stdio.cpp | 175 goto found; in __sfp() 185 found: in __sfp()
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 167 as many developers found when Android 6.0 Marshmallow switched from 302 cannot be found on the device. 340 are not found, or you try to use an ABI-incompatible library that isn't
|
/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 | 323 bug we found that existing code relied on the old behavior. To preserve
|
D | native_allocator.md | 18 The `BoardConfig.mk` file is usually found in the directory
|
D | elf-tls.md | 809 small positive offset from TP (within the first 384 words), it will think it has found the pthread
|