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

  /external/libcxxabi/src/Unwind/
assembly.h 35 #define SYMBOL_NAME(name) GLUE(__USER_LABEL_PREFIX__, name)
  /external/chromium_org/third_party/hwcplus/include/cutils/
properties.h 65 __asm__(__USER_LABEL_PREFIX__ "property_get");
  /development/ndk/platforms/android-L/include/
fcntl.h 85 extern int __open_real(const char*, int, ...) __asm__(__USER_LABEL_PREFIX__ "open");
87 extern int __openat_real(int, const char*, int, ...) __asm__(__USER_LABEL_PREFIX__ "openat");
unistd.h 218 __asm__(__USER_LABEL_PREFIX__ "read");
string.h 199 __asm__(__USER_LABEL_PREFIX__ "strlcpy");
230 __asm__(__USER_LABEL_PREFIX__ "strlcat");
stdio.h 412 extern char* __fgets_real(char*, int, FILE*) __asm__(__USER_LABEL_PREFIX__ "fgets");
  /external/llvm/lib/Target/Mips/
MipsJITInfo.cpp 84 #ifndef __USER_LABEL_PREFIX__
85 #define __USER_LABEL_PREFIX__
89 #define ASMPREFIX GETASMPREFIX(__USER_LABEL_PREFIX__)
  /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 54 #ifndef __USER_LABEL_PREFIX__
55 #define __USER_LABEL_PREFIX__
59 #define ASMPREFIX GETASMPREFIX(__USER_LABEL_PREFIX__)
  /development/ndk/platforms/android-L/include/sys/
stat.h 165 extern mode_t __umask_real(mode_t) __asm__(__USER_LABEL_PREFIX__ "umask");
socket.h 298 __asm__(__USER_LABEL_PREFIX__ "recvfrom");
  /external/compiler-rt/lib/builtins/
assembly.h 98 #define SYMBOL_NAME(name) GLUE(__USER_LABEL_PREFIX__, name)
  /external/e2fsprogs/intl/
libgnuintl.h.in 98 # define _INTL_ASM(cname) __asm__ (_INTL_ASMNAME (__USER_LABEL_PREFIX__, #cname))
  /external/chromium_org/third_party/boringssl/src/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...]
  /external/libpng/
configure     [all...]

Completed in 676 milliseconds