Searched refs:__startcontext (Results 1 – 11 of 11) sorted by relevance
118 ldah $0, __startcontext($29) !gprelhigh120 lda $0, __startcontext($0) !gprellow140 .ent __startcontext141 __startcontext: label163 .end __startcontext
42 extern void __startcontext (void); in __makecontext()61 ucp->uc_mcontext.regs[23] = (uintptr_t) &__startcontext; in __makecontext()
100 ENTRY(__startcontext)115 END(__startcontext)
29 extern void __startcontext (void); in __makecontext()59 ucp->uc_mcontext.arm_lr = (unsigned long) __startcontext; in __makecontext()
95 ENTRY(__startcontext)102 END(__startcontext)
44 extern void __startcontext (void); in __makecontext()62 ucp->uc_mcontext.regs[30] = (uintptr_t) &__startcontext; in __makecontext()
126 ENTRY (__startcontext)130 END (__startcontext)
27 extern void __startcontext (void) attribute_hidden; in __makecontext()41 ucp->uc_mcontext.__blink = (unsigned long int) &__startcontext; in __makecontext()
77 ENTRY (__startcontext)93 END (__startcontext)
30 extern void __startcontext (void); in __makecontext()60 ucp->uc_mcontext.__gregs.__lr = (unsigned long) __startcontext; in __makecontext()
64 ENTRY (__startcontext)98 END (__startcontext)
Completed in 9 milliseconds