Home
last modified time | relevance | path

Searched refs:prebound (Results 1 – 25 of 58) sorted by relevance

123

/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/testing/
H A Dgenerate_gmock_mutant.py378 def GenerateDispatch(prebound, calltime): argument
379 print "\n// %d - %d" % (prebound, calltime)
383 "prebound": GenTuple("P%", prebound),
393 print "// %d - %d" % (prebound, calltime)
396 "prebound": GenTuple("P%", prebound),
398 "args": Gen("const P%& p%", prebound),
399 "call_args": Gen("p%", prebound),
443 for prebound in xrange(0, 6 + 1):
445 GenerateDispatch(prebound, args)
447 for prebound in xrange(0, 6 + 1):
[all …]
/dports/devel/fpc-fcl-res/fpc-3.2.2/packages/fcl-res/src/
H A Dmachoconsts.pp112 LC_PREBOUND_DYLIB = $10; // modules prebound for a dynamically
184 N_PBUD = $c; // prebound undefined (defined in a dylib)
/dports/lang/fpc/fpc-3.2.2/packages/fcl-res/src/
H A Dmachoconsts.pp112 LC_PREBOUND_DYLIB = $10; // modules prebound for a dynamically
184 N_PBUD = $c; // prebound undefined (defined in a dylib)
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-res/src/
H A Dmachoconsts.pp112 LC_PREBOUND_DYLIB = $10; // modules prebound for a dynamically
184 N_PBUD = $c; // prebound undefined (defined in a dylib)
/dports/lang/mosml/mosml-ver-2.10.1/src/notes/
H A Dmacosx-log155 launched using the prebound state and FALSE otherwise.
/dports/devel/sope2/SOPE/sope-appserver/NGObjWeb/SoObjects/
H A DSoSelectorInvocation.m322 /* if prebound, call on the bound object, not on the client ! */
/dports/devel/sope/SOPE/sope-appserver/NGObjWeb/SoObjects/
H A DSoSelectorInvocation.m322 /* if prebound, call on the bound object, not on the client ! */
/dports/math/vtk8/VTK-8.2.0/CMake/
H A DCTestCustom.cmake.in109 "ld: warning prebinding disabled because dependent library: (.*).dylib is not prebound"
/dports/misc/upclient/upclient-5.0b8/
H A DHISTORY-BETA97 - Darwin / Mac OS X now builds a prebound executable using the
/dports/lang/perl5.32/perl-5.32.1/
H A DREADME.macosx163 penalty for non-prebound libraries. Earlier releases will suffer a greater
/dports/lang/perl5.34/perl-5.34.0/
H A DREADME.macosx163 penalty for non-prebound libraries. Earlier releases will suffer a greater
/dports/lang/perl5.30/perl-5.30.3/
H A DREADME.macosx163 penalty for non-prebound libraries. Earlier releases will suffer a greater
/dports/math/vtk6/VTK-6.2.0/CMake/
H A DCTestCustom.cmake.in81 "ld: warning prebinding disabled because dependent library: (.*).dylib is not prebound"
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A DREADME.macosx163 penalty for non-prebound libraries. Earlier releases will suffer a greater
/dports/lang/zig-devel/zig-0.9.0/lib/std/
H A Dmacho.zig937 /// modules prebound for a dynamically
1108 /// the file has its dynamic undefined references prebound.
1129 /// the binary is not prebound but can have its prebinding redone. only used when MH_PREBOUND is no…
1240 /// symbol is undefined and the image is using a prebound
/dports/lang/zig/zig-0.9.0/lib/std/
H A Dmacho.zig937 /// modules prebound for a dynamically
1108 /// the file has its dynamic undefined references prebound.
1129 /// the binary is not prebound but can have its prebinding redone. only used when MH_PREBOUND is no…
1240 /// symbol is undefined and the image is using a prebound
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/binutils/
H A DChangeLog-2014796 (dump_load_command): Handle prebound dylib, prebind cksum
/dports/devel/arm-elf-binutils/binutils-2.37/binutils/
H A DChangeLog-2014796 (dump_load_command): Handle prebound dylib, prebind cksum
/dports/devel/gnulibiberty/binutils-2.37/binutils/
H A DChangeLog-2014796 (dump_load_command): Handle prebound dylib, prebind cksum
/dports/lang/gnatdroid-binutils/binutils-2.27/binutils/
H A DChangeLog-2014796 (dump_load_command): Handle prebound dylib, prebind cksum
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/binutils/
H A DChangeLog-2014796 (dump_load_command): Handle prebound dylib, prebind cksum
/dports/devel/binutils/binutils-2.37/binutils/
H A DChangeLog-2014796 (dump_load_command): Handle prebound dylib, prebind cksum
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/drivers/common/
H A Dinet_drv.c1107 int prebound; /* only set when opened with inet_fdopen */ member
4723 if ((desc->prebound == 0) && (desc->state & INET_F_OPEN)) { in erl_inet_close()
4726 } else if (desc->prebound && (desc->s != INVALID_SOCKET)) { in erl_inet_close()
4867 desc->prebound = 1; /* used to prevent a real close since in inet_ctl_fdopen()
9214 desc->prebound = 0; in inet_start()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/drivers/common/
H A Dinet_drv.c1107 int prebound; /* only set when opened with inet_fdopen */ member
4734 if ((desc->prebound == 0) && (desc->state & INET_F_OPEN)) { in erl_inet_close()
4737 } else if (desc->prebound && (desc->s != INVALID_SOCKET)) { in erl_inet_close()
4886 desc->prebound = 1; /* used to prevent a real close since in inet_ctl_fdopen()
9244 desc->prebound = 0; in inet_start()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/drivers/common/
H A Dinet_drv.c1086 int prebound; /* only set when opened with inet_fdopen */ member
4666 if ((desc->prebound == 0) && (desc->state & INET_F_OPEN)) { in erl_inet_close()
4669 } else if (desc->prebound && (desc->s != INVALID_SOCKET)) { in erl_inet_close()
4810 desc->prebound = 1; /* used to prevent a real close since in inet_ctl_fdopen()
9146 desc->prebound = 0; in inet_start()

123