Home
last modified time | relevance | path

Searched refs:code_desc (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp43 const char *code_desc = NULL; in GetDescription() local
61 code_desc = "EXC_I386_GPFLT"; in GetDescription()
104 code_desc = "EXC_I386_INVOP"; in GetDescription()
123 code_desc = "EXC_PPC_TRACE"; in GetDescription()
149 code_desc = "EXC_I386_DIV"; in GetDescription()
152 code_desc = "EXC_I386_INTO"; in GetDescription()
155 code_desc = "EXC_I386_NOEXT"; in GetDescription()
227 code_desc = "EXC_I386_SGL"; in GetDescription()
230 code_desc = "EXC_I386_BPT"; in GetDescription()
291 code_desc = code_desc_buf; in GetDescription()
[all …]
/freebsd-12.1/usr.sbin/bhyve/
H A Dtask_switch.c280 code_desc(int sd_type) in code_desc() function
379 (codeseg && !code_desc(usd.sd_type)) || in validate_seg_desc()
422 if (code_desc(usd.sd_type) && (usd.sd_type & 0x4) != 0) in validate_seg_desc()