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

123

/freebsd-11.0-release/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';
122 $base_cflags.=$shlib?' /MD':' /MT';
133 my $f = $shlib || $fips ?' /MD':' /MT';
139 $lib_cflag='/Zl' if (!$shlib); # remove /DEFAULTLIBs from static lib
142 $out_def ="out32"; $out_def.="dll" if ($shlib);
144 $tmp_def ="tmp32"; $tmp_def.="dll" if ($shlib);
207 $shlibp=($shlib)?".dll":".lib";
260 if ($shlib && $FLAVOR !~ /CE/)
289 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 Dnetware.pl257 if ($shlib)
456 my($objs,$target,$name,$shlib)=@_;
460 if (!$shlib)
H A Dunix.pl146 local($obj,$target,$name,$shlib)=@_;
/freebsd-11.0-release/tools/tools/shlib-compat/
H A DMakefile.sysfake1 # $FreeBSD: releng/11.0/tools/tools/shlib-compat/Makefile.sysfake 248693 2013-03-25 00:31:14Z gleb $
7 sh ${.CURDIR}/../../tools/tools/shlib-compat/makesyscalls-fake.sh \
H A Dshlib-compat-dirs.sh3 # $FreeBSD: releng/11.0/tools/tools/shlib-compat/shlib-compat-dirs.sh 248693 2013-03-25 00:31:14Z gleb $
5 SHLIB_COMPAT=$(dirname $0)/shlib-compat.py
/freebsd-11.0-release/sbin/ldconfig/
H A DMakefile5 SRCS= elfhints.c ldconfig.c shlib.c support.c
/freebsd-11.0-release/tools/tools/shlib-compat/test/
H A Dregress.sh2 # $FreeBSD: releng/11.0/tools/tools/shlib-compat/test/regress.sh 275354 2014-12-01 08:14:25Z gleb $
4 run() { ../shlib-compat.py --no-dump -vv libtest$1/libtest$1.so.0.full libtest$2/libtest$2.so.0.full; }
H A DMakefile1 # $FreeBSD: releng/11.0/tools/tools/shlib-compat/test/Makefile 248693 2013-03-25 00:31:14Z gleb $
19 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-11.0-release/crypto/openssl/util/
H A Dmk1mf.pl131 dll/shlib - Build shared libraries (MS)
152 $no_static_engine = 0 if (!$shlib);
419 if ($shlib)
743 local($slib)=$shlib;
777 $rules.= &do_lib_rule("\$(OBJ_D)${o}e_${_}.obj","\$(ENG_D)$o$_$shlibp","",$shlib,"");
782 $rules.= &do_lib_rule("\$(SSLOBJ)","\$(O_SSL)",$ssl,$shlib,"\$(SO_SSL)");
786 if ($shlib)
790 $shlib, "\$(SO_CRYPTO)", "\$(BASEADDR)");
795 "\$(O_CRYPTO)",$crypto,$shlib,"\$(SO_CRYPTO)", "");
797 "\$(LIB_D)$o$crypto_compat",$crypto,$shlib,"\
[all...]
/freebsd-11.0-release/tools/regression/tls/ttls3/
H A DMakefile5 LDFLAGS=-shared -Bsymbolic --allow-shlib-undefined
/freebsd-11.0-release/contrib/ncurses/progs/
H A Dcapconvert126 if test $OPT ../misc/shlib ; then
127 TIC="../misc/shlib $TIC"
/freebsd-11.0-release/contrib/libgnuregex/
H A Dregex.c71 # include <shlib-compat.h>
/freebsd-11.0-release/share/mk/
H A Dbsd.sys.mk239 STAGE_SETS+= shlib
240 STAGE_DIR.shlib= ${STAGE_OBJTOP}${SHLIBDIR}
241 STAGE_FILES.shlib+= ${_LIBS:M*.so.*}
242 stage_files.shlib: ${_LIBS:M*.so.*}
254 .if target(stage_files.shlib)
257 stage_files.shlib: ${SHLIB_NAME}.symbols
/freebsd-11.0-release/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-11.0-release/contrib/libreadline/
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-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbol.cpp347 intptr_t shlib = m_addr_range.GetByteSize(); local
348 if (shlib)
349 s->Printf(" -> %s`%s\n", (const char *)shlib, reexport_name.GetCString());
/freebsd-11.0-release/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-11.0-release/contrib/bmake/mk/
H A Dlib.mk17 print-shlib-major:
24 print-shlib-minor:
31 print-shlib-teeny:
86 # so turn shlib PIC flags on for ${AS}.
/freebsd-11.0-release/crypto/openssl/
H A DMakefile.org172 EDIRS= times doc bugs util include certs ms shlib mt demos perl sf dep VMS
416 rm -f shlib/*.o *.o core a.out fluff rehash.time testlog make.log cctest cctest.c
H A DMakefile174 EDIRS= times doc bugs util include certs ms shlib mt demos perl sf dep VMS
418 rm -f shlib/*.o *.o core a.out fluff rehash.time testlog make.log cctest cctest.c
/freebsd-11.0-release/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:__anon347

Completed in 386 milliseconds

123