Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/i386/
H A Dasm.h218 #define Gaddr(to,lab) movl $lab,to macro
233 #define Gaddr(to,lab) movl lab@GOT(%ebx),to macro
247 #define Gaddr(to,lab) movl 9f,to; .data; .align ALIGN; 9: .long lab; .text macro