Searched defs:pAddend (Results 1 - 3 of 3) 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/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 57 milliseconds