Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/include/
H A Dasm.h101 #define _EENTRY(x) GLOBAL(x); _LEENTRY(x) macro
106 #define _ENTRY(x) .text; _ALIGN_TEXT; _EENTRY(x); _FNSTART
110 #define EENTRY(y) _EENTRY(_C_LABEL(y));
112 #define EENTRY_NP(y) _EENTRY(_C_LABEL(y))
117 #define ASEENTRY(y) _EENTRY(_ASM_LABEL(y));
121 #define ASEENTRY_NP(y) _EENTRY(_ASM_LABEL(y))