Home
last modified time | relevance | path

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

/third_party/python/Modules/_ctypes/libffi_osx/x86/
Dx86-ffi_darwin.c310 unsigned int __ctx = (unsigned int)(CTX); \
311 unsigned int __dis = __fun - (__ctx + FFI_TRAMPOLINE_SIZE); \
313 *(unsigned int*) &__tramp[1] = __ctx; /* movl __ctx, %eax */ \
/third_party/libffi/src/metag/
Dffi.c227 void ffi_init_trampoline(unsigned char *__tramp, unsigned int __fun, unsigned int __ctx) { in ffi_init_trampoline() argument
229 *(unsigned int*) &__tramp[40] = __ctx; in ffi_init_trampoline()
/third_party/libffi/src/avr32/
Dffi.c403 unsigned int __ctx = (unsigned int)(codeloc); in ffi_prep_closure_loc() local
411 *(unsigned int*) &__tramp[20] = __ctx; in ffi_prep_closure_loc()