Searched refs:shlib (Results 1 - 25 of 53) sorted by relevance

123

/freebsd-10-stable/crypto/openssl/util/pl/
H A DOS2-EMX.pl16 $cflags.="-Zomf " if $shlib;
23 $obj=$shlib ? '.obj' : '.o';
38 $libp=$shlib ? ".lib" : ".a";
39 $shlibp=$shlib ? ".dll" : ".a";
42 $asm=$shlib ? 'as -Zomf' : 'as';
74 if ($shlib)
84 local($obj,$target,$name,$shlib)=@_;
92 if (!$shlib)
H A DBC-32.pl48 $shlibp=($shlib)?".dll":".lib";
88 if ($shlib)
99 local($objs,$target,$name,$shlib)=@_;
107 if (!$shlib)
H A DVC-32.pl9 if ($fips && !$shlib)
48 my $f = $shlib || $fips ?' /MD':' /MT';
49 $lib_cflag='/Zl' if (!$shlib); # remove /DEFAULTLIBs from static lib
129 my $f = $shlib || $fips ?' /MD':' /MT';
130 $lib_cflag='/Zl' if (!$shlib); # remove /DEFAULTLIBs from static lib
138 $out_def ="out32"; $out_def.="dll" if ($shlib);
140 $tmp_def ="tmp32"; $tmp_def.="dll" if ($shlib);
191 $shlibp=($shlib)?".dll":".lib";
244 if ($shlib && $FLAVOR !~ /CE/)
273 elsif ($shlib
[all...]
H A Dlinux.pl47 if ($shlib)
56 local($obj,$target,$name,$shlib,$so_name)=@_;
H A DMingw32.pl80 local($obj,$target,$name,$shlib)=@_;
H A Dunix.pl58 local($obj,$target,$name,$shlib)=@_;
H A Dnetware.pl257 if ($shlib)
456 my($objs,$target,$name,$shlib)=@_;
460 if (!$shlib)
/freebsd-10-stable/sbin/ldconfig/
H A DMakefile4 SRCS= elfhints.c ldconfig.c shlib.c support.c
/freebsd-10-stable/tools/tools/shlib-compat/test/
H A Dregress.sh4 run() { ../shlib-compat.py --no-dump -vv libtest$1/libtest$1.so.0.debug libtest$2/libtest$2.so.0.debug; }
H A DMakefile19 echo 'run() { ../shlib-compat.py --no-dump -vv libtest$$1/libtest$$1.so.0 libtest$$2/libtest$$2.so.0; }' > ${.TARGET}
27 for a in `jot ${NUMTEST}`; do for b in `jot ${NUMTEST}`; do ../shlib-compat.py -vv libtest$$a/libtest$$a.so.0 libtest$$b/libtest$$b.so.0 > regress.$$a-$$b.out; done; done
/freebsd-10-stable/tools/regression/tls/ttls3/
H A DMakefile5 LDFLAGS=-shared -Bsymbolic --allow-shlib-undefined
/freebsd-10-stable/crypto/openssl/util/
H A Dmk1mf.pl123 dll/shlib - Build shared libraries (MS)
144 $no_static_engine = 0 if (!$shlib);
396 if ($shlib)
674 local($slib)=$shlib;
707 $rules.= &do_lib_rule("\$(OBJ_D)${o}e_${_}.obj","\$(ENG_D)$o$_$shlibp","",$shlib,"");
712 $rules.= &do_lib_rule("\$(SSLOBJ)","\$(O_SSL)",$ssl,$shlib,"\$(SO_SSL)");
716 if ($shlib)
720 $shlib, "\$(SO_CRYPTO)", "\$(BASEADDR)");
725 "\$(O_CRYPTO)",$crypto,$shlib,"\$(SO_CRYPTO)", "");
727 "\$(LIB_D)$o$crypto_compat",$crypto,$shlib,"\
[all...]
/freebsd-10-stable/contrib/ncurses/progs/
H A Dcapconvert124 if test $OPT ../misc/shlib ; then
125 TIC="../misc/shlib $TIC"
/freebsd-10-stable/contrib/libgnuregex/
H A Dregex.c71 # include <shlib-compat.h>
/freebsd-10-stable/tools/tools/shlib-compat/
H A Dshlib-compat-dirs.sh5 SHLIB_COMPAT=$(dirname $0)/shlib-compat.py
/freebsd-10-stable/contrib/libreadline/
H A DMANIFEST8 shlib d
77 shlib/Makefile.in f
86 support/shlib-install f
H A DMakefile.in134 CREATED_MAKEFILES = Makefile doc/Makefile examples/Makefile shlib/Makefile
196 -test -d shlib || mkdir shlib
197 -( cd shlib ; ${MAKE} ${MFLAGS} all )
238 -( cd shlib; ${MAKE} ${MFLAGS} DESTDIR=${DESTDIR} uninstall )
241 -( cd shlib ; ${MAKE} ${MFLAGS} DESTDIR=${DESTDIR} install )
244 -( cd shlib; ${MAKE} ${MFLAGS} DESTDIR=${DESTDIR} uninstall )
267 -( cd shlib && $(MAKE) $(MFLAGS) $@ )
272 -( cd shlib && $(MAKE) $(MFLAGS) $@ )
277 -( cd shlib
[all...]
/freebsd-10-stable/contrib/apr/
H A Dapr-config.in71 --shlib-path-var print the name of the shared library path env var
208 --shlib-path-var)
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbol.cpp338 intptr_t shlib = m_addr_range.GetByteSize(); local
339 if (shlib)
340 s->Printf(" -> %s`%s\n", (const char *)shlib, reexport_name.GetCString());
/freebsd-10-stable/contrib/libreadline/shlib/
H A DMakefile.in184 $(SHELL) $(topdir)/support/shlib-install -O $(host_os) -d $(DESTDIR)$(libdir) -b $(DESTDIR)$(bindir) -i "$(INSTALL_DATA)" $(SHARED_HISTORY)
185 $(SHELL) $(topdir)/support/shlib-install -O $(host_os) -d $(DESTDIR)$(libdir) -b $(DESTDIR)$(bindir) -i "$(INSTALL_DATA)" $(SHARED_READLINE)
189 $(SHELL) $(topdir)/support/shlib-install -O $(host_os) -d $(DESTDIR)$(libdir) -b $(DESTDIR)$(bindir) -U $(SHARED_HISTORY)
190 $(SHELL) $(topdir)/support/shlib-install -O $(host_os) -d $(DESTDIR)$(libdir) -b $(DESTDIR)$(bindir) -U $(SHARED_READLINE)
/freebsd-10-stable/contrib/gdb/
H A Dlibtool.m4559 lt_cv_file_magic_test_file=/shlib/libc.so
665 lt_cv_file_magic_test_file=/shlib/libc.so
/freebsd-10-stable/crypto/openssl/
H A DMakefile.org170 EDIRS= times doc bugs util include certs ms shlib mt demos perl sf dep VMS
412 rm -f shlib/*.o *.o core a.out fluff rehash.time testlog make.log cctest cctest.c
H A DMakefile172 EDIRS= times doc bugs util include certs ms shlib mt demos perl sf dep VMS
414 rm -f shlib/*.o *.o core a.out fluff rehash.time testlog make.log cctest cctest.c
/freebsd-10-stable/contrib/bmake/mk/
H A Dlib.mk20 print-shlib-$x:
77 # so turn shlib PIC flags on for ${AS}.
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-ppc.c702 static enum { SHLIB_NONE, SHLIB_PIC, SHLIB_MRELOCATABLE } shlib = SHLIB_NONE;
969 shlib = SHLIB_PIC;
1009 shlib = SHLIB_MRELOCATABLE;
1015 shlib = SHLIB_MRELOCATABLE;
1932 switch (shlib)
697 static enum { SHLIB_NONE, SHLIB_PIC, SHLIB_MRELOCATABLE } shlib = SHLIB_NONE; variable in typeref:enum:__anon355

Completed in 579 milliseconds

123