Searched defs:pAddend (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/mclinker/lib/Fragment/
H A DStub.cpp25 void Stub::addFixup(DWord pOffset, SWord pAddend, Type pType) { argument
27 m_FixupList.push_back(new Fixup(pOffset, pAddend, pType));
H A DRelocation.cpp46 /// @param pAddend [in] the addend of the relocation entry
49 Address pAddend) {
50 return g_RelocationFactory->produce(pType, pFragRef, pAddend);
68 Relocation::Address pAddend,
73 m_Addend(pAddend) {
130 void Relocation::setAddend(Address pAddend) { argument
131 m_Addend = pAddend;
47 Create(Type pType, FragmentRef& pFragRef, Address pAddend) argument
66 Relocation(Relocation::Type pType, FragmentRef* pTargetRef, Relocation::Address pAddend, Relocation::DWord pTargetData) argument
/frameworks/compile/mclinker/lib/LD/
H A DRelocationFactory.cpp35 Address pAddend) {
73 new (result) Relocation(pType, &pFragRef, pAddend, target_data);
33 produce(RelocationFactory::Type pType, FragmentRef& pFragRef, Address pAddend) argument
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DStub.h34 Fixup(DWord pOffset, SWord pAddend, Type pType) argument
35 : m_Offset(pOffset), m_Addend(pAddend), m_Type(pType) {}
111 void addFixup(DWord pOffset, SWord pAddend, Type pType);
/frameworks/compile/mclinker/include/mcld/LD/
H A DBranchIsland.h104 Key(const Stub* pPrototype, const LDSymbol* pSymbol, Stub::SWord pAddend) argument
105 : m_pPrototype(pPrototype), m_pSymbol(pSymbol), m_Addend(pAddend) {}
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp218 Relocation::DWord pAddend) {
219 LocalEntry entry(&pInfo, pAddend, reloc == llvm::ELF::R_MIPS_GOT16);
337 Relocation::DWord pAddend,
342 key.m_Addend = pAddend;
347 Relocation::DWord pAddend) {
351 key.m_Addend = pAddend;
216 reserveLocalEntry(ResolveInfo& pInfo, int reloc, Relocation::DWord pAddend) argument
336 recordLocalEntry(const ResolveInfo* pInfo, Relocation::DWord pAddend, Fragment* pEntry) argument
346 lookupLocalEntry(const ResolveInfo* pInfo, Relocation::DWord pAddend) argument
H A DMipsRelocator.cpp103 Relocation::DWord pAddend,
107 m_Addend(pAddend),
100 MipsRelocationInfo(Relocation& pParent, Relocation::Type pType, Relocation::DWord pResult, Relocation::DWord pAddend, Relocation::DWord pSymbol) argument
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp593 Relocation::Address pAddend) {
596 Relocation* relocation = Relocation::Create(pType, *frag_ref, pAddend);
589 AddRelocation(LDSection& pSection, Relocation::Type pType, LDSymbol& pSym, uint32_t pOffset, Relocation::Address pAddend) argument

Completed in 668 milliseconds