Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/include/
H A Dasm.h62 #define _ENTRY(x) _START_ENTRY; \ macro
67 #define ALTENTRY(x) _ENTRY(x); \
77 #define ENTRY(x) _ENTRY(x); \
88 #define ALTENTRY(x) _ENTRY(x)
89 #define ENTRY(x) _ENTRY(x)
/f-stack/freebsd/i386/include/
H A Dasm.h75 #define _ENTRY(x) _START_ENTRY; \ macro
81 #define ALTENTRY(x) _ENTRY(x); \
91 #define ENTRY(x) _ENTRY(x); \
102 #define ALTENTRY(x) _ENTRY(x)
103 #define ENTRY(x) _ENTRY(x)
/f-stack/freebsd/arm/include/
H A Dasm.h106 #define _ENTRY(x) .text; _ALIGN_TEXT; _EENTRY(x); _FNSTART macro
109 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
111 #define ENTRY_NP(y) _ENTRY(_C_LABEL(y))
115 #define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE
119 #define ASENTRY_NP(y) _ENTRY(_ASM_LABEL(y))