Searched refs:REGSIZE (Results 1 - 1 of 1) sorted by relevance
/external/strace/linux/powerpc/ |
H A D | userent.h | 4 #define REGSIZE (sizeof(unsigned long)) macro 5 { REGSIZE*PT_R0, "r0" }, 6 { REGSIZE*PT_R1, "r1" }, 7 { REGSIZE*PT_R2, "r2" }, 8 { REGSIZE*PT_R3, "r3" }, 9 { REGSIZE*PT_R4, "r4" }, 10 { REGSIZE*PT_R5, "r5" }, 11 { REGSIZE*PT_R6, "r6" }, 12 { REGSIZE*PT_R7, "r7" }, 13 { REGSIZE*PT_R 45 #undef REGSIZE macro [all...] |
Completed in 1319 milliseconds