Searched refs:__copy_table_t (Results 1 – 3 of 3) sorted by relevance
26 } __copy_table_t; in copy_zero_tables() typedef33 extern const __copy_table_t __copy_table_start__; in copy_zero_tables()34 extern const __copy_table_t __copy_table_end__; in copy_zero_tables()38 …for (__copy_table_t const* pTable = &__copy_table_start__; pTable < &__copy_table_end__; ++pTable)… in copy_zero_tables()
136 } __copy_table_t; in __cmsis_start() typedef143 extern const __copy_table_t __copy_table_start__; in __cmsis_start()144 extern const __copy_table_t __copy_table_end__; in __cmsis_start()148 …for (__copy_table_t const* pTable = &__copy_table_start__; pTable < &__copy_table_end__; ++pTable)… in __cmsis_start()