Home
last modified time | relevance | path

Searched refs:DR_SIZE (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextOpenBSD_i386.cpp50 #define DR_SIZE sizeof(uint32_t) macro
H A DRegisterContextFreeBSD_i386.cpp54 #define DR_SIZE sizeof(uint32_t) macro
H A DRegisterContextNetBSD_i386.cpp67 #define DR_SIZE sizeof(((UserArea *)NULL)->u_debugreg[0]) macro
H A DRegisterContextLinux_i386.cpp79 #define DR_SIZE sizeof(((UserArea *)NULL)->u_debugreg[0]) macro
H A DRegisterInfos_x86_64.h59 #define DR_SIZE sizeof(((DBG *)nullptr)->dr[0]) macro
146 #reg #i, nullptr, DR_SIZE, \
H A DRegisterInfos_x86_64_with_base.h61 #define DR_SIZE sizeof(((DBG *)nullptr)->dr[0]) macro
142 #reg #i, nullptr, DR_SIZE, DR_OFFSET(i), eEncodingUint, eFormatHex, \
H A DRegisterInfos_i386.h144 #reg #i, nullptr, DR_SIZE, \