HomeSort by relevance Sort by last modified time
    Searched refs:__USER_LABEL_PREFIX__ (Results 1 - 23 of 23) sorted by null

  /external/libffi/src/cris/
sysv.S 31 #define L(x) XCONCAT (__USER_LABEL_PREFIX__, x)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ssp/
ssp.h 56 # define __SSP_ASMNAME(cname) __SSP_ASMNAME2 (__USER_LABEL_PREFIX__, cname)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/ssp/
ssp.h 56 # define __SSP_ASMNAME(cname) __SSP_ASMNAME2 (__USER_LABEL_PREFIX__, cname)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ssp/
ssp.h 56 # define __SSP_ASMNAME(cname) __SSP_ASMNAME2 (__USER_LABEL_PREFIX__, cname)
  /bionic/libc/include/
fcntl.h 56 __asm__(__USER_LABEL_PREFIX__ "open");
80 __asm__(__USER_LABEL_PREFIX__ "openat");
string.h 148 __asm__(__USER_LABEL_PREFIX__ "strlcpy");
179 __asm__(__USER_LABEL_PREFIX__ "strlcat");
stdio.h 497 __asm__(__USER_LABEL_PREFIX__ "fgets");
  /system/core/include/cutils/
properties.h 56 __asm__(__USER_LABEL_PREFIX__ "property_get");
  /external/llvm/lib/Target/Mips/
MipsJITInfo.cpp 83 #ifndef __USER_LABEL_PREFIX__
84 #define __USER_LABEL_PREFIX__
88 #define ASMPREFIX GETASMPREFIX(__USER_LABEL_PREFIX__)
  /external/compiler-rt/lib/
assembly.h 37 #define SYMBOL_NAME(name) GLUE(__USER_LABEL_PREFIX__, name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
DLFCN.py 62 def __ASMNAME(cname): return __ASMNAME2 (__USER_LABEL_PREFIX__, cname)
TYPES.py 62 def __ASMNAME(cname): return __ASMNAME2 (__USER_LABEL_PREFIX__, cname)
IN.py 62 def __ASMNAME(cname): return __ASMNAME2 (__USER_LABEL_PREFIX__, cname)
  /external/llvm/lib/Target/ARM/
ARMJITInfo.cpp 38 #ifndef __USER_LABEL_PREFIX__
39 #define __USER_LABEL_PREFIX__
43 #define ASMPREFIX GETASMPREFIX(__USER_LABEL_PREFIX__)
  /external/llvm/lib/Target/X86/
X86JITInfo.cpp 53 #ifndef __USER_LABEL_PREFIX__
54 #define __USER_LABEL_PREFIX__
58 #define ASMPREFIX GETASMPREFIX(__USER_LABEL_PREFIX__)
  /bionic/libc/include/sys/
stat.h 136 __asm__(__USER_LABEL_PREFIX__ "umask");
  /external/libffi/src/arm/
sysv.S 33 #ifdef __USER_LABEL_PREFIX__
38 #define CNAME(x) CONCAT1 (__USER_LABEL_PREFIX__, x)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
cdefs.h 185 # define __ASMNAME(cname) __ASMNAME2 (__USER_LABEL_PREFIX__, cname)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
cdefs.h 185 # define __ASMNAME(cname) __ASMNAME2 (__USER_LABEL_PREFIX__, cname)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
cdefs.h 185 # define __ASMNAME(cname) __ASMNAME2 (__USER_LABEL_PREFIX__, cname)
  /external/e2fsprogs/intl/
libgnuintl.h.in 98 # define _INTL_ASM(cname) __asm__ (_INTL_ASMNAME (__USER_LABEL_PREFIX__, #cname))
  /external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
x86_64-xlate.pl 83 $prefix=`echo __USER_LABEL_PREFIX__ | $ENV{CC} -E -P -`;
    [all...]
  /external/openssl/crypto/perlasm/
x86_64-xlate.pl 83 $prefix=`echo __USER_LABEL_PREFIX__ | $ENV{CC} -E -P -`;
    [all...]

Completed in 733 milliseconds