Home
last modified time | relevance | path

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

/bionic/linker/
Dld.config.format.md52 # Default namespace search path. Note that ${LIB} here is substituted with "lib" for 32bit targets
54 namespace.default.search.paths = /system/${LIB}:/system/other/${LIB}
57 namespace.default.asan.search.paths = /data/${LIB}:/data/other/${LIB}
74 namespace.ns1.search.paths = /vendor/${LIB}
75 namespace.ns1.asan.search.paths = /data/vendor/${LIB}
/bionic/tests/
Dsearch_test.cpp25 TEST(search, lfind_lsearch) { in TEST() argument
78 TEST(search, tfind_tsearch_twalk_tdestroy) { in TEST() argument
126 TEST(search, tdelete) { in TEST() argument
147 TEST(search, insque_remque) { in TEST() argument
218 TEST(search, hcreate_hsearch_hdestroy) { in TEST() argument
255 TEST(search, hcreate_r_hsearch_r_hdestroy_r) { in TEST() argument
/bionic/libc/tools/
Dgenfunctosyscallnrs.py51 m = re.search(r"libseccomp_gen_syscall_nrs_([^/]+)", filename)
Dgenseccomp.py243 m = re.search(r"libseccomp_gen_syscall_nrs_([^/]+)", filename)
Dgensyscalls.py597 m = re.search(pattern, line)
/bionic/libc/kernel/tools/
Dclean_header.py97 m = re.search(r"(^|/)asm-([\w\d_\+\.\-]+)/.*", rel_path)
/bionic/
Dandroid-changes-for-ndk-developers.md37 on the dynamic linker's search path. This meant that apps
49 ## Changes to library search order
51 We have made various fixes to library search order when resolving symbols.
56 Before API 23, the default search order was to try the main executable,
92 is the first release where search by soname is implemented. Earlier
94 and used that to search for already-loaded libraries. For example,
/bionic/libc/malloc_hooks/
DREADME.md109 For example, to enable malloc hooks for the google search box:
/bionic/docs/
Dstatus.md70 * `hcreate`/`hcreate_r`/`hdestroy`/`hdestroy_r`/`hsearch`/`hsearch_r` (completing <search.h>)
162 * <search.h> `insque`, `remque`, `lfind`, `lsearch`, `twalk`.
199 * the <search.h> tree functions `tdelete`, `tdestroy`, `tfind`, and `tsearch`.
Delf-tls.md216 * web search: [`"dlopen: cannot load any more object with static TLS"`][glibc-static-tls-error]
228 [glibc-static-tls-error]: https://www.google.com/search?q=%22dlopen:+cannot+load+any+more+object+wi…
/bionic/libc/malloc_debug/
DREADME.md657 For example, to enable malloc debug for the google search box (Android O or later):