Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/POSIX/
DRegisterContextLinux_x86_64.h22 GetGPRSize();
DRegisterContextFreeBSD_x86_64.h22 GetGPRSize();
DRegisterContext_x86_64.cpp355 #define REG_CONTEXT_SIZE (GetGPRSize() + sizeof(RegisterContext_x86_64::FPR))
774 ::memcpy (dst, &m_gpr, GetGPRSize()); in ReadAllRegisterValues()
775 dst += GetGPRSize(); in ReadAllRegisterValues()
870 ::memcpy (&m_gpr, src, GetGPRSize()); in WriteAllRegisterValues()
873 src += GetGPRSize(); in WriteAllRegisterValues()
1460 return monitor.ReadGPR(m_thread.GetID(), &m_gpr, GetGPRSize()); in ReadGPR()
1479 return monitor.WriteGPR(m_thread.GetID(), &m_gpr, GetGPRSize()); in WriteGPR()
DRegisterContextFreeBSD_x86_64.cpp74 RegisterContextFreeBSD_x86_64::GetGPRSize() in GetGPRSize() function in RegisterContextFreeBSD_x86_64
DRegisterContextLinux_x86_64.cpp109 RegisterContextLinux_x86_64::GetGPRSize() in GetGPRSize() function in RegisterContextLinux_x86_64
DRegisterContext_x86_64.h149 GetGPRSize() = 0;
/external/lldb/source/Plugins/Process/elf-core/
DRegisterContextCoreLinux_x86_64.cpp22 size = GetGPRSize(); in RegisterContextCoreLinux_x86_64()
DRegisterContextCoreFreeBSD_x86_64.cpp21 size = GetGPRSize(); in RegisterContextCoreFreeBSD_x86_64()