HomeSort by relevance Sort by last modified time
    Searched defs:_ALIGN_TEXT (Results 26 - 40 of 40) sorted by null

12

  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/machine/
asm.h 60 #ifndef _ALIGN_TEXT
61 # define _ALIGN_TEXT .align 0
73 .text; _ALIGN_TEXT; .globl x; .type x,_ASM_TYPE_FUNCTION; x: .fnstart
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/machine/
asm.h 60 #ifndef _ALIGN_TEXT
61 # define _ALIGN_TEXT .align 0
73 .text; _ALIGN_TEXT; .globl x; .type x,_ASM_TYPE_FUNCTION; x: .fnstart
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/machine/
asm.h 60 #ifndef _ALIGN_TEXT
61 # define _ALIGN_TEXT .align 0
73 .text; _ALIGN_TEXT; .globl x; .type x,_ASM_TYPE_FUNCTION; x: .fnstart
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/machine/
asm.h 60 #ifndef _ALIGN_TEXT
61 # define _ALIGN_TEXT .align 0
73 .text; _ALIGN_TEXT; .globl x; .type x,_ASM_TYPE_FUNCTION; x: .fnstart
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/machine/
asm.h 60 #ifndef _ALIGN_TEXT
61 # define _ALIGN_TEXT .align 0
73 .text; _ALIGN_TEXT; .globl x; .type x,_ASM_TYPE_FUNCTION; x: .fnstart
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/machine/
asm.h 60 #ifndef _ALIGN_TEXT
61 # define _ALIGN_TEXT .align 0
73 .text; _ALIGN_TEXT; .globl x; .type x,_ASM_TYPE_FUNCTION; x: .fnstart
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/machine/
asm.h 60 #ifndef _ALIGN_TEXT
61 # define _ALIGN_TEXT .align 0
73 .text; _ALIGN_TEXT; .globl x; .type x,_ASM_TYPE_FUNCTION; x: .fnstart
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/machine/
asm.h 60 #ifndef _ALIGN_TEXT
61 # define _ALIGN_TEXT .align 0
73 .text; _ALIGN_TEXT; .globl x; .type x,_ASM_TYPE_FUNCTION; x: .fnstart
  /bionic/libc/arch-x86/include/machine/
asm.h 86 #if !defined(_ALIGN_TEXT) && !defined(_KERNEL)
88 # define _ALIGN_TEXT .align 1
90 # define _ALIGN_TEXT .align 16
92 # define _ALIGN_TEXT .align 4
97 .text; _ALIGN_TEXT; .globl x; .type x,@function; x:
146 #define _ALIGN_TEXT ALIGN_TEXT
  /development/ndk/platforms/android-9/arch-x86/include/machine/
asm.h 99 #ifndef _ALIGN_TEXT
100 # define _ALIGN_TEXT .align 2, 0x90
104 .text; _ALIGN_TEXT; .globl x; .type x,@function; x:
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/machine/
asm.h 99 #ifndef _ALIGN_TEXT
100 # define _ALIGN_TEXT .align 2, 0x90
104 .text; _ALIGN_TEXT; .globl x; .type x,@function; x:
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/machine/
asm.h 99 #ifndef _ALIGN_TEXT
100 # define _ALIGN_TEXT .align 2, 0x90
104 .text; _ALIGN_TEXT; .globl x; .type x,@function; x:
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/machine/
asm.h 99 #ifndef _ALIGN_TEXT
100 # define _ALIGN_TEXT .align 2, 0x90
104 .text; _ALIGN_TEXT; .globl x; .type x,@function; x:
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/machine/
asm.h 99 #ifndef _ALIGN_TEXT
100 # define _ALIGN_TEXT .align 2, 0x90
104 .text; _ALIGN_TEXT; .globl x; .type x,@function; x:
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/machine/
asm.h 99 #ifndef _ALIGN_TEXT
100 # define _ALIGN_TEXT .align 2, 0x90
104 .text; _ALIGN_TEXT; .globl x; .type x,@function; x:

Completed in 672 milliseconds

12