Home
last modified time | relevance | path

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

/trueos/sys/arm/include/
HDasm.h92 #define _EENTRY(x) GLOBAL(x); _LEENTRY(x) macro
97 #define _ENTRY(x) .text; _ALIGN_TEXT; _EENTRY(x); _FNSTART
101 #define EENTRY(y) _EENTRY(_C_LABEL(y));
103 #define EENTRY_NP(y) _EENTRY(_C_LABEL(y))
108 #define ASEENTRY(y) _EENTRY(_ASM_LABEL(y));
112 #define ASEENTRY_NP(y) _EENTRY(_ASM_LABEL(y))