Searched defs:ASENTRY (Results 1 – 6 of 6) sorted by relevance
13 #define ASENTRY(x) .globl x; .align 2; x: .word 0; \ macro17 #define ASENTRY(x) .globl x; .align 2; x: .word 0 macro
16 #define ASENTRY(x) .globl x; x: \ macro20 #define ASENTRY(x) .globl x; x: macro
23 #define ASENTRY(x) .globl x; .align 2; x: .word 0; \ macro27 #define ASENTRY(x) .globl x; .align 2; x: .word 0 macro
27 #define ASENTRY(x, regs) \ macro33 #define ASENTRY(x, regs) \ macro
17 #define ASENTRY(name, regs) \ macro22 #define ASENTRY(name, regs) \ macro
19 #define ASENTRY(name, regs) \ macro31 #define ASENTRY(name, regs) \ macro