Lines Matching refs:code_desc
224 const char *code_desc = nullptr; in GetDescription() local
242 code_desc = "EXC_I386_GPFLT"; in GetDescription()
251 code_desc = "EXC_ARM_DA_ALIGN"; in GetDescription()
254 code_desc = "EXC_ARM_DA_DEBUG"; in GetDescription()
275 code_desc = "EXC_I386_INVOP"; in GetDescription()
281 code_desc = "EXC_ARM_UNDEFINED"; in GetDescription()
296 code_desc = "EXC_I386_DIV"; in GetDescription()
299 code_desc = "EXC_I386_INTO"; in GetDescription()
302 code_desc = "EXC_I386_NOEXT"; in GetDescription()
305 code_desc = "EXC_I386_EXTOVR"; in GetDescription()
308 code_desc = "EXC_I386_EXTERR"; in GetDescription()
311 code_desc = "EXC_I386_EMERR"; in GetDescription()
314 code_desc = "EXC_I386_BOUND"; in GetDescription()
317 code_desc = "EXC_I386_SSEEXTERR"; in GetDescription()
347 code_desc = "EXC_I386_SGL"; in GetDescription()
350 code_desc = "EXC_I386_BPT"; in GetDescription()
359 code_desc = "EXC_ARM_DA_ALIGN"; in GetDescription()
362 code_desc = "EXC_ARM_DA_DEBUG"; in GetDescription()
365 code_desc = "EXC_ARM_BREAKPOINT"; in GetDescription()
370 code_desc = "EXC_ARM_BREAKPOINT"; in GetDescription()
407 code_desc = code_desc_buf; in GetDescription()
464 if (code_desc) in GetDescription()
465 strm.Printf(" (%s=%s", code_label, code_desc); in GetDescription()