Home
last modified time | relevance | path

Searched refs:dyncall (Results 1 – 25 of 635) sorted by relevance

12345678910>>...26

/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/packages/qt/md/
H A Dhppa_b.s61 .CALL ; ...this is the input to $$dyncall
62 bl $$dyncall,%mrp ; call $$dyncall (millicode function)
67 bl $$dyncall,%mrp
72 bl $$dyncall,%mrp
77 bl $$dyncall,%mrp
82 bl $$dyncall,%mrp
87 bl $$dyncall,%mrp
92 bl $$dyncall,%mrp
97 bl $$dyncall,%mrp
/dports/devel/dyncall/dyncall-1.3/doc/manual/
H A Dmanual_epilog.tex26 Since the \product{dyncall} library doesn't know anything about the called
38 If not used with care, programs depending on the \product{dyncall},
47 The \product{dyncall} library strives to have a minimal set of dependencies,
55 See \shell{dyncall/dyncall\_alloc.h} for details.
60 The \product{dyncall} library is thread-safe and reentrant, by means that it
64 copy per thread if mutliple threads make use of \product{dyncall} in parallel.
70 Currently, the \product{dyncall} library supports all of ANSI C's integer,
78 The \product{dyncall} library should be extended by a wide variety of other
82 examples, and other projects based on \product{dyncall}.\\
83 Besides \product{dyncall} and \product{dyncallback}, the \product{dynload}
[all …]
/dports/devel/dyncall/dyncall-1.3/
H A DREADME1 dyncall - A Generic Dynamic FFI package
4 dyncall is a low-level toolkit providing a portable abstraction for
8 - 'dyncall' for making function calls,
19 A typical application for the use of dyncall is the back-end of a FFI
118 Please refer to http://www.dyncall.org, dyncall(3), dyncallback(3), dynload(3),
119 the dyncall manual and platform-specific READMEs under doc/ for more information.
H A DMakefile.generic5 cd dyncall && ${MAKE} all
11 cd dyncall && ${MAKE} install
17 cd dyncall && ${MAKE} $@
24 cd test && ${MAKE} all-dyncall
H A DMakefile.embedded5 cd dyncall && ${MAKE_CMD}
11 cd dyncall && ${MAKE_CMD} clean
16 cd dyncall && ${MAKE_CMD} install
25 cd dyncall && CC=gcc CFLAGS= ${MAKE_CMD}
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/hppa/reloc/
H A Dblebug.s3 .IMPORT $$dyncall,MILLICODE ; Code for dynamic function calls.
6 ldil L%$$dyncall,%r2 ; whose address is in r22.
7 ble R%$$dyncall(%sr4,%r2)
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/hppa/reloc/
H A Dblebug.s3 .IMPORT $$dyncall,MILLICODE ; Code for dynamic function calls.
6 ldil L%$$dyncall,%r2 ; whose address is in r22.
7 ble R%$$dyncall(%sr4,%r2)
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/hppa/reloc/
H A Dblebug.s3 .IMPORT $$dyncall,MILLICODE ; Code for dynamic function calls.
6 ldil L%$$dyncall,%r2 ; whose address is in r22.
7 ble R%$$dyncall(%sr4,%r2)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gas/testsuite/gas/hppa/reloc/
H A Dblebug.s3 .IMPORT $$dyncall,MILLICODE ; Code for dynamic function calls.
6 ldil L%$$dyncall,%r2 ; whose address is in r22.
7 ble R%$$dyncall(%sr4,%r2)
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/hppa/reloc/
H A Dblebug.s3 .IMPORT $$dyncall,MILLICODE ; Code for dynamic function calls.
6 ldil L%$$dyncall,%r2 ; whose address is in r22.
7 ble R%$$dyncall(%sr4,%r2)
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/gas/hppa/reloc/
H A Dblebug.s3 .IMPORT $$dyncall,MILLICODE ; Code for dynamic function calls.
6 ldil L%$$dyncall,%r2 ; whose address is in r22.
7 ble R%$$dyncall(%sr4,%r2)
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/testsuite/gas/hppa/reloc/
H A Dblebug.s3 .IMPORT $$dyncall,MILLICODE ; Code for dynamic function calls.
6 ldil L%$$dyncall,%r2 ; whose address is in r22.
7 ble R%$$dyncall(%sr4,%r2)
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gas/testsuite/gas/hppa/reloc/
H A Dblebug.s3 .IMPORT $$dyncall,MILLICODE ; Code for dynamic function calls.
6 ldil L%$$dyncall,%r2 ; whose address is in r22.
7 ble R%$$dyncall(%sr4,%r2)
/dports/devel/djgpp-binutils/binutils-2.17/gas/testsuite/gas/hppa/reloc/
H A Dblebug.s3 .IMPORT $$dyncall,MILLICODE ; Code for dynamic function calls.
6 ldil L%$$dyncall,%r2 ; whose address is in r22.
7 ble R%$$dyncall(%sr4,%r2)
/dports/devel/dyncall/dyncall-1.3/doc/
H A DREADME.Generic8 Makefile.generic is a simple and _hybrid_ make-based build system setup for dyncall,
18 During the integration of dyncall into the R package rdyncall, there
41 dyncall libraries should compile fine on most platforms:
122 ( cd dyncall ; CFLAGS= make -f Makefile.generic dyncall dyncallback )
124 ( cd test ; make -f Makefile.generic all-dyncall all-dyncallback )
143 make -f Makefile.generic dyncall dyncallback
145 ( cd test ; make -f Makefile.generic all-dyncall all-dyncallback )
148 Build notes related to dyncall:
H A DREADME.CMake8 cd <dyncall-source-dir>
56 Using dyncall libraries in other CMake projects
66 add_subdirectory(path/to/dyncall/project/tree)
68 set(DynCall_DIR ${DynCall_SOURCE_DIR}/dyncall)
/dports/devel/dyncall/dyncall-1.3/buildsys/vs2005/
H A Dvs2005.sln4 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dyncall", "dyncall\dyncall.vcproj", "{DF67B85F…
/dports/devel/dyncall/dyncall-1.3/dyncall/
H A DMakefile.embedded5 HEADERS = dyncall_macros.h dyncall_config.h dyncall_types.h dyncall.h dyncall_signature.h dyncall_v…
17 gzip -c dyncall.3 >${DESTDIR}${PREFIX}/man/man3/dyncall.3.gz
H A DNmakefile35 TARGETS = dyncall_s.lib #dyncall.lib dyncall.dll
43 dyncall.dll dyncall.lib: $(OBJS)
/dports/devel/dyncall/dyncall-1.3/test/callf/
H A DMakefile.embedded5 CFLAGS += -I${TOP}/dyncall
6 LDFLAGS += -L${TOP}/dyncall
/dports/devel/dyncall/dyncall-1.3/buildsys/cmake/Modules/
H A DFindDynCall.cmake1 # - Try to find dyncall library
11 # Package: dyncall
31 find_path(DYNCALL_INCLUDE_DIR NAMES dyncall.h)
/dports/devel/dyncall/dyncall-1.3/test/plain_c++/
H A DMakefile.embedded4 CFLAGS += -I${TOP}/dyncall
5 LDFLAGS += -L${TOP}/dyncall
/dports/devel/dyncall/dyncall-1.3/test/suite_floats/
H A DMakefile.embedded4 CFLAGS += -I${TOP}/dyncall
5 LDFLAGS += -L${TOP}/dyncall
/dports/devel/dyncall/dyncall-1.3/test/syscall/
H A DMakefile.embedded6 CFLAGS += -I${SRCTOP}/dyncall
7 LDFLAGS += -L${BLDTOP}/dyncall
/dports/devel/dyncall/dyncall-1.3/test/plain/
H A DMakefile.embedded5 CFLAGS += -I${TOP}/dyncall
6 LDFLAGS += -L${TOP}/dyncall

12345678910>>...26