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

123

/fuchsia/zircon/make/
H A Dmodule-userlib.mk59 # Include this in every link.
97 # But at link time, the linker pays attention to them if the DSO has any
102 # named DSOs (via -rpath-link) and checks their symbols. Gold simply
103 # notices if any DSO directly included in the link has a DT_NEEDED for
104 # another DSO that is not directly included in the link, and in that
107 # the link, so if it were the only linker we would not add these
309 # Install the .so.abi, which is needed at link time, into the sysroot's lib directory.
H A Dmodule-userapp.mk51 # Include this in every link.
H A Dengine.mk254 # -fno-omit-frame-pointer which is good because we link with -gc-sections which
291 # doing a -shared -z defs link. To do this it needs to find
292 # dependencies' dependencies, which requires -rpath-link. Gold does
296 # to generate -rpath-link in a general fashion. Eventually we should
299 USERAPP_LDFLAGS += -rpath-link $(BUILDDIR)/ulib/zircon
535 # needs to link with $(ASAN_SOLIB). module-user{app,lib}.mk adds it
543 # link against those, so we don't need any build-time dependencies on them.
606 define link-toolchain-file-cmd
613 $$(BUILDDIR)/$(notdir $(lib)): $(lib); $$(link-toolchain-file-cmd)
765 EFI_LD := $(CLANG_TOOLCHAIN_PREFIX)lld-link
[all...]
H A Dbuild.mk75 # Now link the final load image, using --just-symbols to let image.S refer
/fuchsia/zircon/system/core/devmgr/
H A Ddevcoordinator.h87 devnode_t* link; member in struct:dc_device
/fuchsia/zircon/system/ulib/fdio/
H A Dservice.c53 .link = fdio_default_link,
H A Dnull.c175 .link = fdio_default_link,
H A Dvmofile.c178 .link = fdio_default_link,
H A Dpipe.c252 .link = fdio_default_link,
H A Dprivate.h64 zx_status_t (*link)(fdio_t* io, const char* src, size_t srclen, member in struct:fdio_ops
H A Dsocket.c791 .link = fdio_default_link,
826 .link = fdio_default_link,
/fuchsia/zircon/system/utest/vdso-base/
H A Dvdso-base.c6 #include <link.h>
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dtcache.c254 ql_elm_new(tcache, link);
255 ql_tail_insert(&arena->tcache_ql, tcache, link);
269 ql_foreach(iter, &arena->tcache_ql, link) {
277 ql_remove(&arena->tcache_ql, tcache, link);
/fuchsia/zircon/kernel/dev/pcie/include/dev/
H A Dpcie_caps.h60 #define PCS_CAPS_V1_ENDPOINT_SIZE ((uint)offsetof(pcie_capabilities_t, link))
317 PcieCapChunk link; member in class:PciCapPcie
/fuchsia/zircon/system/dev/display/display/
H A Dclient.cpp91 while ((node = list_peek_head_type(list, display::image_node_t, link)) != end) {
726 list_add_tail(&layer->waiting_images_, &layer->pending_image_->node.link);
1032 image_node_t* node = list_peek_tail_type(&layer->waiting_images_, image_node_t, link);
1034 node = list_prev_type(&layer->waiting_images_, &node->link, image_node_t, link);
1299 list_for_every_entry(&layer.waiting_images_, waiting, image_node_t, link) {
1381 list_for_every_entry(&layer.waiting_images_, waiting, image_node_t, link) {
1383 list_delete(&waiting->link);
/fuchsia/zircon/third_party/ulib/uboringssl/
H A Drules.mk58 # fail to link. Remove when resolved upstream.
/fuchsia/zircon/system/ulib/inspector/
H A Ddso-list.cpp6 #include <link.h>
/fuchsia/zircon/system/utest/fs/
H A Dtest-access.cpp215 ASSERT_EQ(link("::foo/baz", filename), 0);
H A Dtest-attr.c134 ASSERT_EQ(link("::parent/child", "::parent2/child"), 0, "");
H A Dtest-threading.cpp231 if (link("::link_start", "::link_end") == 0) {
H A Dtest-watcher.cpp115 ASSERT_EQ(link("::dir/bar", "::dir/blat"), 0);
/fuchsia/zircon/system/core/userboot/
H A Drules.mk44 # our own versions of these functions which later causes a link failure.
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dunistd.h50 int link(const char*, const char*);
/fuchsia/zircon/third_party/ulib/ngunwind/include/ngunwind/
H A Ddwarf.h29 #include <link.h>
/fuchsia/zircon/third_party/ulib/musl/stubs/
H A Diostubs.c103 weak_alias(stub_link, link);

Completed in 178 milliseconds

123