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

/darwin-on-arm/xnu/osfmk/i386/
H A Dasm.h213 * Gaddr loads up a register with an address of an external item.
228 #define Gaddr(to,lab) movl $lab,to macro
243 #define Gaddr(to,lab) movl lab@GOT(%ebx),to macro
257 #define Gaddr(to,lab) movl 9f,to; .data; .align ALIGN; 9: .long lab; .text macro
268 #define Egaddr(to,lab) Gaddr(to,EXT(lab))

Completed in 20 milliseconds