Searched refs:addend (Results 1 - 20 of 20) sorted by relevance

/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/AArch64/
H A DAArch64Relocator.cpp429 Relocator::DWord A = pReloc.target() + pReloc.addend();
453 // in order to keep the addend store in the place correct.
478 Relocator::DWord A = pReloc.addend();
512 Relocator::DWord A = pReloc.addend();
531 Relocator::DWord A = pReloc.addend();
558 Relocator::DWord A = pReloc.addend();
589 Relocator::DWord A = pReloc.addend();
612 Relocator::DWord A = pReloc.addend();
623 // setup relocation addend if needed
625 if ((NULL != dyn_rela) && (AArch64Relocator::SymVal == dyn_rela->addend())) {
[all...]
/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/lib/LD/
H A DBranchIsland.cpp100 Key key(pPrototype, pReloc.symInfo()->outSymbol(), pReloc.addend());
115 Key key(pPrototype, pReloc.symInfo()->outSymbol(), pReloc.addend());
H A DStubFactory.cpp103 (*it)->addend());
H A DELFObjectWriter.cpp569 r_sym, r_offset, relocation->addend());
/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/lib/Target/ARM/
H A DARMToARMStub.cpp77 uint64_t dest = pTargetSymValue + pReloc.addend() + 8u;
H A DARMToTHMStub.cpp77 uint64_t dest = pTargetSymValue + pReloc.addend() + 8u;
H A DARMRelocator.cpp843 Relocator::DWord A = pReloc.target() + pReloc.addend();
864 // in order to keep the addend store in the place correct.
881 Relocator::DWord A = pReloc.target() + pReloc.addend();
904 Relocator::DWord A = pReloc.target() + pReloc.addend();
913 Relocator::DWord A = pReloc.target() + pReloc.addend();
930 Relocator::DWord A = pReloc.target() + pReloc.addend();
949 Relocator::DWord A = pReloc.target() + pReloc.addend();
967 pReloc.addend();
986 pReloc.addend();
1063 pReloc.addend();
[all...]
H A DTHMToARMStub.cpp83 uint64_t dest = pTargetSymValue + pReloc.addend() + 4u;
H A DTHMToTHMStub.cpp85 uint64_t dest = pTargetSymValue + pReloc.addend() + 4u;
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp885 Relocator::DWord A = pReloc.target() + pReloc.addend();
908 // in order to keep the addend store in the place correct.
926 Relocator::DWord A = pReloc.target() + pReloc.addend();
961 Relocator::DWord A = pReloc.target() + pReloc.addend();
972 Relocator::DWord A = pReloc.target() + pReloc.addend();
994 Relocator::DWord A = pReloc.target() + pReloc.addend();
1010 Relocator::DWord A = pReloc.target() + pReloc.addend();
1037 Relocator::DWord A = pReloc.target() + pReloc.addend();
1058 Relocator::DWord A = pReloc.target() + pReloc.addend();
1068 Relocator::DWord A = pReloc.target() + pReloc.addend();
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp264 // we need to set up the relocation addend at apply relocation, record the
325 // we need to set up the relocation addend at apply relocation, record the
487 //R_HEX_32 and its class of relocations use only addend and symbol value
492 Relocator::DWord A = pReloc.addend();
655 result = pReloc.addend() + pReloc.symValue() - pReloc.place();
683 Relocator::DWord A = pReloc.addend();
725 Relocator::DWord A = pReloc.addend();
754 Relocator::DWord A = pReloc.addend();
812 uint32_t result = (PLT_S + pReloc.addend() - P) >> 2;
901 Relocator::DWord A = pReloc.addend();
[all...]
/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
H A DMipsGOT.h132 Relocation::DWord addend, bool isGot16);
H A DMipsRelocator.cpp68 m_Addend = pParent.addend();
885 // addend here.
/frameworks/compile/mclinker/unittests/
H A DELFReaderTest.cpp149 ASSERT_EQ(-0x4, rReloc->addend());
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp3110 // 5. compare the addend
3111 if (X->addend() < Y->addend())
3113 if (X->addend() > Y->addend())

Completed in 2974 milliseconds