Lines Matching defs:sym
54 #define LIBM_ANSI_PRAGMA_WEAK(sym,stype) \
55 .weak __/**/sym; \
56 .type __/**/sym,#stype; \
57 __/**/sym = sym
84 #define PIC_SET(via,sym,dst) ldx [%via+sym],%dst
86 #define PIC_SET(via,sym,dst) ld [%via+sym],%dst
95 #define PIC_SET(via,sym,dst) setx sym,%g1,%dst
97 #define PIC_SET(via,sym,dst) set sym,%dst
153 #define LIBM_ANSI_PRAGMA_WEAK(sym,stype) \
154 .weak __/**/sym; \
155 .type __/**/sym,@stype; \
156 __/**/sym = sym
165 #define PIC_G_LOAD(insn,sym,dst) \
166 movq PIC_G(sym),%dst; \
178 #define PIC_G_LOAD(insn,sym,dst) \
179 mov PIC_G(sym),%dst; \
188 #define PIC_G_LOAD(insn,sym,dst) insn sym,%dst