Searched defs:ENTRY (Results 1 - 8 of 8) sorted by relevance

/bionic/libc/arch-x86/string/
H A Dsse2-memset5-atom.S59 #ifndef ENTRY
60 # define ENTRY(name) \
141 ENTRY (sse2_memset5_atom) label
H A Dssse3-memcpy5.S59 #ifndef ENTRY
60 # define ENTRY(name) \
136 ENTRY (MEMCPY) label
H A Dssse3-strcmp-latest.S63 #ifndef ENTRY
64 # define ENTRY(name) \
111 ENTRY (ssse3_strcmp_latest) label
H A Dsse2-strlen-atom.S35 #ifndef ENTRY
36 # define ENTRY(name) \
66 ENTRY (STRLEN) label
H A Dssse3-memcmp3-new.S71 #ifndef ENTRY
72 # define ENTRY(name) \
105 ENTRY (MEMCMP) label
/bionic/libc/kernel/common/linux/
H A Dlinkage.h45 #ifndef ENTRY
46 #define ENTRY(name) .globl name; ALIGN; name: macro
49 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)
/bionic/libc/arch-arm/include/machine/
H A Dasm.h93 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE macro
101 #define ENTRY_PRIVATE(y) ENTRY(y); .hidden _C_LABEL(y)
103 #define ENTRY_PRIVATE(y) ENTRY(y)
/bionic/libc/arch-x86/include/machine/
H A Dasm.h119 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE macro
124 #define ENTRY_PRIVATE(y) ENTRY(y); .hidden _C_LABEL(y)

Completed in 1638 milliseconds