Searched refs:SONAME (Results 1 – 24 of 24) sorted by relevance
/external/curl/packages/OS400/ |
D | initscript.sh | 34 SONAME=`sed -e '/^VERSIONINFO=/!d' -e 's/^.* \([0-9]*\):.*$/\1/' -e 'q' \ 36 export SONAME 48 setenv SRVPGM "CURL.${SONAME}" # Service program.
|
D | make-lib.sh | 108 then echo " STRPGMEXP PGMLVL(*CURRENT) SIGNATURE('LIBCURL_${SONAME}')" \
|
/external/regex-re2/ |
D | Makefile | 34 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/ |
D | Makefile | 8 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/ |
D | version.cc | 13 #define SONAME "" macro 42 const char* Version::soname_ = SONAME;
|
/external/conscrypt/ |
D | update_prebuilts.sh | 23 SONAME=so
|
/external/curl/docs/ |
D | HISTORY | 94 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
|
D | TODO | 126 20. Next SONAME bump 683 20. Next SONAME bump
|
/external/elfutils/tests/ |
D | run-alldts.sh | 44 SONAME Library soname: [(null)]
|
/external/icu/icu4c/source/config/ |
D | mh-qnx | 70 ## QNX wants the SONAME in the shared lib to match the final "real" filename.
|
D | mh-aix-gcc | 6 ## Please note: AIX does NOT have library versioning per se (there is no 'SONAME' capability).
|
/external/llvm/test/Object/ |
D | readobj-shared-object.test | 307 ELF32: 0x0000000E SONAME LibrarySoname (libfoo.so) 320 ELF64: 0x000000000000000E SONAME LibrarySoname (libfoo.so)
|
/external/llvm/tools/llvm-shlib/ |
D | CMakeLists.txt | 41 add_llvm_library(LLVM SHARED DISABLE_LLVM_LINK_LLVM_DYLIB SONAME ${SOURCES})
|
/external/curl/docs/libcurl/ |
D | ABI | 48 We are determined to bump the SONAME as rarely as possible. Ideally, we
|
/external/curl/tests/data/ |
D | test1135 | 18 # new entries last or bump the SONAME.
|
/external/llvm/cmake/modules/ |
D | AddLLVM.cmake | 327 # 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/ |
D | Makefile | 302 -Wl,--no-undefined -Wl,-soname,$$(SONAME) \
|
/external/pcre/dist/m4/ |
D | ltoptions.m4 | 337 …[shared library versioning (aka "SONAME") variant to provide on AIX, @<:@default=]_LT_WITH_AIX_SON…
|
/external/curl/ |
D | configure.ac | 3403 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
|
D | CHANGES.0 | 4659 A few more changes will take place with the next SONAME bump of the
|
/external/libvpx/libvpx/ |
D | libs.mk | 294 $(BUILD_PFX)$(LIBVPX_SO): SONAME = libvpx.so.$(SO_VERSION_MAJOR)
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1326 LLVM_READOBJ_TYPE_CASE(SONAME); in getTypeString()
|
/external/elfutils/libdwfl/ |
D | ChangeLog | 1092 Do not overwrite NAME by SONAME if NAME_IS_FINAL.
|
/external/v8/ |
D | ChangeLog | 10974 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
|