Home
last modified time | relevance | path

Searched refs:so (Results 1 – 25 of 144) sorted by relevance

123456

/xen/tools/libfsimage/common/
A DMakefile18 LIB = libxenfsimage.so libxenfsimage.so.$(MAJOR) libxenfsimage.so.$(MAJOR).$(MINOR)
27 $(INSTALL_PROG) libxenfsimage.so.$(MAJOR).$(MINOR) $(DESTDIR)$(libdir)
28 ln -sf libxenfsimage.so.$(MAJOR).$(MINOR) $(DESTDIR)$(libdir)/libxenfsimage.so.$(MAJOR)
29 ln -sf libxenfsimage.so.$(MAJOR) $(DESTDIR)$(libdir)/libxenfsimage.so
39 rm -f $(DESTDIR)$(libdir)/libxenfsimage.so
40 rm -f $(DESTDIR)$(libdir)/libxenfsimage.so.$(MAJOR)
41 rm -f $(DESTDIR)$(libdir)/libxenfsimage.so.$(MAJOR).$(MINOR)
46 libxenfsimage.so: libxenfsimage.so.$(MAJOR)
48 libxenfsimage.so.$(MAJOR): libxenfsimage.so.$(MAJOR).$(MINOR)
51 libxenfsimage.so.$(MAJOR).$(MINOR): $(PIC_OBJS)
[all …]
A Dmapfile-SunOS1 libfsimage.so.1.0 {
A Dmapfile-GNU2 libfsimage.so.1.0 {
/xen/tools/libvchan/
A DMakefile45 libxenvchan.so: libxenvchan.so.$(MAJOR)
48 libxenvchan.so.$(MAJOR): libxenvchan.so.$(MAJOR).$(MINOR)
51 libxenvchan.so.$(MAJOR).$(MINOR): $(LIBVCHAN_PIC_OBJS)
57 vchan-node1: $(NODE_OBJS) libxenvchan.so
60 vchan-node2: $(NODE2_OBJS) libxenvchan.so
63 vchan-socket-proxy: vchan-socket-proxy.o libxenvchan.so
72 ln -sf libxenvchan.so.$(MAJOR).$(MINOR) $(DESTDIR)$(libdir)/libxenvchan.so.$(MAJOR)
73 ln -sf libxenvchan.so.$(MAJOR) $(DESTDIR)$(libdir)/libxenvchan.so
84 rm -f $(DESTDIR)$(libdir)/libxenvchan.so
85 rm -f $(DESTDIR)$(libdir)/libxenvchan.so.$(MAJOR)
[all …]
/xen/tools/libs/
A Dlibs.mk22 LIB += libxen$(LIBNAME).so
55 libxen$(LIBNAME).so: libxen$(LIBNAME).so.$(MAJOR)
57 libxen$(LIBNAME).so.$(MAJOR): libxen$(LIBNAME).so.$(MAJOR).$(MINOR)
60 libxen$(LIBNAME).so.$(MAJOR).$(MINOR): $(PIC_OBJS) libxen$(LIBNAME).map
67 $(INSTALL_SHLIB) libxen$(LIBNAME).so.$(MAJOR).$(MINOR) $(DESTDIR)$(libdir)
69 …$(SYMLINK_SHLIB) libxen$(LIBNAME).so.$(MAJOR).$(MINOR) $(DESTDIR)$(libdir)/libxen$(LIBNAME).so.$(M…
70 $(SYMLINK_SHLIB) libxen$(LIBNAME).so.$(MAJOR) $(DESTDIR)$(libdir)/libxen$(LIBNAME).so
78 rm -f $(DESTDIR)$(libdir)/libxen$(LIBNAME).so
79 rm -f $(DESTDIR)$(libdir)/libxen$(LIBNAME).so.$(MAJOR)
80 rm -f $(DESTDIR)$(libdir)/libxen$(LIBNAME).so.$(MAJOR).$(MINOR)
[all …]
/xen/tools/libxc/
A DMakefile142 LIB += libxenctrl.so libxenctrl.so.$(MAJOR) libxenctrl.so.$(MAJOR).$(MINOR)
147 LIB += libxenguest.so libxenguest.so.$(MAJOR) libxenguest.so.$(MAJOR).$(MINOR)
191 $(SYMLINK_SHLIB) libxenctrl.so.$(MAJOR).$(MINOR) $(DESTDIR)$(libdir)/libxenctrl.so.$(MAJOR)
192 $(SYMLINK_SHLIB) libxenctrl.so.$(MAJOR) $(DESTDIR)$(libdir)/libxenctrl.so
196 $(SYMLINK_SHLIB) libxenguest.so.$(MAJOR).$(MINOR) $(DESTDIR)$(libdir)/libxenguest.so.$(MAJOR)
197 $(SYMLINK_SHLIB) libxenguest.so.$(MAJOR) $(DESTDIR)$(libdir)/libxenguest.so
248 libxenctrl.so: libxenctrl.so.$(MAJOR)
250 libxenctrl.so.$(MAJOR): libxenctrl.so.$(MAJOR).$(MINOR)
261 libxenguest.so: libxenguest.so.$(MAJOR)
263 libxenguest.so.$(MAJOR): libxenguest.so.$(MAJOR).$(MINOR)
[all …]
/xen/tools/xenstat/libxenstat/
A DMakefile25 SHLIB=src/libxenstat.so.$(MAJOR).$(MINOR)
26 SHLIB_LINKS=src/libxenstat.so.$(MAJOR) src/libxenstat.so
69 src/libxenstat.so.$(MAJOR): $(SHLIB)
72 src/libxenstat.so: src/libxenstat.so.$(MAJOR)
80 ln -sf libxenstat.so.$(MAJOR).$(MINOR) $(DESTDIR)$(libdir)/libxenstat.so.$(MAJOR)
81 ln -sf libxenstat.so.$(MAJOR) $(DESTDIR)$(libdir)/libxenstat.so
87 rm -f $(DESTDIR)$(libdir)/libxenstat.so
93 PYLIB=bindings/swig/python/_xenstat.so
96 PERLLIB=bindings/swig/perl/xenstat.so
135 rm -f $(DESTDIR)$(pythonlibdir)/_xenstat.so
[all …]
/xen/tools/xenstore/
A DMakefile38 LIBXENSTORE := libxenstore.so
46 ALL_TARGETS += libxenstore.so
99 libxenstore.so: libxenstore.so.$(MAJOR)
101 libxenstore.so.$(MAJOR): libxenstore.so.$(MAJOR).$(MINOR)
107 libxenstore.so.$(MAJOR).$(MINOR): APPEND_LDFLAGS += -ldl
112 libxenstore.so.$(MAJOR).$(MINOR): xs.opic xs_lib.opic
139 rm -f *.a *.o *.opic *.so* xenstored_probes.h
174 ln -sf libxenstore.so.$(MAJOR).$(MINOR) $(DESTDIR)$(libdir)/libxenstore.so.$(MAJOR)
175 ln -sf libxenstore.so.$(MAJOR) $(DESTDIR)$(libdir)/libxenstore.so
195 rm -f $(DESTDIR)$(libdir)/libxenstore.so
[all …]
A DTODO7 - Persistant storage of introductions, watches and transactions, so daemon can restart
/xen/stubdom/
A Docaml.patch10 all:: libcamlrun_shared.so
13 cp libcamlrun_shared.so $(LIBDIR)/libcamlrun_shared.so
/xen/xen/tools/kconfig/
A DMakefile.host66 host-cshobjs := $(sort $(foreach m,$(host-cshlib),$($(m:.so=-objs))))
67 host-cxxshobjs := $(sort $(foreach m,$(host-cxxshlib),$($(m:.so=-objs))))
165 $(KBUILD_HOSTLDLIBS) $(HOSTLDLIBS_$(target-stem).so)
168 $(call multi_depend, $(host-cshlib), .so, -objs)
175 $(KBUILD_HOSTLDLIBS) $(HOSTLDLIBS_$(target-stem).so)
178 $(call multi_depend, $(host-cxxshlib), .so, -objs)
/xen/m4/
A Ddocs_tool.m46 AC_MSG_WARN([$2 is not available so some documentation won't be built])
15 AC_MSG_WARN([$2 is not available so some documentation won't be built])
/xen/xen/tools/kconfig/tests/new_choice_with_dep/
A DKconfig20 This is a new symbol, so should be asked.
37 This is a new symbol, so should be asked.
/xen/xen/tools/kconfig/tests/auto_submenu/
A DKconfig12 This depends on A, so should be a submenu of A.
51 This depends on A, but not a consecutive item, so can/should not
/xen/tools/flask/policy/modules/
A Dguest_features.te13 # and stub domains for early boot output, so don't audit even when we deny it.
30 # Linux, so without this they will show up in the logs. Since these
A Dall_system_role.te1 # Allow all domains to use system_r so that systems that are not using the
/xen/docs/misc/arm/
A Dearly-printk.txt8 Attempting to boot Xen image on a different platform *will not work*, so this
27 not try to initialize the UART, so that bootloader or firmware
/xen/xen/include/public/
A DCOPYING12 so does *not* cause the OS to become subject to the terms of the GPL.
27 furnished to do so, subject to the following conditions:
/xen/docs/misc/
A Dkconfig.rst20 for you, so you may find that you need to see what NEW kernel
124 where N, M and L are integers (in base 10) in the range [0,100], and so
179 names, so you have to know something close to what you are
190 regular expressions (regexes) in the search string, so if you
206 of which only ATH5K and ATH9K match exactly and so are sorted
278 names, so you have to know something close to what you are
/xen/tools/xenbackendd/
A DMakefile33 $(RM) *.a *.so *.o $(DEPS_RM) xenbackendd _paths.h
/xen/tools/ocaml/libs/mmap/
A DMakefile23 …$(OCAMLFIND) install -destdir $(OCAMLDESTDIR) -ldconf ignore xenmmap META $(INTF) $(LIBS) *.a *.so
/xen/tools/ocaml/
A DMakefile.rules48 …$(Q)rm -f .*.d *.o *.so *.a *.cmo *.cmi *.cma *.cmx *.cmxa *.annot *.spot *.spit $(LIBS) $(PROGRAM…
66 $(call mk-caml-lib-bytecode,$$@, -dllib dll$(1)_stubs.so -cclib -l$(1)_stubs, $$+)
/xen/tools/fuzz/
A DREADME.afl55 You can use xargs to do this most efficiently, like so:
61 binary; so coverage data will always show up in the build directory no
/xen/tools/ocaml/libs/eventchn/
A DMakefile28 …ND) install -destdir $(OCAMLDESTDIR) -ldconf ignore xeneventchn META $(INTF) $(LIBS) *.a *.so *.cmx
/xen/tools/ocaml/libs/xc/
A DMakefile28 …$(OCAMLFIND) install -destdir $(OCAMLDESTDIR) -ldconf ignore xenctrl META $(INTF) $(LIBS) *.a *.so

Completed in 22 milliseconds

123456