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

/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/libffi/src/x86/
H A Dsysv.S261 #define RAW_CLOSURE_CIF_OFFSET 12 define
265 #define RAW_CLOSURE_CIF_OFFSET 24 define
269 #define RAW_CLOSURE_CIF_OFFSET ((FFI_TRAMPOLINE_SIZE + 3) & ~3) define
270 #define RAW_CLOSURE_FUN_OFFSET (RAW_CLOSURE_CIF_OFFSET + 4)
289 movl RAW_CLOSURE_CIF_OFFSET(%eax), %esi /* closure->cif */
H A Ddarwin.S262 #define RAW_CLOSURE_CIF_OFFSET ((FFI_TRAMPOLINE_SIZE + 3) & ~3) define
263 #define RAW_CLOSURE_FUN_OFFSET (RAW_CLOSURE_CIF_OFFSET + 4)
280 movl RAW_CLOSURE_CIF_OFFSET(%eax), %esi /* closure->cif */
H A Dfreebsd.S273 #define RAW_CLOSURE_CIF_OFFSET ((FFI_TRAMPOLINE_SIZE + 3) & ~3) define
274 #define RAW_CLOSURE_FUN_OFFSET (RAW_CLOSURE_CIF_OFFSET + 4)
292 movl RAW_CLOSURE_CIF_OFFSET(%eax), %esi /* closure->cif */
H A Dwin32.S331 #define RAW_CLOSURE_CIF_OFFSET ((FFI_TRAMPOLINE_SIZE + 3) AND NOT 3) define
332 #define RAW_CLOSURE_FUN_OFFSET (RAW_CLOSURE_CIF_OFFSET + 4)
337 mov esi, [eax + RAW_CLOSURE_CIF_OFFSET] ;; closure->cif
348 mov esi, [eax + RAW_CLOSURE_CIF_OFFSET] ;; closure->cif
895 #define RAW_CLOSURE_CIF_OFFSET ((FFI_TRAMPOLINE_SIZE + 3) & ~3) define
896 #define RAW_CLOSURE_FUN_OFFSET (RAW_CLOSURE_CIF_OFFSET + 4)
911 movl RAW_CLOSURE_CIF_OFFSET(%eax), %esi /* closure->cif */
935 movl RAW_CLOSURE_CIF_OFFSET(%eax), %esi /* closure->cif */

Completed in 34 milliseconds