 |
 |
Go to the documentation of this file. 45 #ifdef __IAR_SYSTEMS_ICC__ 50 #define __LIBRARY__ module 51 #define __TEXT__ rseg CODE:CODE(2) 52 #define __DATA__ rseg DATA:DATA(2) 53 #define __BSS__ rseg DATA:DATA(2) 54 #define __TEXT_NOROOT__ rseg CODE:CODE:NOROOT(2) 59 #define __ALIGN__ alignrom 2 61 #define __EXPORT__ export 62 #define __IMPORT__ import 65 #define __THUMB_LABEL__ thumb 67 #define __INLINE_DATA__ data 69 #endif // __IAR_SYSTEMS_ICC__ 89 #define __TEXT__ .text 90 #define __DATA__ .data 92 #define __TEXT_NOROOT__ .text 97 #define __ALIGN__ .balign 4 99 #define __EXPORT__ .globl 100 #define __IMPORT__ .extern 102 #define __STR__ .ascii 103 #define __THUMB_LABEL__ .thumb_func 104 #define __WORD__ .word 105 #define __INLINE_DATA__ 114 #if defined(__CC_ARM) 127 #define __LIBRARY__ ; 128 #define __TEXT__ area ||.text||, code, readonly, align=2 129 #define __DATA__ area ||.data||, data, align=2 130 #define __BSS__ area ||.bss||, noinit, align=2 131 #define __TEXT_NOROOT__ area ||.text||, code, readonly, align=2 136 #define __ALIGN__ align 4 138 #define __EXPORT__ export 139 #define __IMPORT__ import 142 #define __THUMB_LABEL__ 144 #define __INLINE_DATA__ 149 #endif // __ASMDEF_H__