Searched refs:_ALIGN_TEXT (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ia32/machine/
H A Dasm.h86 #if !defined(_ALIGN_TEXT) && !defined(_KERNEL)
88 # define _ALIGN_TEXT .align 4 macro
90 # define _ALIGN_TEXT .align 2 macro
95 .text; _ALIGN_TEXT; .globl x; .type x,@function; x:
134 #define _ALIGN_TEXT ALIGN_TEXT macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Arm/machine/
H A Dasm.h59 #ifndef _ALIGN_TEXT
60 # define _ALIGN_TEXT .align 0 macro
72 .text; _ALIGN_TEXT; .globl x; .type x,_ASM_TYPE_FUNCTION; x:
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/X64/machine/
H A Dasm.h62 #ifndef _ALIGN_TEXT
63 #define _ALIGN_TEXT .align 4 macro
67 .text; _ALIGN_TEXT; .globl x; .type x,@function; x:

Completed in 292 milliseconds