Searched defs:addend (Results 1 - 5 of 5) sorted by last modified time

/frameworks/rs/cpu_ref/linkloader/include/
H A DELFTypes.h130 typedef detail::ELFSword addend; typedef in struct:ELFPrimitiveTypes
153 typedef detail::ELFSxword addend; typedef in struct:ELFPrimitiveTypes
193 typedef typename ELFPrimitiveTypes<BITWIDTH>::addend addend_t; \
211 typedef ELFPrimitiveTypes<BITWIDTH>::addend addend_t; \
/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 function in class:mcld::Relocation
98 /// updateAddend - A relocation with a section symbol must update addend
122 /// m_Addend - the addend
H A DStub.h44 SWord addend() const { return m_Addend; } function in class:mcld::Stub::Fixup
/frameworks/compile/mclinker/include/mcld/LD/
H A DBranchIsland.h119 Stub::SWord addend() const { return m_Addend; } function in class:mcld::BranchIsland::Key
129 KEY.addend();
139 (KEY1.addend() == KEY2.addend())) {
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp69 Relocation::DWord addend, bool isGot16)
71 m_Addend(addend),
68 LocalEntry(const ResolveInfo* pInfo, Relocation::DWord addend, bool isGot16) argument

Completed in 92 milliseconds