Go to the source code of this file.
|
#define | __ASM_NAME(name) name |
|
#define | __ASM_STDCALL(name, args) __ASM_NAME(name) |
|
#define | __ASM_CFI(str) |
|
#define | __ASM_SEH(str) |
|
#define | __ASM_FUNC_TYPE(name) ".type " name ",@function" |
|
#define | __ASM_DEFINE_FUNC(name, code) |
|
#define | __ASM_GLOBAL_FUNC(name, code) __ASM_DEFINE_FUNC(__ASM_NAME(#name),code) |
|
#define | __ASM_STDCALL_FUNC(name, args, code) __ASM_DEFINE_FUNC(__ASM_STDCALL(#name,args),code) |
|
#define | DEFINE_FASTCALL1_WRAPPER(func) /* nothing */ |
|
#define | DEFINE_FASTCALL_WRAPPER(func, args) /* nothing */ |
|
#define | DEFINE_THISCALL_WRAPPER(func, args) /* nothing */ |
|
#define | THISCALL(func) func |
|
#define | THISCALL_NAME(func) __ASM_NAME(#func) |
|
◆ __ASM_CFI
Definition at line 39 of file asm.h.
◆ __ASM_DEFINE_FUNC
Value: void __asm_dummy_##__LINE__(void) { \
#define __ASM_FUNC_TYPE(name)
Definition at line 66 of file asm.h.
◆ __ASM_FUNC_TYPE
#define __ASM_FUNC_TYPE |
( |
|
name | ) |
".type " name ",@function" |
Definition at line 55 of file asm.h.
◆ __ASM_GLOBAL_FUNC
Definition at line 71 of file asm.h.
◆ __ASM_NAME
Definition at line 27 of file asm.h.
◆ __ASM_SEH
Definition at line 45 of file asm.h.
◆ __ASM_STDCALL
Definition at line 33 of file asm.h.
◆ __ASM_STDCALL_FUNC
Definition at line 73 of file asm.h.
◆ DEFINE_FASTCALL1_WRAPPER
#define DEFINE_FASTCALL1_WRAPPER |
( |
|
func | ) |
/* nothing */ |
Definition at line 95 of file asm.h.
◆ DEFINE_FASTCALL_WRAPPER
Definition at line 96 of file asm.h.
◆ DEFINE_THISCALL_WRAPPER
◆ THISCALL
◆ THISCALL_NAME