Go to the source code of this file.
Defines | |
#define | __CONCAT(x, y) x/**/y |
#define | __STRING(x) "x" |
#define | __ALIGN_TEXT .align 2 |
#define | __SECTIONSTRING(_sec, _str) __asm__(".section _sec ; .asciz _str ; .text") |
#define | __ENTRY(x) .text; __ALIGN_TEXT; .globl x; .type x,@function; x: |
|
|
|
|
|
|
|
|
|
|