Searched refs:link (Results 51 - 61 of 61) sorted by relevance

123

/fuchsia/zircon/system/ulib/fdio/
H A Dnamespace.c426 .link = fdio_default_link,
H A Dremoteio.c863 .link = zxrio_link,
H A Dunistd.c1352 // Filesystem operations (such as rename and link) which act on multiple paths
1394 status = io_oldparent->ops->link(io_oldparent, oldname, strlen(oldname),
1420 int link(const char* oldpath, const char* newpath) { function
/fuchsia/zircon/system/utest/debugger/
H A Dutils.cpp6 #include <link.h>
H A Ddebugger.cpp7 #include <link.h>
466 // These are all dsos we link with. See rules.mk.
/fuchsia/zircon/third_party/ulib/backtrace/
H A DMakefile.in143 --mode=link $(CCLD) $(btest_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
158 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
H A Delf.c40 #include <link.h>
98 /* <link.h> might #include <elf.h> which might define our constants
748 "ELF symbol table strtab link out of range", 0);
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Darena.c1635 ql_foreach(tcache, &arena->tcache_ql, link) {
H A Djemalloc.c703 ql_foreach(tcache, &arena->tcache_ql, link) {
903 * symbolic link's name.
2152 * link.
/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c15 #include <link.h>
2053 // the user entry point. Thus a program could link against the
2059 debugmsg("Dynamic linker %s doesn't link in vDSO %s???\n",
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk1060 # At link time and in DT_SONAME, musl is known as libc.so. But the

Completed in 125 milliseconds

123