Lines Matching refs:code_desc
47 const char *code_desc = nullptr; in GetDescription() local
65 code_desc = "EXC_I386_GPFLT"; in GetDescription()
74 code_desc = "EXC_ARM_DA_ALIGN"; in GetDescription()
77 code_desc = "EXC_ARM_DA_DEBUG"; in GetDescription()
93 code_desc = "EXC_I386_INVOP"; in GetDescription()
99 code_desc = "EXC_ARM_UNDEFINED"; in GetDescription()
114 code_desc = "EXC_I386_DIV"; in GetDescription()
117 code_desc = "EXC_I386_INTO"; in GetDescription()
120 code_desc = "EXC_I386_NOEXT"; in GetDescription()
123 code_desc = "EXC_I386_EXTOVR"; in GetDescription()
126 code_desc = "EXC_I386_EXTERR"; in GetDescription()
129 code_desc = "EXC_I386_EMERR"; in GetDescription()
132 code_desc = "EXC_I386_BOUND"; in GetDescription()
135 code_desc = "EXC_I386_SSEEXTERR"; in GetDescription()
165 code_desc = "EXC_I386_SGL"; in GetDescription()
168 code_desc = "EXC_I386_BPT"; in GetDescription()
177 code_desc = "EXC_ARM_DA_ALIGN"; in GetDescription()
180 code_desc = "EXC_ARM_DA_DEBUG"; in GetDescription()
183 code_desc = "EXC_ARM_BREAKPOINT"; in GetDescription()
188 code_desc = "EXC_ARM_BREAKPOINT"; in GetDescription()
220 code_desc = code_desc_buf; in GetDescription()
277 if (code_desc) in GetDescription()
278 strm.Printf(" (%s=%s", code_label, code_desc); in GetDescription()