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

  /frameworks/compile/mclinker/include/mcld/Fragment/
Relocation.h 75 Address addend() const { return m_Addend; }
121 /// m_Addend - the addend
122 Address m_Addend;
Stub.h 37 : m_Offset(pOffset), m_Addend(pAddend), m_Type(pType) {}
43 SWord addend() const { return m_Addend; }
49 SWord m_Addend;
  /frameworks/compile/mclinker/include/mcld/LD/
BranchIsland.h 109 : m_pPrototype(pPrototype), m_pSymbol(pSymbol), m_Addend(pAddend) {}
117 Stub::SWord addend() const { return m_Addend; }
154 Stub::SWord m_Addend;
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.h 139 Relocation::DWord m_Addend;
197 Relocation::DWord m_Addend;
206 return m_Addend < key.m_Addend;
MipsRelocator.cpp 46 m_Addend(pIsRel ? pParent.target() : pParent.addend()),
64 Relocation::DWord A() const { return m_Addend; }
77 Relocation::DWord m_Addend;
85 m_Addend(pAddend),
    [all...]

Completed in 326 milliseconds