Searched defs:RAW_CLOSURE_CIF_OFFSET (Results 1 - 4 of 4) sorted by relevance

/external/libffi/src/x86/
H A Dfreebsd.S270 #define RAW_CLOSURE_CIF_OFFSET ((FFI_TRAMPOLINE_SIZE + 3) & ~3) define
271 #define RAW_CLOSURE_FUN_OFFSET (RAW_CLOSURE_CIF_OFFSET + 4)
289 movl RAW_CLOSURE_CIF_OFFSET(%eax), %esi /* closure->cif */
H A Dsysv.S247 #define RAW_CLOSURE_CIF_OFFSET ((FFI_TRAMPOLINE_SIZE + 3) & ~3) define
248 #define RAW_CLOSURE_FUN_OFFSET (RAW_CLOSURE_CIF_OFFSET + 4)
266 movl RAW_CLOSURE_CIF_OFFSET(%eax), %esi /* closure->cif */
H A Ddarwin.S261 #define RAW_CLOSURE_CIF_OFFSET ((FFI_TRAMPOLINE_SIZE + 3) & ~3) define
262 #define RAW_CLOSURE_FUN_OFFSET (RAW_CLOSURE_CIF_OFFSET + 4)
279 movl RAW_CLOSURE_CIF_OFFSET(%eax), %esi /* closure->cif */
H A Dwin32.S336 #define RAW_CLOSURE_CIF_OFFSET ((FFI_TRAMPOLINE_SIZE + 3) & ~3) define
337 #define RAW_CLOSURE_FUN_OFFSET (RAW_CLOSURE_CIF_OFFSET + 4)
348 movl RAW_CLOSURE_CIF_OFFSET(%eax), %esi /* closure->cif */

Completed in 66 milliseconds