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

  /bionic/libc/arch-arm/include/machine/
cdefs.h 12 __asm__(".weak " __STRING(alias) " ; " __STRING(alias) \
13 " = " __STRING(sym));
15 __asm__(".section .gnu.warning." __STRING(sym) \
asm.h 54 # define __STRING(x) #x
57 # define __STRING(x) "x"
119 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0
123 .stabs __STRING(sym),1,0,0,0
127 .stabs __STRING(_/**/sym),1,0,0,0
  /bionic/libc/arch-x86/include/machine/
cdefs.h 17 __asm__(".weak " __STRING(alias) " ; " \
18 __STRING(alias) " = " __STRING(sym));
20 __asm__(".section .gnu.warning." __STRING(sym) \
asm.h 79 # define __STRING(x) #x
82 # define __STRING(x) "x"
  /ndk/build/platforms/android-3/arch-arm/usr/include/machine/
cdefs.h 12 __asm__(".weak " __STRING(alias) " ; " __STRING(alias) \
13 " = " __STRING(sym));
15 __asm__(".section .gnu.warning." __STRING(sym) \
asm.h 54 # define __STRING(x) #x
57 # define __STRING(x) "x"
119 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0
123 .stabs __STRING(sym),1,0,0,0
127 .stabs __STRING(_/**/sym),1,0,0,0
  /ndk/build/platforms/android-4/arch-arm/usr/include/machine/
cdefs.h 12 __asm__(".weak " __STRING(alias) " ; " __STRING(alias) \
13 " = " __STRING(sym));
15 __asm__(".section .gnu.warning." __STRING(sym) \
asm.h 54 # define __STRING(x) #x
57 # define __STRING(x) "x"
119 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0
123 .stabs __STRING(sym),1,0,0,0
127 .stabs __STRING(_/**/sym),1,0,0,0
  /ndk/build/platforms/android-5/arch-arm/usr/include/machine/
cdefs.h 12 __asm__(".weak " __STRING(alias) " ; " __STRING(alias) \
13 " = " __STRING(sym));
15 __asm__(".section .gnu.warning." __STRING(sym) \
asm.h 54 # define __STRING(x) #x
57 # define __STRING(x) "x"
119 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0
123 .stabs __STRING(sym),1,0,0,0
127 .stabs __STRING(_/**/sym),1,0,0,0
  /ndk/build/platforms/android-5/arch-x86/usr/include/machine/
cdefs.h 17 __asm__(".weak " __STRING(alias) " ; " \
18 __STRING(alias) " = " __STRING(sym));
20 __asm__(".section .gnu.warning." __STRING(sym) \
asm.h 79 # define __STRING(x) #x
82 # define __STRING(x) "x"
  /ndk/build/platforms/android-8/arch-arm/usr/include/machine/
cdefs.h 12 __asm__(".weak " __STRING(alias) " ; " __STRING(alias) \
13 " = " __STRING(sym));
15 __asm__(".section .gnu.warning." __STRING(sym) \
asm.h 54 # define __STRING(x) #x
57 # define __STRING(x) "x"
119 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0
123 .stabs __STRING(sym),1,0,0,0
127 .stabs __STRING(_/**/sym),1,0,0,0
  /ndk/build/platforms/android-8/arch-x86/usr/include/machine/
cdefs.h 17 __asm__(".weak " __STRING(alias) " ; " \
18 __STRING(alias) " = " __STRING(sym));
20 __asm__(".section .gnu.warning." __STRING(sym) \
asm.h 79 # define __STRING(x) #x
82 # define __STRING(x) "x"
  /bionic/libc/include/sys/
cdefs.h 87 * strings produced by the __STRING macro, but this only works with ANSI C.
90 #define ___STRING(x) __STRING(x)
96 #define __STRING(x) #x
112 #define __STRING(x) "x"
  /ndk/build/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 87 * strings produced by the __STRING macro, but this only works with ANSI C.
90 #define ___STRING(x) __STRING(x)
96 #define __STRING(x) #x
112 #define __STRING(x) "x"
  /ndk/build/platforms/android-4/arch-arm/usr/include/sys/
cdefs.h 87 * strings produced by the __STRING macro, but this only works with ANSI C.
90 #define ___STRING(x) __STRING(x)
96 #define __STRING(x) #x
112 #define __STRING(x) "x"
  /ndk/build/platforms/android-5/arch-arm/usr/include/sys/
cdefs.h 87 * strings produced by the __STRING macro, but this only works with ANSI C.
90 #define ___STRING(x) __STRING(x)
96 #define __STRING(x) #x
112 #define __STRING(x) "x"
  /ndk/build/platforms/android-5/arch-x86/usr/include/sys/
cdefs.h 87 * strings produced by the __STRING macro, but this only works with ANSI C.
90 #define ___STRING(x) __STRING(x)
96 #define __STRING(x) #x
112 #define __STRING(x) "x"
  /ndk/build/platforms/android-8/arch-arm/usr/include/sys/
cdefs.h 87 * strings produced by the __STRING macro, but this only works with ANSI C.
90 #define ___STRING(x) __STRING(x)
96 #define __STRING(x) #x
112 #define __STRING(x) "x"
  /ndk/build/platforms/android-8/arch-x86/usr/include/sys/
cdefs.h 87 * strings produced by the __STRING macro, but this only works with ANSI C.
90 #define ___STRING(x) __STRING(x)
96 #define __STRING(x) #x
112 #define __STRING(x) "x"
  /bionic/libc/arch-sh/include/machine/
asm.h 54 # define __STRING(x) #x
57 # define __STRING(x) "x"

Completed in 436 milliseconds