Home
last modified time | relevance | path

Searched refs:DR_OFFSET (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextOpenBSD_i386.cpp51 #define DR_OFFSET(reg_index) (LLVM_EXTENSION offsetof(dbreg, dr[reg_index])) macro
H A DRegisterContextFreeBSD_i386.cpp55 #define DR_OFFSET(reg_index) \ macro
H A DRegisterContextOpenBSD_x86_64.cpp59 #define DR_OFFSET(reg_index) (LLVM_EXTENSION offsetof(DBG, dr[reg_index])) macro
H A DRegisterContextNetBSD_i386.cpp68 #define DR_OFFSET(reg_index) \ macro
H A DRegisterContextLinux_i386.cpp81 #define DR_OFFSET(reg_index) (DR_0_OFFSET + (reg_index * 4)) macro
H A DRegisterContextFreeBSD_x86_64.cpp62 #define DR_OFFSET(reg_index) \ macro
H A DRegisterContextNetBSD_x86_64.cpp76 #define DR_OFFSET(reg_index) \ macro
H A DRegisterContextLinux_x86_64.cpp74 #define DR_OFFSET(reg_index) \ macro
H A DRegisterInfos_x86_64.h147 DR_OFFSET(i), eEncodingUint, eFormatHex, \
381 DR_OFFSET(reg_index); \
H A DRegisterInfos_x86_64_with_base.h142 #reg #i, nullptr, DR_SIZE, DR_OFFSET(i), eEncodingUint, eFormatHex, \
366 DR_OFFSET(reg_index); \
H A DRegisterInfos_i386.h145 DR_OFFSET(i), eEncodingUint, eFormatHex, \