Searched refs:m_Addend (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Fragment/
H A DStub.h35 : m_Offset(pOffset), m_Addend(pAddend), m_Type(pType) {}
41 SWord addend() const { return m_Addend; }
47 SWord m_Addend; member in class:mcld::Stub::Fixup
H A DRelocation.h75 Address addend() const { return m_Addend; }
121 /// m_Addend - the addend
122 Address m_Addend; member in class:mcld::Relocation
/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp63 : m_Type(0x0), m_TargetData(0x0), m_pSymInfo(NULL), m_Addend(0x0) {
73 m_Addend(pAddend) {
131 m_Addend = pAddend;
146 m_Addend += offset;
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.h126 Relocation::DWord m_Addend; member in struct:mcld::MipsGOT::LocalEntry
178 Relocation::DWord m_Addend; member in struct:mcld::MipsGOT::GotEntryKey
187 return m_Addend < key.m_Addend;
H A DMipsGOT.cpp65 : m_pInfo(pInfo), m_Addend(addend), m_IsGot16(isGot16) {
72 if (m_Addend != O.m_Addend)
73 return m_Addend < O.m_Addend;
319 key.m_Addend = 0;
327 key.m_Addend = 0;
342 key.m_Addend = pAddend;
351 key.m_Addend = pAddend;
H A DMipsRelocator.cpp59 m_Addend(0),
64 m_Addend = pParent.target();
66 m_Addend = pParent.addend();
83 Relocation::DWord A() const { return m_Addend; }
96 Relocation::DWord m_Addend; member in class:mcld::MipsRelocationInfo
107 m_Addend(pAddend),
/frameworks/compile/mclinker/include/mcld/LD/
H A DBranchIsland.h105 : m_pPrototype(pPrototype), m_pSymbol(pSymbol), m_Addend(pAddend) {}
113 Stub::SWord addend() const { return m_Addend; }
150 Stub::SWord m_Addend; member in class:mcld::BranchIsland::Key

Completed in 126 milliseconds