HomeSort by relevance Sort by last modified time
    Searched refs:m_Addend (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/include/mcld/Fragment/
Stub.h 39 : m_Offset(pOffset), m_Addend(pAddend), m_Type(pType)
47 SWord addend() const { return m_Addend; }
53 SWord m_Addend;
Relocation.h 79 { return m_Addend; }
125 /// m_Addend - the addend
126 Address m_Addend;
  /frameworks/compile/mclinker/include/mcld/LD/
BranchIsland.h 112 : m_pPrototype(pPrototype), m_pSymbol(pSymbol), m_Addend(pAddend)
122 Stub::SWord addend() const { return m_Addend; }
149 Stub::SWord m_Addend;
  /frameworks/compile/mclinker/lib/Fragment/
Relocation.cpp 65 : m_Type(0x0), m_TargetData(0x0), m_pSymInfo(NULL), m_Addend(0x0) {
75 m_Addend(pAddend)
138 m_Addend = pAddend;
156 m_Addend += offset;

Completed in 604 milliseconds