Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_mips.h245 struct GPR_linux_mips { struct
370 GPR_linux_mips gpr; // General purpose registers.
H A DRegisterInfos_mips64.h22 LLVM_EXTENSION offsetof(GPR_linux_mips, regname))
43 #reg, alt, sizeof(((GPR_linux_mips *) 0)->reg), \
62 #reg, alt, sizeof(((GPR_linux_mips *) 0)->reg) / 2, \
H A DRegisterContextLinux_mips.cpp112 return sizeof(GPR_linux_mips); in GetGPRSize()
H A DRegisterContextLinux_mips64.cpp198 return sizeof(GPR_linux_mips); in GetGPRSize()
H A DRegisterInfos_mips.h21 LLVM_EXTENSION offsetof(GPR_linux_mips, regname))
36 #reg, alt, sizeof(((GPR_linux_mips *) NULL)->reg) / 2, \
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_mips64.cpp65 offset = offset - sizeof(GPR_linux_mips); in ReadRegister()