Searched refs:REG_ORDER (Results 1 - 1 of 1) sorted by relevance
/third_party/toybox/toys/pending/ |
H A D | strace.c | 41 // REG_ORDER is args 0-6, SYSCALL, RESULT 43 static const char REG_ORDER[] = {0,1,2,3,4,5,7,0}; variable 45 static const char REG_ORDER[] = {0,1,2,3,4,5,8,0}; variable 48 static const char REG_ORDER[] = {0,1,2,3,4,5,11,6}; variable 51 static const char REG_ORDER[] = {0,1,2,3,4,7,16,14); variable 53 static const char REG_ORDER[] = {3,4,5,6,7,8,0,3}; 56 static const char REG_ORDER[] = {4,5,6,7,8,9,3,4}; 58 static const char REG_ORDER[] = {4,5,6,7,0,1,3,0}; 61 static const char REG_ORDER[] = {14,13,12,7,9,8,15,10}; 202 // TODO: is this always an ioctl? use TT.regs[REG_ORDER[ in print_struct() [all...] |
Completed in 1 milliseconds