HomeSort by relevance Sort by last modified time
    Searched defs:_ALIGN_TEXT (Results 1 - 25 of 65) sorted by null

1 2 3

  /bionic/libc/arch-arm/bionic/
sigsetjmp.S 36 #define _ALIGN_TEXT .align 0
  /bionic/libc/arch-arm64/include/machine/
asm.h 41 #ifndef _ALIGN_TEXT
42 # define _ALIGN_TEXT .align 0
  /bionic/libc/arch-x86_64/include/machine/
asm.h 44 #ifndef _ALIGN_TEXT
46 # define _ALIGN_TEXT .align 4
48 # define _ALIGN_TEXT .align 16
  /development/ndk/platforms/android-L/arch-arm64/include/machine/
asm.h 41 #ifndef _ALIGN_TEXT
42 # define _ALIGN_TEXT .align 0
  /development/ndk/platforms/android-L/arch-x86_64/include/machine/
asm.h 49 #ifndef _ALIGN_TEXT
51 # define _ALIGN_TEXT .align 4
53 # define _ALIGN_TEXT .align 16
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/machine/
asm.h 41 #ifndef _ALIGN_TEXT
42 # define _ALIGN_TEXT .align 0
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/machine/
asm.h 44 #ifndef _ALIGN_TEXT
46 # define _ALIGN_TEXT .align 4
48 # define _ALIGN_TEXT .align 16
  /bionic/libc/arch-arm/include/machine/
asm.h 41 #ifndef _ALIGN_TEXT
42 # define _ALIGN_TEXT .align 0
  /bionic/libc/arch-x86/include/machine/
asm.h 53 #if !defined(_ALIGN_TEXT) && !defined(_KERNEL)
55 # define _ALIGN_TEXT .align 1
57 # define _ALIGN_TEXT .align 16
59 # define _ALIGN_TEXT .align 4
  /development/ndk/platforms/android-L/arch-arm/include/machine/
asm.h 41 #ifndef _ALIGN_TEXT
42 # define _ALIGN_TEXT .align 0
  /development/ndk/platforms/android-L/arch-x86/include/machine/
asm.h 61 #if !defined(_ALIGN_TEXT) && !defined(_KERNEL)
63 # define _ALIGN_TEXT .align 1
65 # define _ALIGN_TEXT .align 16
67 # define _ALIGN_TEXT .align 4
  /prebuilts/ndk/4/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:
  /prebuilts/ndk/4/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:
  /prebuilts/ndk/4/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:
  /prebuilts/ndk/4/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:
  /prebuilts/ndk/5/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:
  /prebuilts/ndk/6/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:
  /prebuilts/ndk/7/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:
  /prebuilts/ndk/7/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:
  /prebuilts/ndk/7/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:
  /prebuilts/ndk/7/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:
  /prebuilts/ndk/7/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:
  /prebuilts/ndk/7/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:
  /development/ndk/platforms/android-3/arch-arm/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/4/platforms/android-5/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 285 milliseconds

1 2 3