Go to the documentation of this file.
15 #ifndef _ASM_TILE_LINKAGE_H
16 #define _ASM_TILE_LINKAGE_H
20 #define __ALIGN .align 8
29 #define STD_ENTRY(name) \
30 .pushsection .text.##name, "ax"; \
34 #define STD_ENTRY_SECTION(name, section) \
35 .pushsection section, "ax"; \
37 FEEDBACK_ENTER_EXPLICIT(name, section, .Lend_##name - name)
39 #define STD_ENDPROC(name) \
45 #define STD_ENTRY_LOCAL(name) \
46 .pushsection .text.##name, "ax"; \