Searched defs:link (Results 1 – 8 of 8) 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/tests/ |
D | link_test.cpp | 40 TEST(link, dl_iterate_phdr_early_exit) { in TEST() argument 47 TEST(link, dl_iterate_phdr) { in TEST() argument 85 TEST(link, dl_iterate_phdr_counters) { in TEST() argument 168 TEST(link, r_debug) { in TEST() argument 249 TEST(link, dl_unwind_find_exidx) { in TEST() argument
|
D | stdlib_test.cpp | 332 std::string link = std::string(td.path) + "/loop"; in TEST() local
|
/bionic/libc/bionic/ |
D | link.cpp | 32 int link(const char* old_path, const char* new_path) { in link() function
|
/bionic/libc/kernel/uapi/linux/ |
D | ip6_tunnel.h | 23 int link; member 34 int link; member
|
D | if_bonding.h | 58 __s8 link; member
|
D | if_tunnel.h | 48 int link; member
|
/bionic/linker/ |
D | linker.cpp | 1128 for (auto& link : ns->linked_namespaces()) { in find_loaded_library_by_inode() local 1149 for (auto& link : ns->linked_namespaces()) { in find_loaded_library_by_realpath() local 1404 for (auto& link : ns->linked_namespaces()) { in find_loaded_library_by_soname() local 2516 for (auto& link : parent_namespace->linked_namespaces()) { in create_namespace() local
|