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

  /external/v8/src/
version.cc 11 // Define SONAME to have the build system put a specific SONAME into the
12 // shared library instead the generic SONAME generated from the V8 version
14 #define SONAME ""
24 const char* Version::soname_ = SONAME;
47 // Calculate the SONAME for the V8 shared library.
50 // Generate generic SONAME if no specific SONAME is defined.
60 // Use specific SONAME.
  /external/syslinux/com32/elflink/ldlinux/
Makefile 28 SONAME = $(patsubst %.elf,%.e$(BITS),$(@F))
30 SONAME = $(patsubst %.elf,%.c32,$(@F))
36 $(LD) $(LDFLAGS) -soname $(SONAME) -o $@ $^ $(LIBS)
  /frameworks/rs/
update_rs_prebuilts.sh 12 SONAME=dylib
22 SONAME=so
229 libbcc.$SONAME
230 libbcinfo.$SONAME
231 libclang_android.$SONAME
232 libc++.$SONAME
233 libLLVM_android.$SONAME
236 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)
  /build/soong/scripts/
toc.sh 37 ("${CROSS_COMPILE}readelf" -d "${infile}" | grep SONAME || echo "No SONAME for ${infile}") > "${outfile}.tmp"
  /external/elfutils/tests/
run-alldts.sh 44 SONAME Library soname: [(null)]
  /external/gflags/cmake/
config.cmake.in 131 SONAME
  /external/abi-compliance-checker/modules/Internals/
SysCheck.pm 103 if(my ($LFName, $Soname) = split(/;/, $_))
106 $Soname=~s/\{.+\}//;
108 $LibSoname1{$LFName} = $Soname;
113 if(my ($LFName, $Soname) = split(/;/, $_))
116 $Soname=~s/\{.+\}//;
118 $LibSoname2{$LFName} = $Soname;
143 my ($Soname, $V) = ($LibSoname1{$Name}, $LibV1{$Name});
148 $Soname = $Name;
150 $LibVers1{$Soname}{$V} = $DPath;
151 $ShortNames1{parse_libname($Soname, "short", $OStarget)}{$Soname} = 1
    [all...]
  /external/libvpx/libvpx/build/make/
Makefile 305 -Wl,--no-undefined -Wl,-soname,$$(SONAME) \
  /build/make/core/
config.mk 298 $(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 274 $(BUILD_PFX)$(LIBVPX_SO): SONAME = libvpx.so.$(SO_VERSION_MAJOR)
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 187 StringRef SOName;
    [all...]
  /external/abi-compliance-checker/
abi-compliance-checker.pl     [all...]

Completed in 1040 milliseconds