Home
last modified time | relevance | path

Searched refs:GPR_linux_mips (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterContext_mips.h244 struct GPR_linux_mips { struct
369 GPR_linux_mips gpr; // General purpose registers.
DRegisterContextLinux_mips.cpp109 return sizeof(GPR_linux_mips); in GetGPRSize()
DRegisterInfos_mips64.h21 LLVM_EXTENSION offsetof(GPR_linux_mips, regname))
42 #reg, alt, sizeof(((GPR_linux_mips *) 0)->reg), \
61 #reg, alt, sizeof(((GPR_linux_mips *) 0)->reg) / 2, \
DRegisterContextLinux_mips64.cpp193 return sizeof(GPR_linux_mips); in GetGPRSize()
DRegisterInfos_mips.h20 LLVM_EXTENSION offsetof(GPR_linux_mips, regname))
35 #reg, alt, sizeof(((GPR_linux_mips *) NULL)->reg) / 2, \
/external/llvm-project/lldb/source/Plugins/Process/elf-core/
DRegisterContextPOSIXCore_mips64.cpp66 offset = offset - sizeof(GPR_linux_mips); in ReadRegister()
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux_mips64.h123 GPR_linux_mips m_gpr;
DNativeRegisterContextLinux_mips64.cpp147 ::memset(&m_gpr, 0, sizeof(GPR_linux_mips)); in NativeRegisterContextLinux_mips64()
1009 GPR_linux_mips regs; in Read_SR_Config()
1010 ::memset(&regs, 0, sizeof(GPR_linux_mips)); in Read_SR_Config()