Searched refs:link (Results 1 – 21 of 21) sorted by relevance
/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 49 int link; member
|
D | if_bonding.h | 71 __s8 link; member
|
D | if_tunnel.h | 51 int link; member
|
/bionic/libc/bionic/ |
D | link.cpp | 32 int link(const char* old_path, const char* new_path) { in link() function
|
/bionic/libdl/ |
D | Android.bp | 52 // few symbols from libc. Using --no-undefined here results in having to link
|
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
D | eventlib_p.h | 111 LINK(struct evAccept) link;
|
/bionic/libc/include/ |
D | unistd.h | 128 extern int link(const char* __oldpath, const char* __newpath);
|
/bionic/libc/ |
D | Android.bp | 1341 "bionic/link.cpp", 1501 // Since this is a static library built with clang, it needs to link 1503 // is built with GCC, it won't link libprofile_rt. We can't very easily just add 1504 // libprofile_rt to all link lines the way we've done for libgcov because 1559 // all the parts of libc that are safe to statically link. 1560 // We can't safely statically link things that can only run
|
D | libc.mips64.map | 532 link;
|
D | libc.x86_64.map | 532 link;
|
D | libc.arm64.map | 532 link;
|
D | libc.x86.brillo.map | 601 link;
|
D | libc.mips.brillo.map | 603 link;
|
D | libc.arm.brillo.map | 605 link;
|
D | libc.mips.map | 603 link;
|
D | libc.x86.map | 601 link;
|
D | libc.arm.map | 605 link;
|
D | libc.map.txt | 607 link;
|
D | Android.mk | 159 bionic/link.cpp \
|
/bionic/libc/tools/ |
D | posix-2013.txt | 499 link
|