Searched refs:lab (Results 1 – 2 of 2) sorted by relevance
| /xnu-10002.1.13/osfmk/i386/ |
| H A D | asm.h | 215 #define Gotoff(lab) lab argument 218 #define Gaddr(to,lab) movl $lab,to argument 219 #define Gcmp(lab,reg) cmpl $lab,reg argument 220 #define Gmemload(lab,reg) movl lab,reg argument 221 #define Gmemstore(reg,lab,tmp) movl reg,lab argument 230 #define Gotoff(lab) lab@GOTOFF(%ebx) argument 233 #define Gaddr(to,lab) movl lab@GOT(%ebx),to argument 234 #define Gcmp(lab,reg) cmpl reg,lab@GOT(%ebx) argument 235 #define Gmemload(lab,reg) movl lab@GOT(%ebx),reg; movl (reg),reg argument 236 #define Gmemstore(reg,lab,tmp) movl lab@GOT(%ebx),tmp; movl reg,(tmp) argument [all …]
|
| /xnu-10002.1.13/doc/ |
| H A D | debugging.md | 374 …should be taken and then inspected afterwards, but this ties up a lab device for the duration of t…
|