Home
last modified time | relevance | path

Searched refs:cdecl (Results 1 – 25 of 60) sorted by relevance

123

/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/pascal/
H A Dzlibpas.pas18 cdecl;
20 cdecl;
23 cdecl;
25 cdecl;
256 function _malloc(Size: Integer): Pointer; cdecl; in _malloc()
261 procedure _free(Block: Pointer); cdecl;
266 procedure _memset(P: Pointer; B: Byte; count: Integer); cdecl;
271 procedure _memcpy(dest, source: Pointer; count: Integer); cdecl;
H A Dreadme.txt39 Since the cdecl keyword is used, the old Turbo Pascal does
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/pascal/
H A Dzlibpas.pas18 cdecl;
20 cdecl;
23 cdecl;
25 cdecl;
256 function _malloc(Size: Integer): Pointer; cdecl; in _malloc()
261 procedure _free(Block: Pointer); cdecl;
266 procedure _memset(P: Pointer; B: Byte; count: Integer); cdecl;
271 procedure _memcpy(dest, source: Pointer; count: Integer); cdecl;
H A Dreadme.txt39 Since the cdecl keyword is used, the old Turbo Pascal does
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/pascal/
H A Dzlibpas.pas18 cdecl;
20 cdecl;
23 cdecl;
25 cdecl;
256 function _malloc(Size: Integer): Pointer; cdecl; in _malloc()
261 procedure _free(Block: Pointer); cdecl;
266 procedure _memset(P: Pointer; B: Byte; count: Integer); cdecl;
271 procedure _memcpy(dest, source: Pointer; count: Integer); cdecl;
H A Dreadme.txt39 Since the cdecl keyword is used, the old Turbo Pascal does
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/delphi/
H A DZLib.pas19 TAlloc = function (AppData: Pointer; Items, Size: Integer): Pointer; cdecl; in ppData()
20 TFree = procedure (AppData, Block: Pointer); cdecl;
218 function _malloc(Size: Integer): Pointer; cdecl; in _malloc()
223 procedure _free(Block: Pointer); cdecl;
228 procedure _memset(P: Pointer; B: Byte; count: Integer); cdecl;
233 procedure _memcpy(dest, source: Pointer; count: Integer); cdecl;
254 function zlibAllocMem(AppData: Pointer; Items, Size: Integer): Pointer; cdecl; in zlibAllocMem()
260 procedure zlibFreeMem(AppData, Block: Pointer); cdecl;
H A Dreadme.txt28 (TAlloc, TFree, zlibAllocMem and zlibFreeMem) are now cdecl,
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/delphi/
H A DZLib.pas19 TAlloc = function (AppData: Pointer; Items, Size: Integer): Pointer; cdecl; in ppData()
20 TFree = procedure (AppData, Block: Pointer); cdecl;
218 function _malloc(Size: Integer): Pointer; cdecl; in _malloc()
223 procedure _free(Block: Pointer); cdecl;
228 procedure _memset(P: Pointer; B: Byte; count: Integer); cdecl;
233 procedure _memcpy(dest, source: Pointer; count: Integer); cdecl;
254 function zlibAllocMem(AppData: Pointer; Items, Size: Integer): Pointer; cdecl; in zlibAllocMem()
260 procedure zlibFreeMem(AppData, Block: Pointer); cdecl;
H A Dreadme.txt28 (TAlloc, TFree, zlibAllocMem and zlibFreeMem) are now cdecl,
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/delphi/
H A DZLib.pas19 TAlloc = function (AppData: Pointer; Items, Size: Integer): Pointer; cdecl; in ppData()
20 TFree = procedure (AppData, Block: Pointer); cdecl;
218 function _malloc(Size: Integer): Pointer; cdecl; in _malloc()
223 procedure _free(Block: Pointer); cdecl;
228 procedure _memset(P: Pointer; B: Byte; count: Integer); cdecl;
233 procedure _memcpy(dest, source: Pointer; count: Integer); cdecl;
254 function zlibAllocMem(AppData: Pointer; Items, Size: Integer): Pointer; cdecl; in zlibAllocMem()
260 procedure zlibFreeMem(AppData, Block: Pointer); cdecl;
H A Dreadme.txt28 (TAlloc, TFree, zlibAllocMem and zlibFreeMem) are now cdecl,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-emutls.c406 tree cdecl; in gen_emutls_addr() local
410 cdecl = cvar->decl; in gen_emutls_addr()
411 TREE_ADDRESSABLE (cdecl) = 1; in gen_emutls_addr()
414 x = gimple_build_call (d->builtin_decl, 1, build_fold_addr_expr (cdecl)); in gen_emutls_addr()
703 tree cdecl; in create_emultls_var() local
706 cdecl = new_emutls_decl (var->decl, in create_emultls_var()
710 varpool_node *cvar = varpool_node::get (cdecl); in create_emultls_var()
717 emutls_common_1 (var->decl, cdecl, (tree *)data); in create_emultls_var()
726 SET_DECL_VALUE_EXPR (var->decl, cdecl); in create_emultls_var()
H A Ddbxout.c3352 tree cdecl = NULL; in dbxout_common_check() local
3362 cdecl = SYMBOL_REF_DECL (XEXP (sym_addr, 1)); in dbxout_common_check()
3369 cdecl = SYMBOL_REF_DECL (XEXP (sym_addr, 0)); in dbxout_common_check()
3376 cdecl = SYMBOL_REF_DECL (sym_addr); in dbxout_common_check()
3387 if (cdecl == NULL || !TREE_PUBLIC (cdecl)) in dbxout_common_check()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-emutls.cc406 tree cdecl; in gen_emutls_addr() local
410 cdecl = cvar->decl; in gen_emutls_addr()
411 TREE_ADDRESSABLE (cdecl) = 1; in gen_emutls_addr()
414 x = gimple_build_call (d->builtin_decl, 1, build_fold_addr_expr (cdecl)); in gen_emutls_addr()
712 tree cdecl; in create_emultls_var() local
715 cdecl = new_emutls_decl (var->decl, in create_emultls_var()
719 varpool_node *cvar = varpool_node::get (cdecl); in create_emultls_var()
726 emutls_common_1 (var->decl, cdecl, (tree *)data); in create_emultls_var()
735 SET_DECL_VALUE_EXPR (var->decl, cdecl); in create_emultls_var()
H A Ddbxout.cc3356 tree cdecl = NULL; in dbxout_common_check() local
3366 cdecl = SYMBOL_REF_DECL (XEXP (sym_addr, 1)); in dbxout_common_check()
3373 cdecl = SYMBOL_REF_DECL (XEXP (sym_addr, 0)); in dbxout_common_check()
3380 cdecl = SYMBOL_REF_DECL (sym_addr); in dbxout_common_check()
3391 if (cdecl == NULL || !TREE_PUBLIC (cdecl)) in dbxout_common_check()
/netbsd-src/sys/external/bsd/sljit/dist/
H A DINTERNAL_CHANGES4 Switching from stdcall to cdecl on x86-32. Fastcall is still the default
/netbsd-src/external/mit/expat/dist/lib/
H A Dexpat_external.h71 # define XMLCALL __attribute__((cdecl))
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h230 # define CDECL __attribute__ ((cdecl))
H A Dittnotify_config.h81 # define CDECL __attribute__ ((cdecl))
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dinet_ntop.m421 dnl <ws2tcpip.h>, and it uses stdcall calling convention, not cdecl
/netbsd-src/common/dist/zlib/contrib/delphi/
H A Dreadme.txt28 (TAlloc, TFree, zlibAllocMem and zlibFreeMem) are now cdecl,
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/delphi/
H A Dreadme.txt28 (TAlloc, TFree, zlibAllocMem and zlibFreeMem) are now cdecl,
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/pascal/
H A Dreadme.txt39 Since the cdecl keyword is used, the old Turbo Pascal does
/netbsd-src/common/dist/zlib/contrib/pascal/
H A Dreadme.txt39 Since the cdecl keyword is used, the old Turbo Pascal does

123