Searched refs:GetGPRSize (Results 1 - 18 of 18) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextFreeBSD_i386.h23 GetGPRSize();
H A DRegisterContextFreeBSD_mips64.h23 GetGPRSize();
H A DRegisterContextFreeBSD_x86_64.h23 GetGPRSize();
H A DRegisterContextLinux_i386.h23 GetGPRSize();
H A DRegisterContextLinux_x86_64.h23 GetGPRSize();
H A DRegisterContextPOSIXProcessMonitor_mips64.cpp21 #define REG_CONTEXT_SIZE (GetGPRSize())
42 return monitor.ReadGPR(m_thread.GetID(), &m_gpr_mips64, GetGPRSize());
56 return monitor.WriteGPR(m_thread.GetID(), &m_gpr_mips64, GetGPRSize());
198 ::memcpy (dst, &m_gpr_mips64, GetGPRSize());
199 dst += GetGPRSize();
214 ::memcpy (&m_gpr_mips64, src, GetGPRSize());
218 src += GetGPRSize();
H A DRegisterContextPOSIX.h88 GetGPRSize () = 0;
H A DRegisterContextPOSIX_mips64.cpp148 RegisterContextPOSIX_mips64::GetGPRSize()
150 return m_register_info_ap->GetGPRSize();
H A DRegisterContextFreeBSD_i386.cpp70 RegisterContextFreeBSD_i386::GetGPRSize() function in class:RegisterContextFreeBSD_i386
H A DRegisterContextFreeBSD_mips64.cpp79 RegisterContextFreeBSD_mips64::GetGPRSize() function in class:RegisterContextFreeBSD_mips64
H A DRegisterContextLinux_i386.cpp78 RegisterContextLinux_i386::GetGPRSize() function in class:RegisterContextLinux_i386
H A DRegisterContextPOSIX_mips64.h90 GetGPRSize();
H A DRegisterContextFreeBSD_x86_64.cpp105 RegisterContextFreeBSD_x86_64::GetGPRSize() function in class:RegisterContextFreeBSD_x86_64
H A DRegisterContextPOSIXProcessMonitor_x86.cpp25 #define REG_CONTEXT_SIZE (GetGPRSize() + sizeof(FPR))
73 return monitor.ReadGPR(m_thread.GetID(), &m_gpr_x86_64, GetGPRSize());
92 return monitor.WriteGPR(m_thread.GetID(), &m_gpr_x86_64, GetGPRSize());
350 ::memcpy (dst, &m_gpr_x86_64, GetGPRSize());
351 dst += GetGPRSize();
383 ::memcpy (&m_gpr_x86_64, src, GetGPRSize());
387 src += GetGPRSize();
H A DRegisterContextLinux_x86_64.cpp118 RegisterContextLinux_x86_64::GetGPRSize() function in class:RegisterContextLinux_x86_64
H A DRegisterContextPOSIX_x86.cpp500 RegisterContextPOSIX_x86::GetGPRSize()
502 return m_register_info_ap->GetGPRSize ();
H A DRegisterContextPOSIX_x86.h313 GetGPRSize();
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextPOSIXCore_x86_64.cpp26 size = GetGPRSize();

Completed in 66 milliseconds