Lines Matching refs:code_desc
228 const char *code_desc = nullptr; in GetDescription() local
246 code_desc = "EXC_I386_GPFLT"; in GetDescription()
255 code_desc = "EXC_ARM_DA_ALIGN"; in GetDescription()
258 code_desc = "EXC_ARM_DA_DEBUG"; in GetDescription()
279 code_desc = "EXC_I386_INVOP"; in GetDescription()
285 code_desc = "EXC_ARM_UNDEFINED"; in GetDescription()
300 code_desc = "EXC_I386_DIV"; in GetDescription()
303 code_desc = "EXC_I386_INTO"; in GetDescription()
306 code_desc = "EXC_I386_NOEXT"; in GetDescription()
309 code_desc = "EXC_I386_EXTOVR"; in GetDescription()
312 code_desc = "EXC_I386_EXTERR"; in GetDescription()
315 code_desc = "EXC_I386_EMERR"; in GetDescription()
318 code_desc = "EXC_I386_BOUND"; in GetDescription()
321 code_desc = "EXC_I386_SSEEXTERR"; in GetDescription()
351 code_desc = "EXC_I386_SGL"; in GetDescription()
354 code_desc = "EXC_I386_BPT"; in GetDescription()
363 code_desc = "EXC_ARM_DA_ALIGN"; in GetDescription()
366 code_desc = "EXC_ARM_DA_DEBUG"; in GetDescription()
369 code_desc = "EXC_ARM_BREAKPOINT"; in GetDescription()
374 code_desc = "EXC_ARM_BREAKPOINT"; in GetDescription()
411 code_desc = code_desc_buf; in GetDescription()
471 if (code_desc) in GetDescription()
472 strm.Printf(" (%s=%s", code_label, code_desc); in GetDescription()