Searched refs:m_TargetData (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Fragment/
H A DRelocation.h89 const DWord& target() const { return m_TargetData; }
90 DWord& target() { return m_TargetData; }
113 /// m_TargetData - target data of the place being relocated
114 DWord m_TargetData; member in class:mcld::Relocation
/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp65 : m_Type(0x0), m_TargetData(0x0), m_pSymInfo(NULL), m_Addend(0x0) {
73 m_TargetData(pTargetData),

Completed in 2105 milliseconds