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

/darwin-on-arm/xnu/osfmk/i386/
H A Dasm.h228 #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

Completed in 31 milliseconds