Searched refs:tramp (Results 1 - 6 of 6) sorted by relevance
/third_party/python/Modules/_ctypes/libffi_osx/powerpc/ |
H A D | ppc-ffi_darwin.c | 726 unsigned int* tramp = (unsigned int*)&closure->tramp[0]; in ffi_prep_closure() local 729 tramp[0] = 0x7c0802a6; // mflr r0 in ffi_prep_closure() 730 tramp[1] = 0x429f0005; // bcl 20,31,+0x8 in ffi_prep_closure() 731 tramp[2] = 0x7d6802a6; // mflr r11 in ffi_prep_closure() 732 tramp[3] = 0x7c0803a6; // mtlr r0 in ffi_prep_closure() 733 tramp[4] = 0xe98b0018; // ld r12,24(r11) in ffi_prep_closure() 734 tramp[5] = 0x7d8903a6; // mtctr r12 in ffi_prep_closure() 735 tramp[6] = 0xe96b0020; // ld r11,32(r11) in ffi_prep_closure() 736 tramp[ in ffi_prep_closure() [all...] |
/third_party/python/Modules/_ctypes/libffi_osx/x86/ |
H A D | x86-ffi64.c | 594 volatile unsigned short* tramp; in ffi_prep_closure() local 599 tramp = (volatile unsigned short*)&closure->tramp[0]; in ffi_prep_closure() 601 tramp[0] = 0xbb49; /* mov <code>, %r11 */ in ffi_prep_closure() 602 *(void* volatile*)&tramp[1] = ffi_closure_unix64; in ffi_prep_closure() 603 tramp[5] = 0xba49; /* mov <data>, %r10 */ in ffi_prep_closure() 604 *(void* volatile*)&tramp[6] = closure; in ffi_prep_closure() 608 tramp[10] = cif->flags & (1 << 11) ? 0x49f9 : 0x49f8; in ffi_prep_closure() 609 tramp[11] = 0xe3ff; /* jmp *%r11 */ in ffi_prep_closure()
|
H A D | x86-ffi_darwin.c | 329 FFI_INIT_TRAMPOLINE (&closure->tramp[0], \ in ffi_prep_closure() 367 FFI_INIT_TRAMPOLINE (&closure->tramp[0], &ffi_closure_raw_SYSV, in ffi_prep_raw_closure_loc()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | sparse_array.c | 136 struct trampoline_st tramp; in ossl_sa_doall() local 138 tramp.func = leaf; in ossl_sa_doall() 140 sa_doall(sa, NULL, &trampoline, &tramp); in ossl_sa_doall()
|
/third_party/openssl/crypto/ |
H A D | sparse_array.c | 136 struct trampoline_st tramp; in ossl_sa_doall() local 138 tramp.func = leaf; in ossl_sa_doall() 140 sa_doall(sa, NULL, &trampoline, &tramp); in ossl_sa_doall()
|
/third_party/python/Modules/_ctypes/libffi_osx/include/ |
H A D | ffi.h | 254 char tramp[FFI_TRAMPOLINE_SIZE]; member 271 char tramp[FFI_TRAMPOLINE_SIZE]; member
|
Completed in 5 milliseconds