Searched refs:code_info (Results 1 – 2 of 2) sorted by relevance
1416 const ExceptionCodeInfo * const code_info = &exception_codes[i]; in exception_filter() local1417 if (code == code_info->code) { in exception_filter()1420 print_error("%s occurred at 0x%08x.\n", code_info->description, in exception_filter()
517 function CodeInfoTreeNode(code_info, children, array_index) { argument518 this.info = code_info;