Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp228 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()
[all …]
/freebsd/usr.sbin/bhyve/amd64/
H A Dtask_switch.c277 code_desc(int sd_type) in code_desc() function
376 (codeseg && !code_desc(usd.sd_type)) || in validate_seg_desc()
419 if (code_desc(usd.sd_type) && (usd.sd_type & 0x4) != 0) in validate_seg_desc()