|
|
Go to the documentation of this file. 59 #define __TEXT__ .text 60 #define __DATA__ .data 62 #define __TEXT_NOROOT__ .text 67 #define __ALIGN__ .balign 4 69 #define __EXPORT__ .globl 70 #define __IMPORT__ .extern 72 #define __STR__ .ascii 73 #define __THUMB_LABEL__ .thumb_func 74 #define __WORD__ .word 75 #define __INLINE_DATA__ 84 #if defined ( __ICCARM__ ) 89 #define __LIBRARY__ module 90 #define __TEXT__ rseg CODE:CODE(2) 91 #define __DATA__ rseg DATA:DATA(2) 92 #define __BSS__ rseg DATA:DATA(2) 93 #define __TEXT_NOROOT__ rseg CODE:CODE:NOROOT(2) 98 #define __ALIGN__ alignrom 2 100 #define __EXPORT__ export 101 #define __IMPORT__ import 104 #define __THUMB_LABEL__ thumb 106 #define __INLINE_DATA__ data 115 #if defined ( __GNUC__ ) 127 #define __LIBRARY__ @ 128 #define __TEXT__ .text 129 #define __DATA__ .data 131 #define __TEXT_NOROOT__ .text 136 #define __ALIGN__ .balign 4 138 #define __EXPORT__ .globl 139 #define __IMPORT__ .extern 141 #define __STR__ .ascii 142 #define __THUMB_LABEL__ .thumb_func 143 #define __WORD__ .word 144 #define __INLINE_DATA__ 166 #define __LIBRARY__ ; 167 #define __TEXT__ area ||.text||, code, readonly, align=2 168 #define __DATA__ area ||.data||, data, align=2 169 #define __BSS__ area ||.bss||, noinit, align=2 170 #define __TEXT_NOROOT__ area ||.text||, code, readonly, align=2 175 #define __ALIGN__ align 4 177 #define __EXPORT__ export 178 #define __IMPORT__ import 181 #define __THUMB_LABEL__ 183 #define __INLINE_DATA__ 192 #if defined(sourcerygxx) 204 #define __LIBRARY__ @ 205 #define __TEXT__ .text 206 #define __DATA__ .data 208 #define __TEXT_NOROOT__ .text 213 #define __ALIGN__ .balign 4 215 #define __EXPORT__ .globl 216 #define __IMPORT__ .extern 218 #define __STR__ .ascii 219 #define __THUMB_LABEL__ .thumb_func 220 #define __WORD__ .word 221 #define __INLINE_DATA__ 223 #endif // sourcerygxx 225 #endif // __ASMDEF_H__
Copyright 2017, Texas Instruments Incorporated