Searched refs:_ALIGN_TEXT (Results 1 – 8 of 8) sorted by relevance
53 #if !defined(_ALIGN_TEXT) && !defined(_KERNEL)55 # define _ALIGN_TEXT .align 1 macro57 # define _ALIGN_TEXT .align 16 macro59 # define _ALIGN_TEXT .align 4 macro
44 #ifndef _ALIGN_TEXT46 # define _ALIGN_TEXT .align 4 macro48 # define _ALIGN_TEXT .align 16 macro
41 #ifndef _ALIGN_TEXT42 # define _ALIGN_TEXT .align 0 macro
99 #ifndef _ALIGN_TEXT100 # define _ALIGN_TEXT .align 2, 0x90 macro104 .text; _ALIGN_TEXT; .globl x; .type x,@function; x:
60 #ifndef _ALIGN_TEXT61 # define _ALIGN_TEXT .align 0 macro73 .text; _ALIGN_TEXT; .globl x; .type x,_ASM_TYPE_FUNCTION; x: .fnstart
31 #ifndef _ALIGN_TEXT32 # define _ALIGN_TEXT .align 4 macro