Lines Matching refs:code_desc
225 const char *code_desc = nullptr; in GetDescription() local
243 code_desc = "EXC_I386_GPFLT"; in GetDescription()
252 code_desc = "EXC_ARM_DA_ALIGN"; in GetDescription()
255 code_desc = "EXC_ARM_DA_DEBUG"; in GetDescription()
276 code_desc = "EXC_I386_INVOP"; in GetDescription()
282 code_desc = "EXC_ARM_UNDEFINED"; in GetDescription()
297 code_desc = "EXC_I386_DIV"; in GetDescription()
300 code_desc = "EXC_I386_INTO"; in GetDescription()
303 code_desc = "EXC_I386_NOEXT"; in GetDescription()
306 code_desc = "EXC_I386_EXTOVR"; in GetDescription()
309 code_desc = "EXC_I386_EXTERR"; in GetDescription()
312 code_desc = "EXC_I386_EMERR"; in GetDescription()
315 code_desc = "EXC_I386_BOUND"; in GetDescription()
318 code_desc = "EXC_I386_SSEEXTERR"; in GetDescription()
348 code_desc = "EXC_I386_SGL"; in GetDescription()
351 code_desc = "EXC_I386_BPT"; in GetDescription()
360 code_desc = "EXC_ARM_DA_ALIGN"; in GetDescription()
363 code_desc = "EXC_ARM_DA_DEBUG"; in GetDescription()
366 code_desc = "EXC_ARM_BREAKPOINT"; in GetDescription()
371 code_desc = "EXC_ARM_BREAKPOINT"; in GetDescription()
408 code_desc = code_desc_buf; in GetDescription()
468 if (code_desc) in GetDescription()
469 strm.Printf(" (%s=%s", code_label, code_desc); in GetDescription()