Home
last modified time | relevance | path

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

/third_party/libffi/src/m68k/
Dsysv.S48 #define CALLFUNC(funcname) _ ## funcname macro
50 #define CALLFUNC(funcname) funcname macro
55 .globl CALLFUNC(ffi_call_SYSV)
56 .type CALLFUNC(ffi_call_SYSV),@function
59 CALLFUNC(ffi_call_SYSV):
74 jsr CALLFUNC(ffi_prep_args)
77 move.l CALLFUNC(ffi_prep_args@GOT)(%a0),%a0
82 move.l CALLFUNC(ffi_prep_args@GOT)(%a0),%a0
85 bsr.l CALLFUNC(ffi_prep_args@PLTPC)
210 .size CALLFUNC(ffi_call_SYSV),.-CALLFUNC(ffi_call_SYSV)
[all …]