Lines Matching defs:tramp
537 unsigned int *tramp;
547 tramp = (unsigned int *) &closure->tramp[0];
548 tramp[0] = 0x7c0802a6; /* mflr r0 */
549 tramp[1] = 0x429f000d; /* bcl- 20,4*cr7+so,0x10 */
550 tramp[4] = 0x7d6802a6; /* mflr r11 */
551 tramp[5] = 0x818b0000; /* lwz r12,0(r11) function address */
552 tramp[6] = 0x7c0803a6; /* mtlr r0 */
553 tramp[7] = 0x7d8903a6; /* mtctr r12 */
554 tramp[8] = 0x816b0004; /* lwz r11,4(r11) static chain */
555 tramp[9] = 0x4e800420; /* bctr */
556 tramp[2] = (unsigned long) ffi_closure_ASM; /* function */
557 tramp[3] = (unsigned long) codeloc; /* context */
570 tramp_aix = (struct ffi_aix_trampoline_struct *) (closure->tramp);