HomeSort by relevance Sort by last modified time
    Searched refs:SONAME (Results 1 - 14 of 14) sorted by null

  /external/v8/src/
version.cc 10 // Define SONAME to have the build system put a specific SONAME into the
11 // shared library instead the generic SONAME generated from the V8 version
13 #define SONAME ""
42 const char* Version::soname_ = SONAME;
65 // Calculate the SONAME for the V8 shared library.
68 // Generate generic SONAME if no specific SONAME is defined.
78 // Use specific SONAME.
  /frameworks/rs/
update_rs_prebuilts.sh 12 SONAME=dylib
22 SONAME=so
185 libbcc.$SONAME
186 libbcinfo.$SONAME
187 libclang.$SONAME
188 libc++.$SONAME
189 libLLVM.$SONAME
192 TOOLS_LIB32="libc++.$SONAME"
  /external/curl/packages/OS400/
initscript.sh 32 # Extract the SONAME from the library makefile.
34 SONAME=`sed -e '/^VERSIONINFO=/!d' -e 's/^.* \([0-9]*\):.*$/\1/' -e 'q' \
36 export SONAME
48 setenv SRVPGM "CURL.${SONAME}" # Service program.
make-lib.sh 108 then echo " STRPGMEXP PGMLVL(*CURRENT) SIGNATURE('LIBCURL_${SONAME}')" \
  /external/sonic/
Makefile 8 SONAME=soname
11 SONAME=install_name
35 $(CC) $(CFLAGS) -shared -Wl,-$(SONAME),libsonic.so.0 sonic.o -o libsonic.so.$(LIB_TAG)
  /external/conscrypt/
update_prebuilts.sh 23 SONAME=so
  /external/regex-re2/
Makefile 34 SONAME=0
43 MAKE_SHARED_LIBRARY=$(CXX) -shared -Wl,-soname,libre2.so.$(SONAME),--version-script=libre2.symbols $(LDFLAGS)
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/elfutils/tests/
run-alldts.sh 44 SONAME Library soname: [(null)]
  /external/libvpx/libvpx/build/make/
Makefile 302 -Wl,--no-undefined -Wl,-soname,$$(SONAME) \
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Makefile 281 -Wl,--no-undefined -Wl,-soname,$$(SONAME) \
  /build/core/
config.mk 238 $(hide) ($($(PRIVATE_2ND_ARCH_VAR_PREFIX)$(PRIVATE_PREFIX)READELF) -d $(1) | grep SONAME || echo "No SONAME for $1") > $(2)
    [all...]
  /external/libvpx/libvpx/
libs.mk 294 $(BUILD_PFX)$(LIBVPX_SO): SONAME = libvpx.so.$(SO_VERSION_MAJOR)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
libs.mk 293 $(BUILD_PFX)$(LIBVPX_SO): SONAME = libvpx.so.$(VERSION_MAJOR)
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 136 StringRef SOName;
    [all...]

Completed in 4176 milliseconds