HomeSort by relevance Sort by last modified time
    Searched defs:ENTRY (Results 1 - 25 of 36) sorted by null

1 2

  /bionic/libc/arch-x86/string/
sse2-memset5-atom.S 59 #ifndef ENTRY
60 # define ENTRY(name) \
103 /* Load an entry in a jump table into EBX and branch to it. TABLE is a
110 /* Get the entry and convert the relative offset to the \
132 /* Branch to an entry in a jump table. TABLE is a jump table with
141 ENTRY (sse2_memset5_atom)
ssse3-memcpy5.S 63 #ifndef ENTRY
64 # define ENTRY(name) \
106 /* Load an entry in a jump table into EBX and branch to it. TABLE is a
114 /* Get the entry and convert the relative offset to the \
143 /* Branch to an entry in a jump table. TABLE is a jump table with
156 ENTRY (MEMCPY)
    [all...]
ssse3-strcmp.S 55 #ifndef ENTRY
56 # define ENTRY(name) \
103 ENTRY (ssse3_strcmp_latest)
    [all...]
ssse3-memcmp3.S 63 #ifndef ENTRY
64 # define ENTRY(name) \
98 ENTRY (MEMCMP)
    [all...]
  /external/libffi/src/m32r/
sysv.S 34 #define ENTRY(x) .globl CNAME(x)! .type CNAME(x),%function! CNAME(x):
47 ENTRY(ffi_call_SYSV)
  /external/libffi/src/sh64/
sysv.S 35 #define ENTRY(x) .globl CNAME(x); .type CNAME(x),%function; CNAME(x):
56 ENTRY(ffi_call_SYSV)
314 ENTRY(ffi_closure_SYSV)
439 .4byte .LECIE1-.LSCIE1 /* Length of Common Information Entry */
  /external/libffi/src/arm/
sysv.S 42 #define ENTRY(x) .globl CNAME(x); .type CNAME(x),%function; CNAME(x):
100 ENTRY(\name)
114 ENTRY(\name)
  /bionic/libc/arch-arm/include/machine/
asm.h 87 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
  /bionic/libc/kernel/common/linux/
linkage.h 41 #ifndef ENTRY
42 #define ENTRY(name) .globl name; ALIGN; name:
45 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)
  /development/ndk/platforms/android-3/arch-arm/include/machine/
asm.h 87 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
  /development/ndk/platforms/android-3/include/linux/
linkage.h 41 #ifndef ENTRY
42 #define ENTRY(name) .globl name; ALIGN; name:
45 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)
  /external/kernel-headers/original/linux/
linkage.h 30 #ifndef ENTRY
31 #define ENTRY(name) \
39 ENTRY(name)
  /external/libffi/src/powerpc/
asm.h 77 #define ENTRY(name) \
93 /* EALIGN is like ENTRY, but does alignment to 'words'*4 bytes
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
linkage.h 41 #ifndef ENTRY
42 #define ENTRY(name) .globl name; ALIGN; name:
45 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/machine/
asm.h 87 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
linkage.h 41 #ifndef ENTRY
42 #define ENTRY(name) .globl name; ALIGN; name:
45 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/machine/
asm.h 87 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
linkage.h 41 #ifndef ENTRY
42 #define ENTRY(name) .globl name; ALIGN; name:
45 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/machine/
asm.h 87 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
linkage.h 41 #ifndef ENTRY
42 #define ENTRY(name) .globl name; ALIGN; name:
45 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
linkage.h 41 #ifndef ENTRY
42 #define ENTRY(name) .globl name; ALIGN; name:
45 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/machine/
asm.h 87 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
linkage.h 41 #ifndef ENTRY
42 #define ENTRY(name) .globl name; ALIGN; name:
45 #define KPROBE_ENTRY(name) .section .kprobes.text, "ax"; ENTRY(name)
  /bionic/libc/arch-x86/include/machine/
asm.h 113 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
  /development/ndk/platforms/android-5/arch-x86/include/machine/
asm.h 113 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE

Completed in 1705 milliseconds

1 2