Searched refs:ram_vector_table (Results 1 – 4 of 4) sorted by relevance
40 uint32_t __attribute__((section(".ram_vector_table"))) ram_vector_table[48]; variable147 __builtin_memcpy(ram_vector_table, (uint32_t *) scb_hw->vtor, sizeof(ram_vector_table)); in runtime_init()148 scb_hw->vtor = (uintptr_t) ram_vector_table; in runtime_init()
99 .ram_vector_table (NOLOAD): {100 *(.ram_vector_table)
120 .ram_vector_table (NOLOAD): {121 *(.ram_vector_table)
Completed in 4 milliseconds