Home
last modified time | relevance | path

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

/freebsd/sys/arm/include/
H A Dasm.h85 #define _LEENTRY(x) .type x,_ASM_TYPE_FUNCTION; _FUNC_MODE; x: macro
87 #define _EENTRY(x) GLOBAL(x); _LEENTRY(x)
90 #define _LENTRY(x) .text; _ALIGN_TEXT; _LEENTRY(x); _FNSTART
104 #define ASLEENTRY(y) _LEENTRY(_ASM_LABEL(y));
108 #define ASLEENTRY_NP(y) _LEENTRY(_ASM_LABEL(y))