Searched refs:m_Addend (Results 1 – 7 of 7) sorted by relevance
/frameworks/compile/mclinker/lib/Fragment/ |
D | Relocation.cpp | 65 : m_Type(0x0), m_TargetData(0x0), m_pSymInfo(NULL), m_Addend(0x0) { in Relocation() 75 m_Addend(pAddend) in Relocation() 140 m_Addend = pAddend; in setAddend() 158 m_Addend += offset; in updateAddend()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsGOT.cpp | 71 m_Addend(addend), in LocalEntry() 81 if (m_Addend != O.m_Addend) in operator <() 82 return m_Addend < O.m_Addend; in operator <() 344 key.m_Addend = 0; in recordGlobalEntry() 353 key.m_Addend = 0; in lookupGlobalEntry() 369 key.m_Addend = pAddend; in recordLocalEntry() 379 key.m_Addend = pAddend; in lookupLocalEntry()
|
D | MipsGOT.h | 128 Relocation::DWord m_Addend; member 180 Relocation::DWord m_Addend; member 190 return m_Addend < key.m_Addend;
|
D | MipsRelocator.cpp | 60 m_Addend(0), in MipsRelocationInfo() 66 m_Addend = pParent.target(); in MipsRelocationInfo() 68 m_Addend = pParent.addend(); in MipsRelocationInfo() 103 return m_Addend; in A() 129 Relocation::DWord m_Addend; member in mcld::MipsRelocationInfo 138 m_Addend(pAddend), in MipsRelocationInfo()
|
/frameworks/compile/mclinker/include/mcld/Fragment/ |
D | Stub.h | 36 : m_Offset(pOffset), m_Addend(pAddend), m_Type(pType) in Fixup() 44 SWord addend() const { return m_Addend; } in addend() 50 SWord m_Addend; variable
|
D | Relocation.h | 76 { return m_Addend; } in addend() 123 Address m_Addend; variable
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | BranchIsland.h | 109 : m_pPrototype(pPrototype), m_pSymbol(pSymbol), m_Addend(pAddend) in Key() 119 Stub::SWord addend() const { return m_Addend; } in addend() 162 Stub::SWord m_Addend; variable
|