Searched refs:SONAME (Results 1 – 17 of 17) sorted by relevance
/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/chromium_org/third_party/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/chromium_org/v8/src/ |
D | version.cc | 46 #define SONAME "" macro 75 const char* Version::soname_ = SONAME;
|
/external/chromium_org/build/toolchain/nacl/ |
D | BUILD.gn | 29 …SONAME ; nm -gD -f p \${lib} | cut -f1-2 -d' '; } > \${lib}.TOC; else $ld -shared \$ldflags -o \$l…
|
/external/conscrypt/ |
D | update_prebuilts.sh | 23 SONAME=so
|
/external/chromium_org/build/toolchain/ |
D | gcc_toolchain.gni | 81 …SONAME ; 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/ |
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/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 ELF: 0000000E SONAME LibrarySoname (libfoo.so)
|
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/ |
D | Makefile | 291 -Wl,--no-undefined -Wl,-soname,$$(SONAME) \
|
/external/libvpx/libvpx/build/make/ |
D | Makefile | 281 -Wl,--no-undefined -Wl,-soname,$$(SONAME) \
|
/external/libvpx/libvpx/ |
D | libs.mk | 293 $(BUILD_PFX)$(LIBVPX_SO): SONAME = libvpx.so.$(VERSION_MAJOR)
|
/external/chromium_org/third_party/libvpx/source/libvpx/ |
D | libs.mk | 293 $(BUILD_PFX)$(LIBVPX_SO): SONAME = libvpx.so.$(VERSION_MAJOR)
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 760 LLVM_READOBJ_TYPE_CASE(SONAME); in getTypeString()
|
/external/chromium_org/v8/ |
D | ChangeLog | 4221 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
|