| Line 27... |
Line 27... |
| 27 |
|
27 |
|
| 28 |
#define ICODE_ATTR __attribute__((section(".icode")))
|
28 |
#define ICODE_ATTR __attribute__((section(".icode")))
|
| 29 |
#define ICONST_ATTR __attribute__((section(".irodata")))
|
29 |
#define ICONST_ATTR __attribute__((section(".irodata")))
|
| 30 |
#define IDATA_ATTR __attribute__((section(".idata")))
|
30 |
#define IDATA_ATTR __attribute__((section(".idata")))
|
| 31 |
#define IBSS_ATTR __attribute__((section(".ibss")))
|
31 |
#define IBSS_ATTR __attribute__((section(".ibss")))
|
| - |
|
32 |
#define INITHEAD_ATTR __attribute__((section(".inithead")))
|
| 32 |
#define INITCODE_ATTR __attribute__((section(".initcode")))
|
33 |
#define INITCODE_ATTR __attribute__((section(".initcode")))
|
| 33 |
#define INITCONST_ATTR __attribute__((section(".initrodata")))
|
34 |
#define INITCONST_ATTR __attribute__((section(".initrodata")))
|
| 34 |
#define INITDATA_ATTR __attribute__((section(".initdata")))
|
35 |
#define INITDATA_ATTR __attribute__((section(".initdata")))
|
| 35 |
#define INITBSS_ATTR __attribute__((section(".initbss")))
|
36 |
#define INITBSS_ATTR __attribute__((section(".initbss")))
|
| 36 |
#define INITSTACK_ATTR __attribute__((section(".initstack")))
|
37 |
#define INITSTACK_ATTR __attribute__((section(".initstack")))
|