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

/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/lib/Fragment/
H A DStub.cpp75 void Stub::addFixup(DWord pOffset, SWord pAddend, Type pType) { argument
77 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/include/mcld/Fragment/
H A DStub.h36 Fixup(DWord pOffset, SWord pAddend, Type pType) argument
37 : m_Offset(pOffset), m_Addend(pAddend), m_Type(pType) {}
129 void addFixup(DWord pOffset, SWord pAddend, Type pType);
/frameworks/compile/mclinker/include/mcld/LD/
H A DBranchIsland.h108 Key(const Stub* pPrototype, const LDSymbol* pSymbol, Stub::SWord pAddend) argument
109 : m_pPrototype(pPrototype), m_pSymbol(pSymbol), m_Addend(pAddend) {}
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp241 Relocation::DWord pAddend) {
242 LocalEntry entry(&pInfo, pAddend, reloc == llvm::ELF::R_MIPS_GOT16);
449 Relocation::DWord pAddend,
454 key.m_Addend = pAddend;
459 Relocation::DWord pAddend) {
463 key.m_Addend = pAddend;
239 reserveLocalEntry(ResolveInfo& pInfo, int reloc, Relocation::DWord pAddend) argument
448 recordLocalEntry(const ResolveInfo* pInfo, Relocation::DWord pAddend, Fragment* pEntry) argument
458 lookupLocalEntry(const ResolveInfo* pInfo, Relocation::DWord pAddend) argument
H A DMipsRelocator.cpp82 Relocation::DWord pResult, Relocation::DWord pAddend)
85 m_Addend(pAddend),
81 MipsRelocationInfo(Relocation& pParent, Relocation::Type pType, Relocation::DWord pResult, Relocation::DWord pAddend) 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 143 milliseconds