Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/gmp/dist/tests/
H A Dx86call.asm119 LEA( G(calling_conventions_function), %ecx)
H A Darm32call.asm59 LEA( r12, calling_conventions_function)
H A Dtests.h82 extern mp_limb_t (*calling_conventions_function) (ANYARGS);
86 (calling_conventions_function = (function), calling_conventions)
H A Dmisc.c168 mp_limb_t (*calling_conventions_function) (ANYARGS); variable