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

  /bionic/libc/arch-x86/include/machine/
asm.h 62 #define PIC_GOT(x) x@GOT(%ebx)
  /development/ndk/platforms/android-5/arch-x86/include/machine/
asm.h 62 #define PIC_GOT(x) x@GOT(%ebx)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/machine/
asm.h 62 #define PIC_GOT(x) x@GOT(%ebx)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/machine/
asm.h 62 #define PIC_GOT(x) x@GOT(%ebx)
  /bionic/libc/arch-sh/include/machine/
asm.h 147 #define PIC_GOT(x) x@GOT
150 #define PIC_PROLOGUE(got) \
152 PIC_PROLOGUE_NOSAVE(got)
158 #define PIC_PROLOGUE_NOSAVE(got) \
159 mov.l got, r12; \
160 mova got, r0; \

Completed in 147 milliseconds