Home
last modified time | relevance | path

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

12345678910>>...261

/dports/devel/py-omniorb/omniORBpy-4.2.4/modules/codesets/
H A Ddir.mk137 $(CXXLINK) $(CXXLINKOPTIONS) -shared -o $@ -Wl,-soname,$(soname) $(IMPORT_LIBRARY_FLAGS) \
150 $(RM) $(soname); \
194 $(CXXLINK) $(CXXLINKOPTIONS) -shared -o $@ -Wl-soname,$(soname) $(IMPORT_LIBRARY_FLAGS) \
209 $(RM) $(soname); \
277 -shared -o $@ -Wl,-soname,$(soname) \
291 $(RM) $(soname); \
325 $(RM) $(soname);
366 $(RM) $(soname); \
414 $(RM) $(soname); \
439 ld -shared -soname $(soname) -set_version $(soname) -o $@ $(IMPORT_LIBRARY_FLAGS) \
[all …]
/dports/devel/py-omniorb/omniORBpy-4.2.4/modules/ziop/
H A Ddir.mk143 $(CXXLINK) $(CXXLINKOPTIONS) -shared -o $@ -Wl,-soname,$(soname) $(IMPORT_LIBRARY_FLAGS) \
156 $(RM) $(soname); \
200 $(CXXLINK) $(CXXLINKOPTIONS) -shared -o $@ -Wl-soname,$(soname) $(IMPORT_LIBRARY_FLAGS) \
215 $(RM) $(soname); \
283 -shared -o $@ -Wl,-soname,$(soname) \
297 $(RM) $(soname); \
331 $(RM) $(soname);
372 $(RM) $(soname); \
420 $(RM) $(soname); \
445 ld -shared -soname $(soname) -set_version $(soname) -o $@ $(IMPORT_LIBRARY_FLAGS) \
[all …]
/dports/devel/py-omniorb/omniORBpy-4.2.4/modules/connections/
H A Ddir.mk144 $(CXXLINK) $(CXXLINKOPTIONS) -shared -o $@ -Wl,-soname,$(soname) $(IMPORT_LIBRARY_FLAGS) \
157 $(RM) $(soname); \
201 $(CXXLINK) $(CXXLINKOPTIONS) -shared -o $@ -Wl-soname,$(soname) $(IMPORT_LIBRARY_FLAGS) \
216 $(RM) $(soname); \
284 -shared -o $@ -Wl,-soname,$(soname) \
298 $(RM) $(soname); \
332 $(RM) $(soname);
373 $(RM) $(soname); \
421 $(RM) $(soname); \
446 ld -shared -soname $(soname) -set_version $(soname) -o $@ $(IMPORT_LIBRARY_FLAGS) \
[all …]
/dports/devel/py-omniorb/omniORBpy-4.2.4/modules/sslTP/
H A Ddir.mk138 $(CXXLINK) $(CXXLINKOPTIONS) -shared -o $@ -Wl,-soname,$(soname) $(IMPORT_LIBRARY_FLAGS) \
151 $(RM) $(soname); \
195 $(CXXLINK) $(CXXLINKOPTIONS) -shared -o $@ -Wl-soname,$(soname) $(IMPORT_LIBRARY_FLAGS) \
210 $(RM) $(soname); \
278 -shared -o $@ -Wl,-soname,$(soname) \
292 $(RM) $(soname); \
326 $(RM) $(soname);
367 $(RM) $(soname); \
415 $(RM) $(soname); \
440 ld -shared -soname $(soname) -set_version $(soname) -o $@ $(IMPORT_LIBRARY_FLAGS) \
[all …]
/dports/archivers/dpkg/dpkg-1.19.7/scripts/Dpkg/Shlibs/
H A DSymbolFile.pm132 my ($self, $soname) = @_;
133 if (defined $soname) {
146 my ($self, $soname) = @_;
148 if (defined $soname) {
395 ( symbol => $pattern, soname => $soname ) : $pattern;
410 unless $soname;
485 return ref($soname) ? $soname : $self->{objects}{$soname};
589 (symbol => $pat, soname => $soname) : $pat;
637 push @res, { symbol => $sym, soname => $soname } if $isnew;
651 push @res, { symbol => $p , soname => $soname };
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dpkg-shlibdeps/
H A Ddpkg-shlibdeps.pl209 foreach my $soname (@sonames) {
212 $soname_notfound{$soname} = 1;
230 $libfiles{$lib} = $soname;
306 $alt_soname{$id} = $soname;
466 unless ($soname_notfound{$soname} or $soname_used{$soname}) {
480 unless ($global_soname_notfound{$soname} or $global_soname_used{$soname}) {
489 join(' ', @{$global_soname_needed{$soname}}), $soname);
721 my $soname = shift;
754 $soname);
822 my ($file, $soname) = @_;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dpkg-shlibdeps/
H A Ddpkg-shlibdeps.pl209 foreach my $soname (@sonames) {
212 $soname_notfound{$soname} = 1;
230 $libfiles{$lib} = $soname;
306 $alt_soname{$id} = $soname;
466 unless ($soname_notfound{$soname} or $soname_used{$soname}) {
480 unless ($global_soname_notfound{$soname} or $global_soname_used{$soname}) {
489 join(' ', @{$global_soname_needed{$soname}}), $soname);
721 my $soname = shift;
754 $soname);
822 my ($file, $soname) = @_;
[all …]
/dports/archivers/dpkg/dpkg-1.19.7/scripts/
H A Ddpkg-shlibdeps.pl197 foreach my $soname (@sonames) {
200 $soname_notfound{$soname} = 1;
219 $libfiles{$lib} = $soname;
295 $alt_soname{$id} = $soname;
453 unless ($soname_notfound{$soname} or $soname_used{$soname}) {
467 unless ($global_soname_notfound{$soname} or $global_soname_used{$soname}) {
476 join(' ', @{$global_soname_needed{$soname}}), $soname);
706 my $soname = shift;
735 $soname);
803 my ($file, $soname) = @_;
[all …]
/dports/devel/omniORB/omniORB-4.2.4/src/tool/omniidl/cxx/
H A Ddir.mk250 $(RM) $(soname); \
312 $(RM) $(soname); \
403 $(CXXLINK) $(CXXLINKOPTIONS) -shared -o $@ -Wl,-soname,$(soname) \
412 $(RM) $(soname); \
442 ld -shared -soname $(soname) -set_version $(soname) -o $@ $(IMPORT_LIBRARY_FLAGS) \
454 $(RM) $(soname); \
505 $(RM) $(soname); \
572 $(RM) $(soname); \
619 $(RM) $(soname); \
686 $(RM) $(soname); \
[all …]
/dports/devel/tla/tla-1.3.5/src/tla/cygwin/
H A Dexpat-configure.diff8 …$CC -Wl,--base-file,$output_objdir/$soname-base '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $out…
9 …red -Wl,--base-file,$output_objdir/$soname-base '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $out…
10soname --exclude-symbols '$dll_exclude_symbols' --def $output_objdir/$soname-def --base-file $outp…
11 …e-file,$output_objdir/$soname-base $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_…
12 …e-file,$output_objdir/$soname-base $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_…
13soname --exclude-symbols '$dll_exclude_symbols' --def $output_objdir/$soname-def --base-file $outp…
14 - $CC $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output_objdir/…
15 + $CC -shared $output_objdir/$soname-exp '$lt_cv_cc_dll_switch' -Wl,-e,'$dll_entry' -o $output…
/dports/devel/py-omniorb/omniORBpy-4.2.4/modules/
H A Ddir.mk188 $(CXXLINK) $(CXXLINKOPTIONS) -shared -o $@ -Wl,-soname,$(soname) $(IMPORT_LIBRARY_FLAGS) \
201 $(RM) $(soname); \
245 $(CXXLINK) $(CXXLINKOPTIONS) -shared -o $@ -Wl-soname,$(soname) $(IMPORT_LIBRARY_FLAGS) \
260 $(RM) $(soname); \
328 -shared -o $@ -Wl,-soname,$(soname) \
342 $(RM) $(soname); \
376 $(RM) $(soname);
417 $(RM) $(soname); \
465 $(RM) $(soname); \
490 ld -shared -soname $(soname) -set_version $(soname) -o $@ $(IMPORT_LIBRARY_FLAGS) \
[all …]
/dports/net/p5-ZMQ-FFI/ZMQ-FFI-1.17/lib/ZMQ/FFI/
H A DUtil.pm39 my $soname;
42 $soname = $_;
44 unless ( valid_soname($soname) ) {
45 undef $soname;
48 if ($soname) {
53 if ( !$soname && $die ) {
60 return $soname;
64 my ($soname) = @_;
66 $soname //= zmq_soname();
68 return unless $soname;
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/exp-sgcheck/
H A Dh_intercepts.c48 #define STRRCHR(soname, fnname) \ argument
76 #define STRCHR(soname, fnname) \ argument
106 #define STRNLEN(soname, fnname) \ argument
122 #define STRLEN(soname, fnname) \ argument
142 #define STRCPY(soname, fnname) \ argument
164 #define STRNCMP(soname, fnname) \ argument
192 #define STRCMP(soname, fnname) \ argument
222 #define MEMCHR(soname, fnname) \ argument
240 #define MEMCPY(soname, fnname) \ argument
321 #define STPCPY(soname, fnname) \ argument
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/exp-sgcheck/
H A Dh_intercepts.c48 #define STRRCHR(soname, fnname) \ argument
76 #define STRCHR(soname, fnname) \ argument
106 #define STRNLEN(soname, fnname) \ argument
122 #define STRLEN(soname, fnname) \ argument
142 #define STRCPY(soname, fnname) \ argument
164 #define STRNCMP(soname, fnname) \ argument
192 #define STRCMP(soname, fnname) \ argument
222 #define MEMCHR(soname, fnname) \ argument
240 #define MEMCPY(soname, fnname) \ argument
321 #define STPCPY(soname, fnname) \ argument
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/winport/
H A Dwin_setup_mysql_part4.sql10 CREATE FUNCTION idbpm RETURNS INTEGER soname 'libcalmysql.dll';
11 CREATE FUNCTION idbdbroot RETURNS INTEGER soname 'libcalmysql.dll';
12 CREATE FUNCTION idbsegment RETURNS INTEGER soname 'libcalmysql.dll';
13 CREATE FUNCTION idbsegmentdir RETURNS INTEGER soname 'libcalmysql.dll';
15 CREATE FUNCTION idbblockid RETURNS INTEGER soname 'libcalmysql.dll';
16 CREATE FUNCTION idbextentid RETURNS INTEGER soname 'libcalmysql.dll';
17 CREATE FUNCTION idbextentmin RETURNS STRING soname 'libcalmysql.dll';
18 CREATE FUNCTION idbextentmax RETURNS STRING soname 'libcalmysql.dll';
19 CREATE FUNCTION idbpartition RETURNS STRING soname 'libcalmysql.dll';
20 CREATE FUNCTION idblocalpm RETURNS INTEGER soname 'libcalmysql.dll';
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/winport/
H A Dwin_setup_mysql_part4.sql10 CREATE FUNCTION idbpm RETURNS INTEGER soname 'libcalmysql.dll';
11 CREATE FUNCTION idbdbroot RETURNS INTEGER soname 'libcalmysql.dll';
12 CREATE FUNCTION idbsegment RETURNS INTEGER soname 'libcalmysql.dll';
13 CREATE FUNCTION idbsegmentdir RETURNS INTEGER soname 'libcalmysql.dll';
15 CREATE FUNCTION idbblockid RETURNS INTEGER soname 'libcalmysql.dll';
16 CREATE FUNCTION idbextentid RETURNS INTEGER soname 'libcalmysql.dll';
17 CREATE FUNCTION idbextentmin RETURNS STRING soname 'libcalmysql.dll';
18 CREATE FUNCTION idbextentmax RETURNS STRING soname 'libcalmysql.dll';
19 CREATE FUNCTION idbpartition RETURNS STRING soname 'libcalmysql.dll';
20 CREATE FUNCTION idblocalpm RETURNS INTEGER soname 'libcalmysql.dll';
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/m_replacemalloc/
H A Dvg_replace_malloc.c800 #define ZONECALLOC(soname, fnname) \ argument
820 #define CALLOC(soname, fnname) \ argument
898 #define REALLOC(soname, fnname) \ argument
925 #define REALLOCF(soname, fnname) \ argument
1007 #define MEMALIGN(soname, fnname) \ argument
1057 #define VALLOC(soname, fnname) \ argument
1069 #define ZONEVALLOC(soname, fnname) \ argument
1110 #define MALLOPT(soname, fnname) \ argument
1277 #define PANIC(soname, fnname) \ argument
1321 #define MALLINFO(soname, fnname) \ argument
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/m_replacemalloc/
H A Dvg_replace_malloc.c800 #define ZONECALLOC(soname, fnname) \ argument
820 #define CALLOC(soname, fnname) \ argument
898 #define REALLOC(soname, fnname) \ argument
925 #define REALLOCF(soname, fnname) \ argument
1007 #define MEMALIGN(soname, fnname) \ argument
1057 #define VALLOC(soname, fnname) \ argument
1069 #define ZONEVALLOC(soname, fnname) \ argument
1110 #define MALLOPT(soname, fnname) \ argument
1277 #define PANIC(soname, fnname) \ argument
1321 #define MALLINFO(soname, fnname) \ argument
[all …]
/dports/net-p2p/bitcoin/bitcoin-22.0/contrib/guix/patches/
H A Dgcc-8-sort-libtool-find-output.patch28 …nd $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
37 …redep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
66 …redep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
95 …redep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
175 …redep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
204 …redep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
233 …redep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
262 …redep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
291 …redep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
320 …redep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
[all …]
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/contrib/guix/patches/
H A Dgcc-8-sort-libtool-find-output.patch28 …nd $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
37 …redep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
66 …redep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
95 …redep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
175 …redep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
204 …redep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
233 …redep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
262 …redep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
291 …redep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
320 …redep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
[all …]
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/contrib/guix/patches/
H A Dgcc-8-sort-libtool-find-output.patch28 …nd $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
37 …redep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
66 …redep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
95 …redep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
175 …redep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
204 …redep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
233 …redep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
262 …redep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
291 …redep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
320 …redep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/shared/
H A Dvg_replace_strmem.c185 #define STRRCHR(soname, fnname) \ argument
239 #define STRCHR(soname, fnname) \ argument
298 #define STRCAT(soname, fnname) \ argument
342 #define STRNCAT(soname, fnname) \ argument
390 #define STRLCAT(soname, fnname) \ argument
441 #define STRNLEN(soname, fnname) \ argument
474 #define STRLEN(soname, fnname) \ argument
519 #define STRCPY(soname, fnname) \ argument
889 #define STRCMP(soname, fnname) \ argument
941 #define MEMCHR(soname, fnname) \ argument
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/shared/
H A Dvg_replace_strmem.c185 #define STRRCHR(soname, fnname) \ argument
239 #define STRCHR(soname, fnname) \ argument
298 #define STRCAT(soname, fnname) \ argument
342 #define STRNCAT(soname, fnname) \ argument
390 #define STRLCAT(soname, fnname) \ argument
441 #define STRNLEN(soname, fnname) \ argument
474 #define STRLEN(soname, fnname) \ argument
519 #define STRCPY(soname, fnname) \ argument
889 #define STRCMP(soname, fnname) \ argument
941 #define MEMCHR(soname, fnname) \ argument
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/external/freetype/
H A Dfreetype-2.6.5.patch.18 - archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $…
17 - archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
26 - archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
35 … '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
51 - archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $l…
52 …m_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-s…
62 - archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $l…
73 - archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
74 - archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-…
84 - archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $l…
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/external/fontconfig/
H A Dfontconfig-2.12.1.patch.18 - archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $…
17 - archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
26 - archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
35 … '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
51 - archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $l…
52 …m_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-s…
62 - archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $l…
73 - archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
74 - archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-…
84 - archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $l…
[all …]

12345678910>>...261