Home
last modified time | relevance | path

Searched defs:DR_OFFSET (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/llvm/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 DRegisterContextFreeBSD_x86_64.cpp62 #define DR_OFFSET(reg_index) \ macro
H A DRegisterContextNetBSD_x86_64.cpp76 #define DR_OFFSET(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 DRegisterContextLinux_x86_64.cpp74 #define DR_OFFSET(reg_index) \ macro
/openbsd/gnu/gcc/gcc/
H A Dtree-data-ref.h125 #define DR_OFFSET(DR) (DR)->first_location.offset macro