HomeSort by relevance Sort by last modified time
    Searched refs:__USER_LABEL_PREFIX__ (Results 1 - 15 of 15) 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)
  /external/llvm/lib/Target/Mips/
MipsJITInfo.cpp 38 #ifndef __USER_LABEL_PREFIX__
39 #define __USER_LABEL_PREFIX__
43 #define ASMPREFIX GETASMPREFIX(__USER_LABEL_PREFIX__)
  /external/compiler-rt/lib/
assembly.h 35 #define SYMBOL_NAME(name) GLUE(__USER_LABEL_PREFIX__, name)
  /external/llvm/lib/Target/ARM/
ARMJITInfo.cpp 39 #ifndef __USER_LABEL_PREFIX__
40 #define __USER_LABEL_PREFIX__
44 #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__)
  /external/libffi/src/arm/
sysv.S 33 #ifdef __USER_LABEL_PREFIX__
38 #define CNAME(x) CONCAT1 (__USER_LABEL_PREFIX__, x)
  /external/e2fsprogs/intl/
libgnuintl.h 98 # define _INTL_ASM(cname) __asm__ (_INTL_ASMNAME (__USER_LABEL_PREFIX__, #cname))
libgnuintl.h.in 98 # define _INTL_ASM(cname) __asm__ (_INTL_ASMNAME (__USER_LABEL_PREFIX__, #cname))
  /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/openssl/crypto/perlasm/
x86_64-xlate.pl 83 $prefix=`echo __USER_LABEL_PREFIX__ | $ENV{CC} -E -P -`;
    [all...]

Completed in 324 milliseconds