HomeSort by relevance Sort by last modified time
    Searched full:decode_select (Results 1 - 2 of 2) sorted by null

  /external/strace/
desc.c 313 decode_select(struct tcb *tcp, long *args, enum bitness_t bitness) function
453 return decode_select(tcp, args, BITNESS_CURRENT);
461 return decode_select(tcp, args, BITNESS_32);
590 return decode_select(tcp, tcp->u_arg, BITNESS_CURRENT);
596 int rc = decode_select(tcp, tcp->u_arg, BITNESS_CURRENT);
ChangeLog-CVS     [all...]

Completed in 68 milliseconds