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

  /bionic/libc/arch-x86/include/machine/
asm.h 61 #define PIC_PLT(x) x@PLT
67 #define PIC_PLT(x) x
108 pushl %ebp; movl %esp,%ebp; call PIC_PLT(mcount); popl %ebp
  /development/ndk/platforms/android-5/arch-x86/include/machine/
asm.h 61 #define PIC_PLT(x) x@PLT
67 #define PIC_PLT(x) x
108 pushl %ebp; movl %esp,%ebp; call PIC_PLT(mcount); popl %ebp
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/machine/
asm.h 61 #define PIC_PLT(x) x@PLT
67 #define PIC_PLT(x) x
108 pushl %ebp; movl %esp,%ebp; call PIC_PLT(mcount); popl %ebp
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/machine/
asm.h 61 #define PIC_PLT(x) x@PLT
67 #define PIC_PLT(x) x
108 pushl %ebp; movl %esp,%ebp; call PIC_PLT(mcount); popl %ebp
  /bionic/libc/arch-x86/bionic/
setjmp.S 50 call PIC_PLT(_C_LABEL(sigblock))
74 call PIC_PLT(_C_LABEL(sigsetmask))
  /bionic/libc/arch-sh/include/machine/
asm.h 146 #define PIC_PLT(x) x@PLT
176 .long PIC_PLT(function) - ((lpcs) + 4 - (.))

Completed in 40 milliseconds