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

  /external/strace/xlat/
sigfpe_codes.h 1 /* Generated by ./xlat/gen.sh from ./xlat/sigfpe_codes.in; do not edit. */
29 extern const struct xlat sigfpe_codes[];
36 const struct xlat sigfpe_codes[] = { variable in typeref:struct:xlat
  /external/strace/
printsiginfo.c 51 #include "xlat/sigfpe_codes.h"
115 code = xlookup(sigfpe_codes, si_code);

Completed in 358 milliseconds