Searched defs:__tramp (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/src/avr32/
H A Dffi.c401 unsigned char *__tramp = (unsigned char*)(&closure->tramp[0]); local
406 *(unsigned int*) &__tramp[0] = 0xebcd1f00; /* pushm r8-r12 */
407 *(unsigned int*) &__tramp[4] = 0xfefc0010; /* ld.w r12, pc[16] */
408 *(unsigned int*) &__tramp[8] = 0xfefb0010; /* ld.w r11, pc[16] */
409 *(unsigned int*) &__tramp[12] = 0xfefa0010; /* ld.w r10, pc[16] */
410 *(unsigned int*) &__tramp[16] = 0xfeff0010; /* ld.w pc, pc[16] */
411 *(unsigned int*) &__tramp[20] = __ctx;
412 *(unsigned int*) &__tramp[24] = __rstruct_flag;
413 *(unsigned int*) &__tramp[28] = __inner;
414 *(unsigned int*) &__tramp[3
[all...]
/external/python/cpython2/Modules/_ctypes/libffi/src/metag/
H A Dffi.c221 * __tramp: trampoline memory location
227 void ffi_init_trampoline(unsigned char *__tramp, unsigned int __fun, unsigned int __ctx) { argument
228 memcpy (__tramp, ffi_metag_trampoline, sizeof(ffi_metag_trampoline));
229 *(unsigned int*) &__tramp[40] = __ctx;
230 *(unsigned int*) &__tramp[44] = __fun;
232 __builtin_meta2_cachewd(&__tramp[0], 1);
233 __builtin_meta2_cachewd(&__tramp[47], 1);

Completed in 88 milliseconds