Searched refs:_ASM_TYPE_FUNCTION (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/or1k/include/
H A Dasm.h51 #define _ASM_TYPE_FUNCTION @function macro
54 _TEXT_SECTION; _ALIGN_TEXT; .globl x; .type x,_ASM_TYPE_FUNCTION; x:
/netbsd-current/sys/arch/arm/include/
H A Dasm.h116 #define _ASM_TYPE_FUNCTION %function macro
119 _TEXT_SECTION; _ALIGN_TEXT; .globl x; .type x,_ASM_TYPE_FUNCTION; \
122 _TEXT_SECTION; _ALIGN_TEXT; .globl x; .type x,_ASM_TYPE_FUNCTION; \
140 #define _ASM_TYPE_FUNCTION @function macro
143 _TEXT_SECTION; _ALIGN_TEXT; .globl x; .type x,_ASM_TYPE_FUNCTION; x:

Completed in 86 milliseconds