Lines Matching refs:sym
370 #define GTEXT(sym) .global sym; .type sym, %function argument
371 #define GDATA(sym) .global sym; .type sym, %object argument
372 #define WTEXT(sym) .weak sym; .type sym, %function argument
373 #define WDATA(sym) .weak sym; .type sym, %object argument
395 #define GTEXT(sym) glbl_text sym argument
396 #define GDATA(sym) glbl_data sym argument
397 #define WDATA(sym) weak_data sym argument
400 #define GTEXT(sym) .globl sym; .type sym, @function
401 #define GDATA(sym) .globl sym; .type sym, @object
442 #define SECTION_VAR(sect, sym) section_var sect, sym argument
443 #define SECTION_FUNC(sect, sym) section_func sect, sym argument
444 #define SECTION_SUBSEC_FUNC(sect, subsec, sym) \ argument
445 section_subsec_func sect, subsec, sym
448 #define SECTION_VAR(sect, sym) .section .sect.sym; sym:
449 #define SECTION_FUNC(sect, sym) \
450 .section .sect.sym, "ax"; \
452 PERFOPT_ALIGN; sym : \
453 FUNC_INSTR(sym)
454 #define SECTION_SUBSEC_FUNC(sect, subsec, sym) \
455 .section .sect.subsec, "ax"; PERFOPT_ALIGN; sym :