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 D | RegisterContext_mips.h | 245 struct GPR_linux_mips { struct 370 GPR_linux_mips gpr; // General purpose registers.
|
| H A D | RegisterInfos_mips64.h | 22 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 D | RegisterContextLinux_mips.cpp | 112 return sizeof(GPR_linux_mips); in GetGPRSize()
|
| H A D | RegisterContextLinux_mips64.cpp | 198 return sizeof(GPR_linux_mips); in GetGPRSize()
|
| H A D | RegisterInfos_mips.h | 21 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 D | RegisterContextPOSIXCore_mips64.cpp | 65 offset = offset - sizeof(GPR_linux_mips); in ReadRegister()
|