| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | winnt.c | 292 gen_stdcall_or_fastcall_suffix (tree decl, bool fastcall) in gen_stdcall_or_fastcall_suffix() argument 334 if (fastcall) in gen_stdcall_or_fastcall_suffix()
|
| H A D | i386.h | 1431 int fastcall; /* fastcall calling convention is used */ member
|
| H A D | i386.c | 2767 cum->fastcall = 1; in init_cumulative_args() 2797 cum->fastcall = 0; in init_cumulative_args() 3641 if (cum->fastcall) in function_arg()
|
| /openbsd-src/gnu/llvm/lld/MinGW/ |
| H A D | Options.td | 54 HelpText<"Don't resolve stdcall/fastcall/vectorcall to undecorated symbols">; 61 HelpText<"Resolve stdcall/fastcall/vectorcall to undecorated symbols without warnings">;
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/ |
| H A D | ChangeLog | 314 fastcall symbol names in .def file.
|
| H A D | ChangeLog-0203 | 1862 (make_one): Don't prefix decorated fastcall symbols with '_'. 1864 * emultempl/pe.em (pe_fixup_stdcalls): Don't fixup fastcall 1869 * pe-dll.c (process_def_file): Handle fastcall symbols when 1870 generating undecorated aliases. Don't prefix decorated fastcall 1872 (fill_exported_offsets): Don't prefix decorated fastcall symbols
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | ChangeLog-0203 | 1165 * dlltool.c (add_excludes): Don't prefix excluded fastcall 1167 (xlate): Ignore add_underscore for decorated fastcall symbols. 1173 ASM_PREFIX for fastcall symbols. 1174 (scan_drectve_symbols): Handle fastcall symbols when generating 1178 (make_imp_label): New function to handle fastcall symbols
|
| H A D | ChangeLog-2005 | 435 (nfunc): Fix sorting of fastcall symbols when --kill-at is used.
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | ChangeLog-0203 | 1165 * dlltool.c (add_excludes): Don't prefix excluded fastcall 1167 (xlate): Ignore add_underscore for decorated fastcall symbols. 1173 ASM_PREFIX for fastcall symbols. 1174 (scan_drectve_symbols): Handle fastcall symbols when generating 1178 (make_imp_label): New function to handle fastcall symbols
|
| /openbsd-src/gnu/llvm/llvm/ |
| H A D | CREDITS.TXT | 257 D: Mingw32 fixes, cross-compiling support, stdcall/fastcall calling conv.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86CallingConv.td | 699 // Delegate to fastcall to handle integer types. 948 // Delegate to fastcall to handle integer types.
|
| /openbsd-src/gnu/usr.bin/binutils/ld/ |
| H A D | ChangeLog-0203 | 1862 (make_one): Don't prefix decorated fastcall symbols with '_'. 1864 * emultempl/pe.em (pe_fixup_stdcalls): Don't fixup fastcall 1869 * pe-dll.c (process_def_file): Handle fastcall symbols when 1870 generating undecorated aliases. Don't prefix decorated fastcall 1872 (fill_exported_offsets): Don't prefix decorated fastcall symbols
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/emultempl/ |
| H A D | pe.em | 805 /* For now, don't try to fixup fastcall symbols. */
|
| /openbsd-src/gnu/usr.bin/binutils/ |
| H A D | md5.sum | 604 1f3298e434f53fee397ccdccf71a744f binutils/testsuite/binutils-all/fastcall.def 1090 1e473ef749281964d4b71dfe127a5b69 gas/testsuite/gas/all/fastcall.s 4671 740e6c75a141a24eb7156f293adc9c31 ld/testsuite/ld-fastcall/export.s 4672 b80be6c533ed29b4bc12c9daed47af6c ld/testsuite/ld-fastcall/fastcall.exp 4673 398cd605e80d06f2edbaa7bb1b81ee32 ld/testsuite/ld-fastcall/import.s
|
| /openbsd-src/gnu/usr.bin/binutils/ld/emultempl/ |
| H A D | pe.em | 767 /* For now, don't try to fixup fastcall symbols. */
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ |
| H A D | md5.sum | 628 1f3298e434f53fee397ccdccf71a744f binutils/testsuite/binutils-all/fastcall.def 1182 1e473ef749281964d4b71dfe127a5b69 gas/testsuite/gas/all/fastcall.s 5641 740e6c75a141a24eb7156f293adc9c31 ld/testsuite/ld-fastcall/export.s 5642 8393fb6dde47261a078bb71489fe960c ld/testsuite/ld-fastcall/fastcall.exp 5643 398cd605e80d06f2edbaa7bb1b81ee32 ld/testsuite/ld-fastcall/import.s
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 141 val x86_fastcall : int (** [x86_fastcall] is the familiar fastcall calling
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | Attr.td | 1462 let Spellings = [GCC<"fastcall">, Keyword<"__fastcall">,
|
| H A D | AttrDocs.td | 4749 __attribute__ ((no_caller_saved_registers, fastcall))
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | CodeGenerator.rst | 1983 * **x86_FastCall** --- fastcall calling convention seen on Microsoft Windows
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | extend.texi | 1857 @item fastcall 1859 On the Intel 386, the @code{fastcall} attribute causes the compiler to
|
| H A D | gcc.info | 15672 `fastcall' 15673 On the Intel 386, the `fastcall' attribute causes the compiler to
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Options.td | 6324 Values<"cdecl,fastcall,stdcall,vectorcall,regcall">,
|