Searched refs:LEXT (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/include/
H A Dasm.h303 #define LEXT(x) _ ## x ## : macro
307 #define LEXT(x) x ## : macro
316 #define LEXT(x) _/**/x/**/: macro
320 #define LEXT(x) x/**/: macro
371 #define Entry(x,tag) .globl EXT(x); ELF_FUNC(EXT(x)); .long tag;.align FALIGN; LEXT(x)
375 .align FALIGN; LEXT(x); LEXT(y) \
382 #define DATA(x) .globl EXT(x); ELF_DATA(EXT(x)); .align ALIGN; LEXT(x)
386 #define Entry(x,tag) .text@.align FALIGN@ .globl EXT(x)@ LEXT(x)
389 LEXT(
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dasm.h115 #define LEXT(x) _ ## x ## : macro
119 #define LEXT(x) x ## : macro
128 #define LEXT(x) _/**/x/**/: macro
132 #define LEXT(x) x/**/: macro
185 #define Entry(x) .globl EXT(x); ELF_FUNC(EXT(x)); .align FALIGN; LEXT(x)
189 .align FALIGN; LEXT(x); LEXT(y) \
197 #define DATA(x) .globl EXT(x); ELF_DATA(EXT(x)); .align ALIGN; LEXT(x)
/macosx-10.10.1/xnu-2782.1.97/osfmk/x86_64/
H A Dlocore.s90 LEXT(recover_table) ;\
103 LEXT(recover_table_end) ;\
165 LEXT(thread_bootstrap_return)
170 LEXT(thread_exception_return)
H A Dstart.s141 LEXT(_start)
142 LEXT(pstart)
266 LEXT(slave_pstart)
294 LEXT(hibernate_machine_entrypoint)
H A Didt64.s1166 LEXT(return_to_iret) /* (label for kdb_kintr and hardclock) */

Completed in 138 milliseconds