Home
last modified time | relevance | path

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

12

/external/syslinux/com32/elflink/ldlinux/
DMakefile28 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/
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.cc14 #define SONAME "" macro
24 const char* Version::soname_ = SONAME;
/external/curl/docs/
DHISTORY.md90 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
DTODO167 21. Next SONAME bump
1100 21. Next SONAME bump
/external/elfutils/tests/
Drun-alldts.sh44 SONAME Library soname: [(null)]
/external/icu/icu4c/source/config/
Dmh-qnx72 ## QNX wants the SONAME in the shared lib to match the final "real" filename.
Dmh-aix-gcc8 ## 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.txt39 add_llvm_library(LLVM SHARED DISABLE_LLVM_LINK_LLVM_DYLIB SONAME ${SOURCES})
/external/curl/docs/libcurl/
DABI40 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/libvpx/libvpx/build/make/
DMakefile303 -Wl,--no-undefined -Wl,-soname,$$(SONAME) \
/external/llvm/cmake/modules/
DAddLLVM.cmake329 # SONAME
330 # Should set SONAME link flags and create symlinks
336 "MODULE;SHARED;STATIC;OBJECT;DISABLE_LLVM_LINK_LLVM_DYLIB;SONAME"
/external/ImageMagick/m4/
Dltoptions.m4337 …[shared library versioning (aka "SONAME") variant to provide on AIX, @<:@default=]_LT_WITH_AIX_SON…
/external/pcre/dist2/m4/
Dltoptions.m4337 …[shared library versioning (aka "SONAME") variant to provide on AIX, @<:@default=]_LT_WITH_AIX_SON…
/external/libvpx/libvpx/
Dlibs.mk275 $(BUILD_PFX)$(LIBVPX_SO): SONAME = libvpx.so.$(SO_VERSION_MAJOR)
/external/curl/
Dconfigure.ac3585 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/
DELFDumper.cpp1525 LLVM_READOBJ_TYPE_CASE(SONAME); in getTypeString()
/external/elfutils/libdwfl/
DChangeLog1092 Do not overwrite NAME by SONAME if NAME_IS_FINAL.
/external/abi-compliance-checker/
Dabi-compliance-checker.pl19882 if(my $SONAME = getSONAME($Path)) {
19883 $RegisteredSONAMEs{$LibVersion}{$SONAME} = $Path;
/external/v8/
DChangeLog26125 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).

12