/bionic/libc/upstream-netbsd/lib/libc/include/isc/ |
D | list.h | 29 #define INIT_LINK_TYPE(elt, link, type) \ argument 31 (elt)->link.prev = (type *)(-1); \ 32 (elt)->link.next = (type *)(-1); \ 34 #define INIT_LINK(elt, link) \ argument 35 INIT_LINK_TYPE(elt, link, void) 36 #define LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1) && \ argument 37 (void *)((elt)->link.next) != (void *)(-1)) 43 #define PREPEND(list, elt, link) \ argument 45 INSIST(!LINKED(elt, link));\ 47 (list).head->link.prev = (elt); \ [all …]
|
/bionic/libc/kernel/uapi/linux/ |
D | ip6_tunnel.h | 35 int link; member 46 int link; member
|
D | if_bonding.h | 61 __s8 link; member
|
D | if_tunnel.h | 60 int link; member
|
/bionic/libc/bionic/ |
D | link.cpp | 32 int link(const char* old_path, const char* new_path) { in link() function
|
/bionic/tests/ |
D | link_test.cpp | 39 TEST(link, dl_iterate_phdr_early_exit) { in TEST() argument 46 TEST(link, dl_iterate_phdr) { in TEST() argument 121 TEST(link, r_debug) { in TEST() argument 202 TEST(link, dl_unwind_find_exidx) { in TEST() argument
|
/bionic/linker/ |
D | ld.config.format.md | 68 # For every link define list of shared libraries. This is list of the libraries accessilbe from 70 namespace.default.link.ns1.shared_libs = libexternal.so:libother.so 81 namespace.ns.link.default.shared_libs = libc.so:libdl.so:libm.so:libstdc++.so
|
D | linker.cpp | 1223 for (auto& link : ns->linked_namespaces()) { in find_loaded_library_by_inode() local 1224 android_namespace_t* linked_ns = link.linked_namespace(); in find_loaded_library_by_inode() 1227 if (si != nullptr && link.is_accessible(si->get_soname())) { in find_loaded_library_by_inode() 1244 for (auto& link : ns->linked_namespaces()) { in find_loaded_library_by_realpath() local 1245 android_namespace_t* linked_ns = link.linked_namespace(); in find_loaded_library_by_realpath() 1248 if (si != nullptr && link.is_accessible(si->get_soname())) { in find_loaded_library_by_realpath() 1484 for (auto& link : ns->linked_namespaces()) { in find_loaded_library_by_soname() local 1485 if (!link.is_accessible(name)) { in find_loaded_library_by_soname() 1489 android_namespace_t* linked_ns = link.linked_namespace(); in find_loaded_library_by_soname() 2537 for (auto& link : parent_namespace->linked_namespaces()) { in create_namespace() local [all …]
|
D | Android.bp | 205 // we are going to link libc++_static manually because
|
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
D | eventlib_p.h | 111 LINK(struct evAccept) link;
|
/bionic/libc/include/ |
D | unistd.h | 208 int link(const char* __old_path, const char* __new_path);
|
/bionic/tests/headers/posix/ |
D | unistd_h.c | 339 FUNCTION(link, int (*f)(const char*, const char*)); in unistd_h()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 499 link
|
/bionic/docs/ |
D | elf-tls.md | 146 // These R_TLS_DTPOFF() relocations are resolved at link-time. 192 // R_TLS_TPOFF() is resolved at (static) link-time 365 can't link code using TLSDESC at all, except on arm64, where it's used by default. 376 library is typically a shared object, but for Android, we link our own `libthread_db.a` into 783 load-time, not link-time. If we can guarantee that Android's executables also use the IE model, not
|
D | status.md | 157 * <link.h> `dl_iterate_phdr`.
|
/bionic/libc/ |
D | Android.bp | 1081 "bionic/link.cpp", 1292 // all the parts of libc that are safe to statically link. 1293 // We can't safely statically link things that can only run
|
D | libc.map.txt | 600 link;
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 137 Native libraries must use only public API, and must not link against
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 600 link;
|