Searched refs:ALIGN (Results 1 - 12 of 12) sorted by relevance

/darwin-on-arm/xnu/EXTERNAL_HEADERS/architecture/arm/
H A Dasm_help.h33 #define ALIGN \ macro
74 ALIGN ;\
88 ALIGN ;\
105 ALIGN ;\
119 ALIGN ;\
/darwin-on-arm/xnu/EXTERNAL_HEADERS/architecture/i386/
H A Dasm_help.h52 #define ALIGN \ macro
158 ALIGN ;\
173 ALIGN ;\
191 ALIGN ;\
206 ALIGN ;\
/darwin-on-arm/xnu/libsyscall/custom/
H A Dcustom.s107 ALIGN
117 ALIGN
/darwin-on-arm/xnu/osfmk/i386/
H A Dasm.h101 /* There is another definition of ALIGN for .c sources */
103 #define ALIGN 4,0x90 macro
107 #define FALIGN ALIGN
161 .align ALIGN;\
197 #define DATA(x) .globl EXT(x); ELF_DATA(EXT(x)); .align ALIGN; LEXT(x)
253 #define Gcall(func) call *9f; .data; .align ALIGN; 9: .long func; .text
257 #define Gaddr(to,lab) movl 9f,to; .data; .align ALIGN; 9: .long lab; .text
258 #define Gcmp(lab,reg) cmpl reg,9f; .data; .align ALIGN; 9: .long lab; .text
259 #define Gmemload(lab,reg) movl 9f,reg; movl (reg),reg; .data; .align ALIGN; 9: .long lab; .text
260 #define Gmemstore(reg,lab,tmp) movl 9f,tmp; movl reg,(tmp); .data; .align ALIGN;
[all...]
H A Dstart.s94 .align ALIGN
136 .align ALIGN
196 .align ALIGN
266 .align ALIGN
/darwin-on-arm/xnu/bsd/arm/
H A Dparam.h59 #define ALIGN(p) __DARWIN_ALIGN(p) macro
/darwin-on-arm/xnu/bsd/i386/
H A Dparam.h83 #define ALIGN(p) __DARWIN_ALIGN(p) macro
/darwin-on-arm/xnu/osfmk/arm/
H A Dparam.h59 #define ALIGN(p) __DARWIN_ALIGN(p) macro
/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-asm.s717 .align ALIGN
727 .align ALIGN
756 .align ALIGN
786 .align ALIGN
822 .align ALIGN
971 .align ALIGN
1076 .align ALIGN
1106 .align ALIGN
1139 .align ALIGN
1187 .align ALIGN
[all...]
/darwin-on-arm/xnu/osfmk/mach/arm/
H A Dasm.h51 /* There is another definition of ALIGN for .c sources */
53 #define ALIGN 2 macro
57 #define FALIGN ALIGN
122 #define DATA(x) .globl EXT(x); ELF_DATA(EXT(x)); .align ALIGN; LEXT(x)
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dstart.s140 .align ALIGN
266 .align ALIGN
293 .align ALIGN
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c381 offset = ALIGN(offset);
386 offset = ALIGN(offset);

Completed in 101 milliseconds