Searched refs:RAW_CLOSURE_CIF_OFFSET (Results 1 – 12 of 12) sorted by relevance
/external/libffi/src/x86/ |
D | sysv.S | 261 #define RAW_CLOSURE_CIF_OFFSET 12 macro 265 #define RAW_CLOSURE_CIF_OFFSET 24 macro 269 #define RAW_CLOSURE_CIF_OFFSET ((FFI_TRAMPOLINE_SIZE + 3) & ~3) macro 270 #define RAW_CLOSURE_FUN_OFFSET (RAW_CLOSURE_CIF_OFFSET + 4) 289 movl RAW_CLOSURE_CIF_OFFSET(%eax), %esi /* closure->cif */
|
D | freebsd.S | 273 #define RAW_CLOSURE_CIF_OFFSET ((FFI_TRAMPOLINE_SIZE + 3) & ~3) macro 274 #define RAW_CLOSURE_FUN_OFFSET (RAW_CLOSURE_CIF_OFFSET + 4) 292 movl RAW_CLOSURE_CIF_OFFSET(%eax), %esi /* closure->cif */
|
D | darwin.S | 262 #define RAW_CLOSURE_CIF_OFFSET ((FFI_TRAMPOLINE_SIZE + 3) & ~3) macro 263 #define RAW_CLOSURE_FUN_OFFSET (RAW_CLOSURE_CIF_OFFSET + 4) 280 movl RAW_CLOSURE_CIF_OFFSET(%eax), %esi /* closure->cif */
|
D | win32.S | 895 #define RAW_CLOSURE_CIF_OFFSET ((FFI_TRAMPOLINE_SIZE + 3) & ~3) macro 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 */
|
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/ |
D | sysv.S | 261 #define RAW_CLOSURE_CIF_OFFSET 12 macro 265 #define RAW_CLOSURE_CIF_OFFSET 24 macro 269 #define RAW_CLOSURE_CIF_OFFSET ((FFI_TRAMPOLINE_SIZE + 3) & ~3) macro 270 #define RAW_CLOSURE_FUN_OFFSET (RAW_CLOSURE_CIF_OFFSET + 4) 289 movl RAW_CLOSURE_CIF_OFFSET(%eax), %esi /* closure->cif */
|
D | freebsd.S | 273 #define RAW_CLOSURE_CIF_OFFSET ((FFI_TRAMPOLINE_SIZE + 3) & ~3) macro 274 #define RAW_CLOSURE_FUN_OFFSET (RAW_CLOSURE_CIF_OFFSET + 4) 292 movl RAW_CLOSURE_CIF_OFFSET(%eax), %esi /* closure->cif */
|
D | darwin.S | 262 #define RAW_CLOSURE_CIF_OFFSET ((FFI_TRAMPOLINE_SIZE + 3) & ~3) macro 263 #define RAW_CLOSURE_FUN_OFFSET (RAW_CLOSURE_CIF_OFFSET + 4) 280 movl RAW_CLOSURE_CIF_OFFSET(%eax), %esi /* closure->cif */
|
D | win32.S | 307 #define RAW_CLOSURE_CIF_OFFSET ((FFI_TRAMPOLINE_SIZE + 3) AND NOT 3) macro 308 #define RAW_CLOSURE_FUN_OFFSET (RAW_CLOSURE_CIF_OFFSET + 4) 314 mov esi, [eax + RAW_CLOSURE_CIF_OFFSET] ;; closure->cif 325 mov esi, [eax + RAW_CLOSURE_CIF_OFFSET] ;; closure->cif
|
/external/python/cpython3/Modules/_ctypes/libffi_osx/x86/ |
D | x86-darwin.S | 246 #define RAW_CLOSURE_CIF_OFFSET ((FFI_TRAMPOLINE_SIZE + 3) & ~3) macro 247 #define RAW_CLOSURE_FUN_OFFSET (RAW_CLOSURE_CIF_OFFSET + 4) 264 movl RAW_CLOSURE_CIF_OFFSET(%eax), %esi /* closure->cif */
|
/external/python/cpython2/Modules/_ctypes/libffi_osx/x86/ |
D | x86-darwin.S | 246 #define RAW_CLOSURE_CIF_OFFSET ((FFI_TRAMPOLINE_SIZE + 3) & ~3) macro 247 #define RAW_CLOSURE_FUN_OFFSET (RAW_CLOSURE_CIF_OFFSET + 4) 264 movl RAW_CLOSURE_CIF_OFFSET(%eax), %esi /* closure->cif */
|
/external/libffi/ |
D | ChangeLog.libffi-3.1 | 2645 RAW_CLOSURE_CIF_OFFSET, RAW_CLOSURE_FUN_OFFSET,
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | ChangeLog.libffi-3.1 | 2645 RAW_CLOSURE_CIF_OFFSET, RAW_CLOSURE_FUN_OFFSET,
|