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

/xnu-2422.115.4/libsyscall/custom/
H A Dcustom.s66 ALIGN
76 ALIGN
87 ALIGN
98 ALIGN
/xnu-2422.115.4/EXTERNAL_HEADERS/architecture/i386/
H A Dasm_help.h52 #define ALIGN \ macro
163 ALIGN ;\
178 ALIGN ;\
196 ALIGN ;\
211 ALIGN ;\
/xnu-2422.115.4/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...]
/xnu-2422.115.4/bsd/i386/
H A Dparam.h83 #define ALIGN(p) __DARWIN_ALIGN(p) macro
/xnu-2422.115.4/osfmk/x86_64/
H A Dstart.s139 .align ALIGN
265 .align ALIGN
292 .align ALIGN
/xnu-2422.115.4/bsd/kern/
H A Duipc_socket.c392 offset = ALIGN(offset);
397 offset = ALIGN(offset);

Completed in 38 milliseconds