Searched refs:shlib (Results 1 – 25 of 114) sorted by relevance
12345
| /freebsd-10-stable/crypto/openssl/util/pl/ |
| D | VC-32.pl | 9 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 && $FLAVOR =~ /CE/) [all …]
|
| D | OS2-EMX.pl | 16 $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)
|
| D | BC-32.pl | 48 $shlibp=($shlib)?".dll":".lib"; 88 if ($shlib) 99 local($objs,$target,$name,$shlib)=@_; 107 if (!$shlib)
|
| D | linux.pl | 47 if ($shlib) 56 local($obj,$target,$name,$shlib,$so_name)=@_;
|
| D | netware.pl | 257 if ($shlib) 456 my($objs,$target,$name,$shlib)=@_; 460 if (!$shlib)
|
| D | unix.pl | 58 local($obj,$target,$name,$shlib)=@_;
|
| D | Mingw32.pl | 80 local($obj,$target,$name,$shlib)=@_;
|
| /freebsd-10-stable/contrib/libreadline/ |
| D | CHANGELOG | 104 shlib/Makefile.in 118 Makefile.in, shlib/Makefile.in 154 shlib/Makefile.in 178 shlib/Makefile.in 184 support/shlib-install 187 shlib/Makefile.in 188 - changed to call shlib-install for install and uninstall targets 197 shlib/Makefile.in 213 Makefile.in,{doc,examples,shlib}/Makefile.in 239 support/shlib-install [all …]
|
| D | Makefile.in | 134 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 && $(MAKE) $(MFLAGS) $@ )
|
| D | MANIFEST | 8 shlib d 77 shlib/Makefile.in f 86 support/shlib-install f
|
| D | README | 56 a Makefile in the `shlib' subdirectory, and typing `make shared' 65 of variables that are substituted into shlib/Makefile. If you 142 `make shared'. The shared libraries will be created in the shlib 148 install' in the shlib subdirectory will also work. If you don't want
|
| /freebsd-10-stable/tools/tools/shlib-compat/ |
| D | README | 3 shlib-compat uses dwarf debugging symbols to recreate definitions of 6 The shlib-compat.py script requires devel/dwarfdump port to be 15 .include "../../tools/tools/shlib-compat/Makefile.sysfake" 19 ./shlib-compat.py -v --alias-prefix __sysfake_ \
|
| D | Makefile.sysfake | 7 sh ${.CURDIR}/../../tools/tools/shlib-compat/makesyscalls-fake.sh \
|
| /freebsd-10-stable/crypto/openssl/util/ |
| D | mk1mf.pl | 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,"\$(SO_CRYPTO)", ""); 732 $rules.= &do_lib_rule("\$(CRYPTOOBJ)","\$(O_CRYPTO)",$crypto,$shlib, [all …]
|
| /freebsd-10-stable/tools/tools/shlib-compat/test/libtestsys/ |
| D | Symbol.map | 2 …* $FreeBSD: stable/10/tools/tools/shlib-compat/test/libtestsys/Symbol.map 248693 2013-03-25 00:31:…
|
| /freebsd-10-stable/tools/tools/shlib-compat/test/ |
| D | Versions.def | 1 # $FreeBSD: stable/10/tools/tools/shlib-compat/test/Versions.def 248693 2013-03-25 00:31:14Z gleb $
|
| D | regress.sh | 4 run() { ../shlib-compat.py --no-dump -vv libtest$1/libtest$1.so.0.debug libtest$2/libtest$2.so.0.de…
|
| D | Makefile | 27 …for a in `jot ${NUMTEST}`; do for b in `jot ${NUMTEST}`; do ../shlib-compat.py -vv libtest$$a/libt…
|
| /freebsd-10-stable/tools/tools/shlib-compat/test/libtest1/ |
| D | Symbol.map | 2 …* $FreeBSD: stable/10/tools/tools/shlib-compat/test/libtest1/Symbol.map 248693 2013-03-25 00:31:14…
|
| /freebsd-10-stable/tools/tools/shlib-compat/test/libtest3/ |
| D | Symbol.map | 2 …* $FreeBSD: stable/10/tools/tools/shlib-compat/test/libtest3/Symbol.map 248693 2013-03-25 00:31:14…
|
| /freebsd-10-stable/tools/tools/shlib-compat/test/libtest2/ |
| D | Symbol.map | 2 …* $FreeBSD: stable/10/tools/tools/shlib-compat/test/libtest2/Symbol.map 248693 2013-03-25 00:31:14…
|
| /freebsd-10-stable/contrib/apr/ |
| D | apr-config.in | 71 --shlib-path-var print the name of the shared library path env var 208 --shlib-path-var)
|
| /freebsd-10-stable/sbin/ldconfig/ |
| D | Makefile | 4 SRCS= elfhints.c ldconfig.c shlib.c support.c
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/ |
| D | Symbol.cpp | 338 intptr_t shlib = m_addr_range.GetByteSize(); in Dump() local 339 if (shlib) in Dump() 340 s->Printf(" -> %s`%s\n", (const char *)shlib, reexport_name.GetCString()); in Dump()
|
| /freebsd-10-stable/tools/regression/tls/ttls3/ |
| D | Makefile | 5 LDFLAGS=-shared -Bsymbolic --allow-shlib-undefined
|
12345