- mtkernel_3
- include/sys/machine.h - 1.4KB - 68 lines
58: #define Asm __asm__ volatile
59: #define Noinit(decl) decl __attribute__((section(".noinit")))
60: #define Section(decl,name) decl __attribute__((section(#name)))
- More results from machine.h
- kernel/sysdepend/cpu/core/rxv2/vector_tbl.c - 2.1KB - 75 lines
30:
31: void (* const reset_vect[])() __attribute__((section (".fvectors"))) = {
32: Reset_Handler, /* Power On Reset */
- More results from vector_tbl.c
- kernel/sysdepend/cpu/rx231/hllint_tbl.c - 16.6KB - 289 lines
29: */
30: EXPORT void (* const knl_hll_inthdr_rom[])() __attribute__((section(".hvectors"))) = {
31: Default_Handler, /* Unconditional trap */
- kernel/sysdepend/cpu/rx231/intvect_tbl.c - 16.6KB - 291 lines
31: */
32: EXPORT void (* const knl_int_vect_rom[])() __attribute__((section(".rvectors"))) = {
33: hll_inthdr_entry_0, /* Unconditional trap */
- kernel/sysdepend/cpu/stm32l4/vector_tbl.c - 6.7KB - 134 lines
30:
31: void (* const vector_tbl[])() __attribute__((section(".vector"))) = {
32: (void(*)()) (INITIAL_SP), /* 0: Top of Stack */
- kernel/sysdepend/cpu/tx03_m367/vector_tbl.c - 9.5KB - 181 lines
30:
31: void (* const vector_tbl[])() __attribute__((section(".vector"))) = {
32: (void(*)()) (INITIAL_SP), /* 0: Top of Stack */