Searched refs:SONAME (Results 1 – 25 of 34) sorted by relevance
12
/external/curl/packages/OS400/ |
D | initscript.sh | 34 SONAME=`sed -e '/^VERSIONINFO=/!d' -e 's/^.* \([0-9]*\):.*$/\1/' -e 'q' \ 36 export SONAME 48 setenv SRVPGM "CURL.${SONAME}" # Service program.
|
D | make-lib.sh | 108 then echo " STRPGMEXP PGMLVL(*CURRENT) SIGNATURE('LIBCURL_${SONAME}')" \
|
/external/sonic/ |
D | Makefile | 8 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/ |
D | version.cc | 14 #define SONAME "" macro 25 const char* Version::soname_ = SONAME;
|
/external/elfutils/tests/ |
D | run-alldts.sh | 44 SONAME Library soname: [(null)]
|
/external/curl/docs/ |
D | HISTORY.md | 90 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. 155 This release bumped the major SONAME to 3 due to the removal of the 191 September: The major SONAME number for libcurl was bumped to 4 due to the
|
/external/icu/icu4c/source/config/ |
D | mh-qnx | 72 ## QNX wants the SONAME in the shared lib to match the final "real" filename.
|
D | mh-aix-gcc | 8 ## 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 ELF32: 0x0000000E SONAME LibrarySoname (libfoo.so) 320 ELF64: 0x000000000000000E SONAME LibrarySoname (libfoo.so)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/ |
D | readobj-shared-object.test | 307 ELF32: 0x0000000E SONAME Library soname: [libfoo.so] 320 ELF64: 0x000000000000000E SONAME Library soname: [libfoo.so]
|
/external/llvm/tools/llvm-shlib/ |
D | CMakeLists.txt | 39 add_llvm_library(LLVM SHARED DISABLE_LLVM_LINK_LLVM_DYLIB SONAME ${SOURCES})
|
/external/curl/docs/libcurl/ |
D | ABI | 40 We are determined to bump the SONAME as rarely as possible. Ideally, we
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-shlib/ |
D | CMakeLists.txt | 37 add_llvm_library(LLVM SHARED DISABLE_LLVM_LINK_LLVM_DYLIB SONAME ${SOURCES})
|
/external/tensorflow/tensorflow/tools/ci_build/ |
D | Dockerfile.rbe.cuda10.0-cudnn7-ubuntu14.04 | 58 # TODO(b/110903506): Provide a link to the SONAME of libcuda.so.
|
D | Dockerfile.rbe.cuda9.0-cudnn7-ubuntu14.04 | 66 # TODO(b/110903506): Provide a link to the SONAME of libcuda.so.
|
/external/curl/tests/data/ |
D | test1135 | 18 # new entries last or bump the SONAME.
|
/external/gflags/cmake/ |
D | config.cmake.in | 145 SONAME
|
/external/capstone/ |
D | ChangeLog | 391 - Correct the SONAME setup for library versioning (Linux, *BSD, Solaris). 408 - Use a proper SONAME for library versioning (Linux).
|
/external/libvpx/libvpx/build/make/ |
D | Makefile | 306 -Wl,--no-undefined -Wl,-soname,$$(SONAME) \
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | DynamicTags.def | 43 DYNAMIC_TAG(SONAME, 14) // String table offset of a shared objects name.
|
/external/llvm/cmake/modules/ |
D | AddLLVM.cmake | 329 # SONAME 330 # Should set SONAME link flags and create symlinks 336 "MODULE;SHARED;STATIC;OBJECT;DISABLE_LLVM_LINK_LLVM_DYLIB;SONAME"
|
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/ |
D | AddLLVM.cmake | 373 # SONAME 374 # Should set SONAME link flags and create symlinks 380 "MODULE;SHARED;STATIC;OBJECT;DISABLE_LLVM_LINK_LLVM_DYLIB;SONAME" 496 # Set SOVERSION on shared libraries that lack explicit SONAME
|
/external/libpng/scripts/ |
D | ltoptions.m4 | 337 …[shared library versioning (aka "SONAME") variant to provide on AIX, @<:@default=]_LT_WITH_AIX_SON…
|
/external/pcre/dist2/m4/ |
D | ltoptions.m4 | 337 …[shared library versioning (aka "SONAME") variant to provide on AIX, @<:@default=]_LT_WITH_AIX_SON…
|
/external/libevent/m4/ |
D | ltoptions.m4 | 337 …[shared library versioning (aka "SONAME") variant to provide on AIX, @<:@default=]_LT_WITH_AIX_SON…
|
12