Searched refs:m_Addend (Results 1 – 7 of 7) sorted by relevance
/frameworks/compile/mclinker/lib/Fragment/ |
D | Relocation.cpp | 63 : m_Type(0x0), m_TargetData(0x0), m_pSymInfo(NULL), m_Addend(0x0) { in Relocation() 73 m_Addend(pAddend) { in Relocation() 131 m_Addend = pAddend; in setAddend() 146 m_Addend += offset; in updateAddend()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsGOT.cpp | 65 : m_pInfo(pInfo), m_Addend(addend), m_IsGot16(isGot16) { in LocalEntry() 72 if (m_Addend != O.m_Addend) in operator <() 73 return m_Addend < O.m_Addend; in operator <() 319 key.m_Addend = 0; in recordGlobalEntry() 327 key.m_Addend = 0; in lookupGlobalEntry() 342 key.m_Addend = pAddend; in recordLocalEntry() 351 key.m_Addend = pAddend; in lookupLocalEntry()
|
D | MipsGOT.h | 126 Relocation::DWord m_Addend; member 178 Relocation::DWord m_Addend; member 187 return m_Addend < key.m_Addend;
|
D | MipsRelocator.cpp | 59 m_Addend(0), in MipsRelocationInfo() 64 m_Addend = pParent.target(); in MipsRelocationInfo() 66 m_Addend = pParent.addend(); in MipsRelocationInfo() 83 Relocation::DWord A() const { return m_Addend; } in A() 96 Relocation::DWord m_Addend; member in mcld::MipsRelocationInfo 107 m_Addend(pAddend), in MipsRelocationInfo()
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
D | Stub.h | 35 : m_Offset(pOffset), m_Addend(pAddend), m_Type(pType) {} in Fixup() 41 SWord addend() const { return m_Addend; } in addend() 47 SWord m_Addend; variable
|
D | Relocation.h | 75 Address addend() const { return m_Addend; } in addend() 122 Address m_Addend; variable
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | BranchIsland.h | 105 : m_pPrototype(pPrototype), m_pSymbol(pSymbol), m_Addend(pAddend) {} in Key() 113 Stub::SWord addend() const { return m_Addend; } in addend() 150 Stub::SWord m_Addend; variable
|