Searched refs:FALIGN (Results 1 – 3 of 3) sorted by relevance
69 #ifndef FALIGN70 #define FALIGN ALIGN macro121 .align FALIGN127 .align FALIGN
73 #ifndef FALIGN74 #define FALIGN ALIGN macro127 #define Entry(x) .globl EXT(x); ELF_FUNC(EXT(x)); .align FALIGN; LEXT(x)131 .align FALIGN; LEXT(x); LEXT(y) \134 #define ASENTRY(x) .globl x; .align FALIGN; x ## : ELF_FUNC(x) MCOUNT136 #define ASENTRY(x) .globl x; .align FALIGN; x: ELF_FUNC(x) MCOUNT
100 #ifndef FALIGN101 #define FALIGN ALIGN macro175 #define Entry(x) .globl EXT(x); ELF_FUNC(EXT(x)); .align FALIGN; LEXT(x)179 .align FALIGN; LEXT(x); LEXT(y) \182 #define ASENTRY(x) .globl x; .align FALIGN; x ## : ELF_FUNC(x) MCOUNT184 #define ASENTRY(x) .globl x; .align FALIGN; x: ELF_FUNC(x) MCOUNT