Searched defs:link (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/upstream-netbsd/lib/libc/include/isc/ |
D | list.h | 29 #define INIT_LINK_TYPE(elt, link, type) \ argument 34 #define INIT_LINK(elt, link) \ argument 36 #define LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1) && \ argument 43 #define PREPEND(list, elt, link) \ argument 55 #define APPEND(list, elt, link) \ argument 67 #define UNLINK_TYPE(list, elt, link, type) \ argument 84 #define UNLINK(list, elt, link) \ argument 87 #define PREV(elt, link) ((elt)->link.prev) argument 88 #define NEXT(elt, link) ((elt)->link.next) argument 90 #define INSERT_BEFORE(list, before, elt, link) \ argument [all …]
|
/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/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/linker/ |
D | linker.cpp | 1223 for (auto& link : ns->linked_namespaces()) { in find_loaded_library_by_inode() local 1244 for (auto& link : ns->linked_namespaces()) { in find_loaded_library_by_realpath() local 1484 for (auto& link : ns->linked_namespaces()) { in find_loaded_library_by_soname() local 2537 for (auto& link : parent_namespace->linked_namespaces()) { in create_namespace() local
|