Home
last modified time | relevance | path

Searched refs:SONAME (Results 1 – 24 of 24) sorted by relevance

/external/curl/packages/OS400/
Dinitscript.sh34 SONAME=`sed -e '/^VERSIONINFO=/!d' -e 's/^.* \([0-9]*\):.*$/\1/' -e 'q' \
36 export SONAME
48 setenv SRVPGM "CURL.${SONAME}" # Service program.
Dmake-lib.sh108 then echo " STRPGMEXP PGMLVL(*CURRENT) SIGNATURE('LIBCURL_${SONAME}')" \
/external/regex-re2/
DMakefile34 SONAME=0 macro
43 MAKE_SHARED_LIBRARY=$(CXX) -shared -Wl,-soname,libre2.so.$(SONAME),--version-script=libre2.symbols …
181 $(MAKE_SHARED_LIBRARY) -o $@.$(SONAME) $(SOFILES)
182 ln -sf libre2.so.$(SONAME) $@
252 $(INSTALL) obj/so/libre2.so $(DESTDIR)$(libdir)/libre2.so.$(SONAME).0.0
253 ln -sf libre2.so.$(SONAME).0.0 $(DESTDIR)$(libdir)/libre2.so.$(SONAME)
254 ln -sf libre2.so.$(SONAME).0.0 $(DESTDIR)$(libdir)/libre2.so
/external/sonic/
DMakefile8 SONAME=soname macro
11 SONAME=install_name macro
35 $(CC) $(CFLAGS) -shared -Wl,-$(SONAME),libsonic.so.0 sonic.o -o libsonic.so.$(LIB_TAG)
/external/v8/src/
Dversion.cc13 #define SONAME "" macro
42 const char* Version::soname_ = SONAME;
/external/conscrypt/
Dupdate_prebuilts.sh23 SONAME=so
/external/curl/docs/
DHISTORY94 from scratch again. The libcurl major SONAME number was set to 1.
108 code. The libcurl major SONAME number was bumped to 2 due to this overhaul.
160 This release bumped the major SONAME to 3 due to the removal of the
196 September: The major SONAME number for libcurl was bumped to 4 due to the
DTODO126 20. Next SONAME bump
683 20. Next SONAME bump
/external/elfutils/tests/
Drun-alldts.sh44 SONAME Library soname: [(null)]
/external/icu/icu4c/source/config/
Dmh-qnx70 ## QNX wants the SONAME in the shared lib to match the final "real" filename.
Dmh-aix-gcc6 ## Please note: AIX does NOT have library versioning per se (there is no 'SONAME' capability).
/external/llvm/test/Object/
Dreadobj-shared-object.test307 ELF32: 0x0000000E SONAME LibrarySoname (libfoo.so)
320 ELF64: 0x000000000000000E SONAME LibrarySoname (libfoo.so)
/external/llvm/tools/llvm-shlib/
DCMakeLists.txt41 add_llvm_library(LLVM SHARED DISABLE_LLVM_LINK_LLVM_DYLIB SONAME ${SOURCES})
/external/curl/docs/libcurl/
DABI48 We are determined to bump the SONAME as rarely as possible. Ideally, we
/external/curl/tests/data/
Dtest113518 # new entries last or bump the SONAME.
/external/llvm/cmake/modules/
DAddLLVM.cmake327 # SONAME
328 # Should set SONAME link flags and create symlinks
332 "MODULE;SHARED;STATIC;DISABLE_LLVM_LINK_LLVM_DYLIB;SONAME"
/external/libvpx/libvpx/build/make/
DMakefile302 -Wl,--no-undefined -Wl,-soname,$$(SONAME) \
/external/pcre/dist/m4/
Dltoptions.m4337 …[shared library versioning (aka "SONAME") variant to provide on AIX, @<:@default=]_LT_WITH_AIX_SON…
/external/curl/
Dconfigure.ac3403 dnl enforce SONAME bump
3406 AC_MSG_CHECKING([whether to enforce SONAME bump])
3408 AC_HELP_STRING([--enable-soname-bump],[Enable enforced SONAME bump])
3409 AC_HELP_STRING([--disable-soname-bump],[Disable enforced SONAME bump]),
3694 SONAME bump: yes - WARNING: this library will be built with the SONAME
DCHANGES.04659 A few more changes will take place with the next SONAME bump of the
/external/libvpx/libvpx/
Dlibs.mk294 $(BUILD_PFX)$(LIBVPX_SO): SONAME = libvpx.so.$(SO_VERSION_MAJOR)
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1326 LLVM_READOBJ_TYPE_CASE(SONAME); in getTypeString()
/external/elfutils/libdwfl/
DChangeLog1092 Do not overwrite NAME by SONAME if NAME_IS_FINAL.
/external/v8/
DChangeLog10974 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).