Searched refs:_GBL (Results 1 – 1 of 1) sorted by relevance
1026 #define _GBL(x) .global x macro1031 #define _SYMT(x) _GBL(x); _MKEND(x); _TYP(x); _ALN(4); x:1032 #define _SYM2(x) _GBL(x); _TYP(x); x:1033 #define _SYM(x) _GBL(x); _MKEND(x); _ALN(4); x: