Searched defs:addend (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Fragment/
H A DRelocation.h60 /// @param pAddend [in] the addend of the relocation entry
74 /// addend - A value
75 Address addend() const { return m_Addend; } function in class:mcld::Relocation
97 /// updateAddend - A relocation with a section symbol must update addend
121 /// m_Addend - the addend
H A DStub.h43 SWord addend() const { return m_Addend; } function in class:mcld::Stub::Fixup
/frameworks/compile/mclinker/include/mcld/LD/
H A DBranchIsland.h117 Stub::SWord addend() const { return m_Addend; } function in class:mcld::BranchIsland::Key
124 KEY.addend();
132 (KEY1.addend() == KEY2.addend())) {
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp75 Relocation::DWord addend,
77 : m_pInfo(pInfo), m_Addend(addend), m_IsGot16(isGot16) {
74 LocalEntry(const ResolveInfo* pInfo, Relocation::DWord addend, bool isGot16) argument

Completed in 75 milliseconds