Searched defs:g_pfnRAMVectors (Results 1 – 2 of 2) sorted by relevance
133 static __no_init void (*g_pfnRAMVectors[NUM_INTERRUPTS])(void) @ ".vtable_ram"; variable137 void (*g_pfnRAMVectors[NUM_INTERRUPTS])(void); variable140 void (*g_pfnRAMVectors[NUM_INTERRUPTS])(void) __attribute__((aligned(256))); variable143 void (*g_pfnRAMVectors[NUM_INTERRUPTS])(void) __attribute__((aligned(256))); variable
167 static __no_init void (*g_pfnRAMVectors[NUM_INTERRUPTS])(void) @ "VTABLE"; variable170 void (*g_pfnRAMVectors[NUM_INTERRUPTS])(void) __attribute__ ((aligned(1024))); variable174 void (*g_pfnRAMVectors[NUM_INTERRUPTS])(void); variable177 void (*g_pfnRAMVectors[NUM_INTERRUPTS])(void) __attribute__ ((aligned(1024))); variable
Completed in 9 milliseconds