Home
last modified time | relevance | path

Searched refs:VER3 (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/test/LTO/X86/
Dsymver-asm3.ll21 module asm ".symver foo3, foo@@@VER3"
22 ; CHECK-DAG: t foo@@VER3
/external/rust/crates/libz-sys/src/zlib/
Dconfigure44 VER3=`sed -n -e '/VERSION "/s/.*"\([0-9]*\\.[0-9]*\\.[0-9]*\).*/\1/p' < ${SRCDIR}zlib.h`
243 …-dynamiclib -install_name $libdir/$SHAREDLIBM -compatibility_version $VER1 -current_version $VER3"}
DChangeLog390 - Fix VER3 extraction in configure for no fourth subversion
/external/python/cpython2/Modules/zlib/
Dconfigure44 VER3=`sed -n -e '/VERSION "/s/.*"\([0-9]*\\.[0-9]*\\.[0-9]*\).*/\1/p' < ${SRCDIR}zlib.h`
243 …-dynamiclib -install_name $libdir/$SHAREDLIBM -compatibility_version $VER1 -current_version $VER3"}
DChangeLog390 - Fix VER3 extraction in configure for no fourth subversion
/external/rust/crates/libz-sys/src/zlib-ng/
Dconfigure266VER3=`sed -n -e '/ZLIBNG_VERSION "/s/.*"\([0-9]*\\.[0-9]*\\.[0-9]*\).*/\1/p' < ${SRCDIR}/zlib-ng.h`
271 VER3=`sed -n -e '/ZLIB_VERSION "/s/.*"\([0-9]*\\.[0-9]*\\.[0-9]*\).*/\1/p' < ${SRCDIR}/zlib.h`
470 …"-dynamiclib -install_name $libdir/$SHAREDLIBM -compatibility_version $VER1 -current_version $VER3"