Home
last modified time | relevance | path

Searched refs:__copy_table_t (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/rpi/rp2350/ns/
Dextra_init_ns.c26 } __copy_table_t; in copy_zero_tables() typedef
33 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()
/trusted-firmware-m-latest/platform/ext/target/rpi/rp2350/
Dextra_init.c26 } __copy_table_t; in copy_zero_tables() typedef
33 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()
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Core/Include/m-profile/
Dcmsis_gcc_m.h136 } __copy_table_t; in __cmsis_start() typedef
143 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()