Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp225 const char *code_desc = nullptr; in GetDescription() local
243 code_desc = "EXC_I386_GPFLT"; in GetDescription()
276 code_desc = "EXC_I386_INVOP"; 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()
312 code_desc = "EXC_I386_EMERR"; in GetDescription()
348 code_desc = "EXC_I386_SGL"; in GetDescription()
351 code_desc = "EXC_I386_BPT"; in GetDescription()
408 code_desc = code_desc_buf; in GetDescription()
[all …]
/freebsd-14.2/usr.sbin/bhyve/amd64/
H A Dtask_switch.c278 code_desc(int sd_type) in code_desc() function
377 (codeseg && !code_desc(usd.sd_type)) || in validate_seg_desc()
420 if (code_desc(usd.sd_type) && (usd.sd_type & 0x4) != 0) in validate_seg_desc()