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

  /prebuilts/ndk/4/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
  /prebuilts/ndk/4/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
  /prebuilts/ndk/6/platforms/android-9/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
  /prebuilts/ndk/7/platforms/android-14/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
  /prebuilts/ndk/7/platforms/android-9/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/include/machine/
asm.h 53 #define PIC_PLT(x) x@PLT
59 #define PIC_PLT(x) x
165 pushl %ebp; movl %esp,%ebp; call PIC_PLT(__mcount); popl %ebp
168 pushl %ebp; movl %esp,%ebp; call PIC_PLT(mcount); popl %ebp
  /development/ndk/platforms/android-9/arch-x86/include/machine/
asm.h 61 #define PIC_PLT(x) x@PLT
67 #define PIC_PLT(x) x
114 pushl %ebp; movl %esp,%ebp; call PIC_PLT(mcount); popl %ebp
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/machine/
asm.h 61 #define PIC_PLT(x) x@PLT
67 #define PIC_PLT(x) x
114 pushl %ebp; movl %esp,%ebp; call PIC_PLT(mcount); popl %ebp
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/machine/
asm.h 61 #define PIC_PLT(x) x@PLT
67 #define PIC_PLT(x) x
114 pushl %ebp; movl %esp,%ebp; call PIC_PLT(mcount); popl %ebp

Completed in 20 milliseconds