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

  /src/sys/arch/or1k/include/
asm.h 55 #define _END(x) .size x,.-x
66 #define END(y) _END(_C_LABEL(y))
67 #define END(y) _END(_C_LABEL(y))
70 #define ASEND(y) _END(_ASM_LABEL(y))
  /src/sys/arch/arm/include/
asm.h 131 #define _END(x) .size x,.-x
146 #define _END(x) .size x,.-x
177 #define END(y) _END(_C_LABEL(y))
184 #define ASEND(y) _END(_ASM_LABEL(y))

Completed in 11 milliseconds