Home
last modified time | relevance | path

Searched refs:_LEENTRY (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/arm/include/
H A Dasm.h99 #define _LEENTRY(x) .type x,_ASM_TYPE_FUNCTION; _FUNC_MODE; x: macro
101 #define _EENTRY(x) GLOBAL(x); _LEENTRY(x)
104 #define _LENTRY(x) .text; _ALIGN_TEXT; _LEENTRY(x); _FNSTART
118 #define ASLEENTRY(y) _LEENTRY(_ASM_LABEL(y));
122 #define ASLEENTRY_NP(y) _LEENTRY(_ASM_LABEL(y))