Home
last modified time | relevance | path

Searched refs:_ALIGN_TEXT (Results 1 – 8 of 8) sorted by relevance

/development/ndk/platforms/android-21/arch-x86/include/machine/
Dasm.h53 #if !defined(_ALIGN_TEXT) && !defined(_KERNEL)
55 # define _ALIGN_TEXT .align 1 macro
57 # define _ALIGN_TEXT .align 16 macro
59 # define _ALIGN_TEXT .align 4 macro
/development/ndk/platforms/android-21/arch-x86_64/include/machine/
Dasm.h44 #ifndef _ALIGN_TEXT
46 # define _ALIGN_TEXT .align 4 macro
48 # define _ALIGN_TEXT .align 16 macro
/development/ndk/platforms/android-21/arch-arm64/include/machine/
Dasm.h41 #ifndef _ALIGN_TEXT
42 # define _ALIGN_TEXT .align 0 macro
/development/ndk/platforms/android-21/arch-arm/include/machine/
Dasm.h41 #ifndef _ALIGN_TEXT
42 # define _ALIGN_TEXT .align 0 macro
/development/ndk/platforms/android-9/arch-x86/include/machine/
Dasm.h99 #ifndef _ALIGN_TEXT
100 # define _ALIGN_TEXT .align 2, 0x90 macro
104 .text; _ALIGN_TEXT; .globl x; .type x,@function; x:
/development/ndk/platforms/android-3/arch-arm/include/machine/
Dasm.h60 #ifndef _ALIGN_TEXT
61 # define _ALIGN_TEXT .align 0 macro
73 .text; _ALIGN_TEXT; .globl x; .type x,_ASM_TYPE_FUNCTION; x: .fnstart
/development/ndk/platforms/android-21/arch-mips/include/machine/
Dasm.h31 #ifndef _ALIGN_TEXT
32 # define _ALIGN_TEXT .align 4 macro
/development/ndk/platforms/android-21/arch-mips64/include/machine/
Dasm.h31 #ifndef _ALIGN_TEXT
32 # define _ALIGN_TEXT .align 4 macro