Home
last modified time | relevance | path

Searched refs:soname (Results 1 – 25 of 220) sorted by relevance

123456789

/third_party/libabigail/tests/data/test-abicompat/
Dtest4-soname-changed-report-0.txt1 ELF file 'test4-soname-changed-app' is not ABI compatible with 'libtest4-soname-changed-v1.so' due …
6 SONAME changed from 'libtest4-soname-changed.so.0' to 'libtest4-soname-changed.so.1'
/third_party/libabigail/tests/data/test-diff-suppr/
Dlibtest48-soname-abixml-v1.so.abi1 <abi-corpus version='2.0' architecture='elf-amd-x86_64' soname='test48-soname-abixml-v1'>
10 …<abi-instr address-size='64' path='test48-soname-abixml-v1.c' comp-dir-path='/home/dodji/git/libab…
14 …ji/git/libabigail/suppress-file-abixml/tests/data/test-diff-suppr/test48-soname-abixml-v1.c' line=…
16 …ji/git/libabigail/suppress-file-abixml/tests/data/test-diff-suppr/test48-soname-abixml-v1.c' line=…
19 …ji/git/libabigail/suppress-file-abixml/tests/data/test-diff-suppr/test48-soname-abixml-v1.c' line=…
23 …ji/git/libabigail/suppress-file-abixml/tests/data/test-diff-suppr/test48-soname-abixml-v1.c' line=…
24 …ji/git/libabigail/suppress-file-abixml/tests/data/test-diff-suppr/test48-soname-abixml-v1.c' line=…
Dlibtest48-soname-abixml-report-1.txt5 SONAME changed from 'test48-soname-abixml-v0' to 'test48-soname-abixml-v1'
9 [C] 'function void foo(S*)' at test48-soname-abixml-v1.c:8:1 has some indirect sub-type changes:
11 in pointed to type 'struct S' at test48-soname-abixml-v1.c:1:1:
14 'char m1', at offset 32 (in bits) at test48-soname-abixml-v1.c:4:1
Dlibtest48-soname-abixml-v0.so.abi1 <abi-corpus version='2.0' architecture='elf-amd-x86_64' soname='test48-soname-abixml-v0'>
10 …<abi-instr address-size='64' path='test48-soname-abixml-v0.c' comp-dir-path='/home/dodji/git/libab…
13 …ji/git/libabigail/suppress-file-abixml/tests/data/test-diff-suppr/test48-soname-abixml-v0.c' line=…
15 …ji/git/libabigail/suppress-file-abixml/tests/data/test-diff-suppr/test48-soname-abixml-v0.c' line=…
19 …ji/git/libabigail/suppress-file-abixml/tests/data/test-diff-suppr/test48-soname-abixml-v0.c' line=…
20 …ji/git/libabigail/suppress-file-abixml/tests/data/test-diff-suppr/test48-soname-abixml-v0.c' line=…
Dtest24-soname-suppr-1.txt2 soname_regexp = ^libtest24-soname-<wrong-soname>$
/third_party/musl/scripts/
Dprint_so_deps.py59 soname = m.group(1)
60 return soname
97 for soname, deps in self.soname_deps.items():
101 f.write(dot_format.format(soname, so, index))
114 for soname, deps in self.soname_deps.items():
115 f.write("{}:{}\n".format(soname, ",".join(deps)))
120 for soname, deps in self.soname_deps.items():
121 f.write("{},{}\n".format(soname, ",".join(deps)))
/third_party/gn/examples/simple_build/build/toolchain/
DBUILD.gn35 soname = "{{target_output_name}}{{output_extension}}" # e.g. "libfoo.so".
36 sofile = "{{output_dir}}/$soname"
37 rspfile = soname + ".rsp"
42 os_specific_option = "-Wl,-soname=$soname"
48 description = "SOLINK $soname"
/third_party/skia/third_party/externals/libpng/scripts/
Dlibtool.m41127 …ag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_d…
1129 …ag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_d…
1133 … \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_ds…
1134 … \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_da…
2430 # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
2445 # soname into executable. Probably we can add versioning support to
2717 # Give a soname corresponding to the major version so that dld.sl refuses to
4917 # it in the Import File for the 'aix-soname' feature, so we have
5079 …VAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5095 …_LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname
[all …]
Dltoptions.m485 _LT_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4],
326 # implement the --with-aix-soname flag, and support the `aix-soname=aix'
327 # and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT
335 AC_ARG_WITH([aix-soname],
336 [AS_HELP_STRING([--with-aix-soname=aix|svr4|both],
342 AC_MSG_ERROR([Unknown argument to --with-aix-soname])
372 LT_OPTION_DEFINE([LT_INIT], [aix-soname=aix], [_LT_WITH_AIX_SONAME([aix])])
373 LT_OPTION_DEFINE([LT_INIT], [aix-soname=both], [_LT_WITH_AIX_SONAME([both])])
374 LT_OPTION_DEFINE([LT_INIT], [aix-soname=svr4], [_LT_WITH_AIX_SONAME([svr4])])
/third_party/libffi/m4/
Dlibtool.m41127 …ag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_d…
1129 …ag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_d…
1133 … \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_ds…
1134 … \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_da…
2430 # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
2445 # soname into executable. Probably we can add versioning support to
2717 # Give a soname corresponding to the major version so that dld.sl refuses to
4920 # it in the Import File for the 'aix-soname' feature, so we have
5082 …VAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5098 …_LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname
[all …]
Dltoptions.m485 _LT_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4],
326 # implement the --with-aix-soname flag, and support the `aix-soname=aix'
327 # and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT
335 AC_ARG_WITH([aix-soname],
336 [AS_HELP_STRING([--with-aix-soname=aix|svr4|both],
342 AC_MSG_ERROR([Unknown argument to --with-aix-soname])
372 LT_OPTION_DEFINE([LT_INIT], [aix-soname=aix], [_LT_WITH_AIX_SONAME([aix])])
373 LT_OPTION_DEFINE([LT_INIT], [aix-soname=both], [_LT_WITH_AIX_SONAME([both])])
374 LT_OPTION_DEFINE([LT_INIT], [aix-soname=svr4], [_LT_WITH_AIX_SONAME([svr4])])
/third_party/node/deps/cares/m4/
Dlibtool.m41126 …ag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_d…
1128 …ag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_d…
1132 … \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_ds…
1133 … \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_da…
2429 # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
2444 # soname into executable. Probably we can add versioning support to
2716 # Give a soname corresponding to the major version so that dld.sl refuses to
4935 # it in the Import File for the 'aix-soname' feature, so we have
5103 …VAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5119 …_LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname
[all …]
Dltoptions.m485 _LT_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4],
326 # implement the --with-aix-soname flag, and support the `aix-soname=aix'
327 # and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT
335 AC_ARG_WITH([aix-soname],
336 [AS_HELP_STRING([--with-aix-soname=aix|svr4|both],
342 AC_MSG_ERROR([Unknown argument to --with-aix-soname])
372 LT_OPTION_DEFINE([LT_INIT], [aix-soname=aix], [_LT_WITH_AIX_SONAME([aix])])
373 LT_OPTION_DEFINE([LT_INIT], [aix-soname=both], [_LT_WITH_AIX_SONAME([both])])
374 LT_OPTION_DEFINE([LT_INIT], [aix-soname=svr4], [_LT_WITH_AIX_SONAME([svr4])])
/third_party/libevdev/m4/
Dlibtool.m41127 …ag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_d…
1129 …ag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_d…
1133 … \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_ds…
1134 … \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_da…
2430 # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
2445 # soname into executable. Probably we can add versioning support to
2717 # Give a soname corresponding to the major version so that dld.sl refuses to
4920 # it in the Import File for the 'aix-soname' feature, so we have
5082 …VAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5098 …_LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname
[all …]
Dltoptions.m485 _LT_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4],
326 # implement the --with-aix-soname flag, and support the `aix-soname=aix'
327 # and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT
335 AC_ARG_WITH([aix-soname],
336 [AS_HELP_STRING([--with-aix-soname=aix|svr4|both],
342 AC_MSG_ERROR([Unknown argument to --with-aix-soname])
372 LT_OPTION_DEFINE([LT_INIT], [aix-soname=aix], [_LT_WITH_AIX_SONAME([aix])])
373 LT_OPTION_DEFINE([LT_INIT], [aix-soname=both], [_LT_WITH_AIX_SONAME([both])])
374 LT_OPTION_DEFINE([LT_INIT], [aix-soname=svr4], [_LT_WITH_AIX_SONAME([svr4])])
/third_party/freetype/builds/unix/
Daclocal.m41130 …ag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_d…
1132 …ag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_d…
1136 … \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_ds…
1137 … \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_da…
2456 # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
2471 # soname into executable. Probably we can add versioning support to
2743 # Give a soname corresponding to the major version so that dld.sl refuses to
4943 # it in the Import File for the 'aix-soname' feature, so we have
5105 …VAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5121 …_LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname
[all …]
/third_party/skia/third_party/externals/microhttpd/m4/
Dlibtool.m41105 …ag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_d…
1107 …ag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_…
1111 …$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_d…
1112 …$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_d…
2299 # soname into executable. Probably we can add versioning support to
2543 # Give a soname corresponding to the major version so that dld.sl refuses to
4738 …R(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4754 …(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4772 …s, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto…
4776 cp $export_symbols $output_objdir/$soname.def;
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dcheck-symbols.sh20 for soname in harfbuzz harfbuzz-subset harfbuzz-icu harfbuzz-gobject; do
22 so=$libs/lib$soname.$suffix
39 def=$soname.def
/third_party/flutter/skia/third_party/externals/libpng/scripts/
Dltoptions.m485 _LT_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4],
326 # implement the --with-aix-soname flag, and support the `aix-soname=aix'
327 # and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT
335 AC_ARG_WITH([aix-soname],
336 [AS_HELP_STRING([--with-aix-soname=aix|svr4|both],
342 AC_MSG_ERROR([Unknown argument to --with-aix-soname])
372 LT_OPTION_DEFINE([LT_INIT], [aix-soname=aix], [_LT_WITH_AIX_SONAME([aix])])
373 LT_OPTION_DEFINE([LT_INIT], [aix-soname=both], [_LT_WITH_AIX_SONAME([both])])
374 LT_OPTION_DEFINE([LT_INIT], [aix-soname=svr4], [_LT_WITH_AIX_SONAME([svr4])])
/third_party/mtdev/
Daclocal.m41140 …ag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_d…
1142 …ag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_d…
1146 … \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_ds…
1147 … \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_da…
2465 # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
2480 # soname into executable. Probably we can add versioning support to
2752 # Give a soname corresponding to the major version so that dld.sl refuses to
4952 # it in the Import File for the 'aix-soname' feature, so we have
5114 …VAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5130 …_LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname
[all …]
/third_party/mbedtls/library/
DMakefile218 …$(CC) -shared -Wl,-soname,$@ -o $@ $(OBJS_TLS) -L. -lmbedx509 -lmbedcrypto $(LOCAL_LDFLAGS) $(LDFL…
230 …$(CC) -shared -Wl,-soname,$@ -Wl,--out-implib,$@.a -o $@ $(OBJS_TLS) -lws2_32 -lwinmm -lgdi32 -L. …
245 $(CC) -shared -Wl,-soname,$@ -o $@ $(OBJS_X509) -L. -lmbedcrypto $(LOCAL_LDFLAGS) $(LDFLAGS)
257 …$(CC) -shared -Wl,-soname,$@ -Wl,--out-implib,$@.a -o $@ $(OBJS_X509) -lws2_32 -lwinmm -lgdi32 -L.…
272 $(CC) -shared -Wl,-soname,$@ -o $@ $(OBJS_CRYPTO) $(LOCAL_LDFLAGS) $(LDFLAGS)
284 …$(CC) -shared -Wl,-soname,$@ -Wl,--out-implib,$@.a -o $@ $(OBJS_CRYPTO) -lws2_32 -lwinmm -lgdi32 -…
/third_party/harfbuzz/src/
Dcheck-symbols.py24 for soname in ['harfbuzz', 'harfbuzz-subset', 'harfbuzz-icu', 'harfbuzz-gobject']:
26 so = os.path.join (builddir, libs, 'lib%s.%s' % (soname, suffix))
50 def_path = os.path.join (builddir, soname + '.def')
/third_party/skia/third_party/externals/harfbuzz/src/
Dcheck-symbols.py25 for soname in ['harfbuzz', 'harfbuzz-subset', 'harfbuzz-icu', 'harfbuzz-gobject']:
27 so = os.path.join (builddir, libs, 'lib%s.%s' % (soname, suffix))
51 def_path = os.path.join (builddir, soname + '.def')
/third_party/libabigail/tests/data/test-diff-dwarf/
Dtest19-soname-report-0.txt5 SONAME changed from 'libtest19-soname-0' to 'libtest19-soname-1'
/third_party/skia/third_party/externals/libpng/
Dconfigure1530 --with-aix-soname=aix|svr4|both
8422 as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5
9619 …archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-…
9623 cp $export_symbols $output_objdir/$soname.def;
9625 echo EXPORTS > $output_objdir/$soname.def;
9626 cat $export_symbols >> $output_objdir/$soname.def;
9628 …$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname
9635 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
9649 …$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$lib…
9661 …$CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$lib…
[all …]

123456789