Home
last modified time | relevance | path

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

/external/libffi/src/x86/
Dffi.c651 void* __ctx = (void*)(CTX); \
657 *(void**) &__tramp[8] = __ctx; /* mov __ctx, %rax */ \
671 unsigned int __ctx = (unsigned int)(CTX); \
672 unsigned int __dis = __fun - (__ctx + 10); \
674 *(unsigned int*) &__tramp[1] = __ctx; /* movl __ctx, %eax */ \
682 unsigned int __ctx = (unsigned int)(CTX); \
683 unsigned int __dis = __fun - (__ctx + 49); \
699 *(unsigned int*) &__tramp[40] = __ctx; /* movl __ctx, %eax */ \
709 unsigned int __ctx = (unsigned int)(CTX); \
710 unsigned int __dis = __fun - (__ctx + 10); \
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/
Dffi.c583 void* __ctx = (void*)(CTX); \
589 *(void**) &__tramp[8] = __ctx; /* mov __ctx, %rax */ \
603 unsigned int __ctx = (unsigned int)(CTX); \
604 unsigned int __dis = __fun - (__ctx + 10); \
606 *(unsigned int*) &__tramp[1] = __ctx; /* movl __ctx, %eax */ \
614 unsigned int __ctx = (unsigned int)(CTX); \
615 unsigned int __dis = __fun - (__ctx + 49); \
631 *(unsigned int*) &__tramp[40] = __ctx; /* movl __ctx, %eax */ \
641 unsigned int __ctx = (unsigned int)(CTX); \
642 unsigned int __dis = __fun - (__ctx + 10); \
[all …]
/external/python/cpython3/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 */ \
/external/python/cpython2/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 */ \
/external/python/cpython2/Modules/_ctypes/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()
/external/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()
/external/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()
/external/python/cpython2/Modules/_ctypes/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()
/external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/
Dffi.c907 UINT64 __ctx = (UINT64)(CTX); \
911 memcpy (__tramp + 20, &__ctx, sizeof (__ctx)); \
/external/libffi/src/aarch64/
Dffi.c918 UINT64 __ctx = (UINT64)(CTX); \
922 memcpy (__tramp + 20, &__ctx, sizeof (__ctx)); \
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/
Dffi.c757 unsigned int __ctx = (unsigned int)(CTX); \
760 *(unsigned int*) &__tramp[12] = __ctx; \
/external/libffi/src/arm/
Dffi.c757 unsigned int __ctx = (unsigned int)(CTX); \
760 *(unsigned int*) &__tramp[12] = __ctx; \
/external/iproute2/lib/
Dbpf.c2505 static struct bpf_elf_ctx __ctx; variable
2510 struct bpf_elf_ctx *ctx = &__ctx; in bpf_obj_open()
2630 struct bpf_elf_ctx *ctx = &__ctx; in bpf_send_map_fds()