Home
last modified time | relevance | path

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

/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/chromium_org/third_party/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/chromium_org/v8/src/
Dversion.cc46 #define SONAME "" macro
75 const char* Version::soname_ = SONAME;
/external/chromium_org/build/toolchain/nacl/
DBUILD.gn29SONAME ; nm -gD -f p \${lib} | cut -f1-2 -d' '; } > \${lib}.TOC; else $ld -shared \$ldflags -o \$l…
/external/conscrypt/
Dupdate_prebuilts.sh23 SONAME=so
/external/chromium_org/build/toolchain/
Dgcc_toolchain.gni81SONAME ; nm -gD -f p \${lib} | cut -f1-2 -d' '; } > \${lib}.TOC; else $ld -shared \$ldflags -o \$l…
/external/chromium_org/third_party/icu/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/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 ELF: 0000000E SONAME LibrarySoname (libfoo.so)
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
DMakefile291 -Wl,--no-undefined -Wl,-soname,$$(SONAME) \
/external/libvpx/libvpx/build/make/
DMakefile281 -Wl,--no-undefined -Wl,-soname,$$(SONAME) \
/external/libvpx/libvpx/
Dlibs.mk293 $(BUILD_PFX)$(LIBVPX_SO): SONAME = libvpx.so.$(VERSION_MAJOR)
/external/chromium_org/third_party/libvpx/source/libvpx/
Dlibs.mk293 $(BUILD_PFX)$(LIBVPX_SO): SONAME = libvpx.so.$(VERSION_MAJOR)
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp760 LLVM_READOBJ_TYPE_CASE(SONAME); in getTypeString()
/external/chromium_org/v8/
DChangeLog4221 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).