/external/syslinux/com32/elflink/ldlinux/ |
D | Makefile | 28 SONAME = $(patsubst %.elf,%.e$(BITS),$(@F)) macro 30 SONAME = $(patsubst %.elf,%.c32,$(@F)) macro 36 $(LD) $(LDFLAGS) -soname $(SONAME) -o $@ $^ $(LIBS)
|
/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 | 14 #define SONAME "" macro 24 const char* Version::soname_ = SONAME;
|
/external/curl/docs/ |
D | HISTORY.md | 90 from scratch again. The libcurl major SONAME number was set to 1. 104 code. The libcurl major SONAME number was bumped to 2 due to this overhaul. 156 This release bumped the major SONAME to 3 due to the removal of the 192 September: The major SONAME number for libcurl was bumped to 4 due to the
|
D | TODO | 167 21. Next SONAME bump 1100 21. Next SONAME bump
|
/external/elfutils/tests/ |
D | run-alldts.sh | 44 SONAME Library soname: [(null)]
|
/external/icu/icu4c/source/config/ |
D | mh-qnx | 72 ## QNX wants the SONAME in the shared lib to match the final "real" filename.
|
D | mh-aix-gcc | 8 ## 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 | 39 add_llvm_library(LLVM SHARED DISABLE_LLVM_LINK_LLVM_DYLIB SONAME ${SOURCES})
|
/external/curl/docs/libcurl/ |
D | ABI | 40 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/libvpx/libvpx/build/make/ |
D | Makefile | 303 -Wl,--no-undefined -Wl,-soname,$$(SONAME) \
|
/external/llvm/cmake/modules/ |
D | AddLLVM.cmake | 329 # SONAME 330 # Should set SONAME link flags and create symlinks 336 "MODULE;SHARED;STATIC;OBJECT;DISABLE_LLVM_LINK_LLVM_DYLIB;SONAME"
|
/external/ImageMagick/m4/ |
D | ltoptions.m4 | 337 …[shared library versioning (aka "SONAME") variant to provide on AIX, @<:@default=]_LT_WITH_AIX_SON…
|
/external/pcre/dist2/m4/ |
D | ltoptions.m4 | 337 …[shared library versioning (aka "SONAME") variant to provide on AIX, @<:@default=]_LT_WITH_AIX_SON…
|
/external/libvpx/libvpx/ |
D | libs.mk | 275 $(BUILD_PFX)$(LIBVPX_SO): SONAME = libvpx.so.$(SO_VERSION_MAJOR)
|
/external/curl/ |
D | configure.ac | 3585 dnl enforce SONAME bump 3588 AC_MSG_CHECKING([whether to enforce SONAME bump]) 3590 AC_HELP_STRING([--enable-soname-bump],[Enable enforced SONAME bump]) 3591 AC_HELP_STRING([--disable-soname-bump],[Disable enforced SONAME bump]), 3883 SONAME bump: yes - WARNING: this library will be built with the SONAME
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 1525 LLVM_READOBJ_TYPE_CASE(SONAME); in getTypeString()
|
/external/elfutils/libdwfl/ |
D | ChangeLog | 1092 Do not overwrite NAME by SONAME if NAME_IS_FINAL.
|
/external/abi-compliance-checker/ |
D | abi-compliance-checker.pl | 19882 if(my $SONAME = getSONAME($Path)) { 19883 $RegisteredSONAMEs{$LibVersion}{$SONAME} = $Path;
|
/external/v8/ |
D | ChangeLog | 26125 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
|