Home
last modified time | relevance | path

Searched refs:FASTCALL_PREFIX (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/i386/
H A Dwinnt.c335 *p++ = FASTCALL_PREFIX; in gen_stdcall_or_fastcall_suffix()
453 if (name[strlen (DLL_IMPORT_PREFIX)] == FASTCALL_PREFIX) in i386_pe_output_labelref()
466 else if ((name[0] == FASTCALL_PREFIX) in i386_pe_output_labelref()
469 && name[strlen (DLL_EXPORT_PREFIX)] == FASTCALL_PREFIX)) in i386_pe_output_labelref()
H A Dnetware.c149 newid = gen_stdcall_or_fastcall_decoration (decl, FASTCALL_PREFIX); in i386_nlm_encode_section_info()
H A Di386.h2229 #define FASTCALL_PREFIX '@' macro