Searched refs:pAddend (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DRelocation.cpp19 Relocation::Address pAddend,
25 m_Addend(pAddend)
84 void Relocation::setAddend(Address pAddend) argument
86 m_Addend = pAddend;
17 Relocation(Relocation::Type pType, FragmentRef* pTargetRef, Relocation::Address pAddend, Relocation::DWord pTargetData) argument
H A DRelocationFactory.cpp36 Address pAddend)
68 new (result) Relocation(pType, &pFragRef, pAddend, target_data);
34 produce(RelocationFactory::Type pType, FragmentRef& pFragRef, Address pAddend) argument
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocation.h41 Address pAddend,
88 void setAddend(Address pAddend);
H A DRelocationFactory.h61 /// @param pAddend - the addend of the relocation entry
64 Address pAddend = 0);
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLinker.h158 /// @param pAddend - the addend value for applying relocation
164 Relocation::Address pAddend = 0);
/frameworks/compile/mclinker/lib/MC/
H A DMCLinker.cpp590 Relocation::Address pAddend)
602 pAddend);
585 addRelocation(Relocation::Type pType, const LDSymbol& pSym, ResolveInfo& pResolveInfo, FragmentRef& pFragmentRef, const LDSection& pSection, Relocation::Address pAddend) argument

Completed in 4041 milliseconds