HomeSort by: relevance | last modified time | path
    Searched defs:_ASM_TYPE_FUNCTION (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/or1k/include/
asm.h 51 #define _ASM_TYPE_FUNCTION @function
54 _TEXT_SECTION; _ALIGN_TEXT; .globl x; .type x,_ASM_TYPE_FUNCTION; x:
  /src/sys/arch/arm/include/
asm.h 118 #define _ASM_TYPE_FUNCTION %function
121 _TEXT_SECTION; _ALIGN_TEXT; .globl x; .type x,_ASM_TYPE_FUNCTION; \
124 _TEXT_SECTION; _ALIGN_TEXT; .globl x; .type x,_ASM_TYPE_FUNCTION; \
142 #define _ASM_TYPE_FUNCTION @function
145 _TEXT_SECTION; _ALIGN_TEXT; .globl x; .type x,_ASM_TYPE_FUNCTION; x:

Completed in 11 milliseconds