Searched refs:symValue (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp430 Relocator::DWord S = pReloc.symValue();
477 Relocator::Address S = pReloc.symValue();
511 Relocator::Address S = pReloc.symValue();
526 Relocator::Address S = pReloc.symValue();
557 Relocator::Address S = pReloc.symValue();
588 Relocator::Address S = pReloc.symValue();
622 got_entry->setValue(pReloc.symValue());
626 dyn_rela->setAddend(pReloc.symValue());
647 got_entry->setValue(pReloc.symValue());
652 dyn_rela->setAddend(pReloc.symValue());
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp35 ((pReloc.symValue() & 0x1) != 0))?
844 Relocator::DWord S = pReloc.symValue();
879 Relocator::Address S = pReloc.symValue();
905 pReloc.target() = pReloc.symValue() + A - pReloc.place();
915 Relocator::Address S = pReloc.symValue();
938 got_entry->setValue(pReloc.symValue());
958 got_entry->setValue(pReloc.symValue());
969 Relocator::Address S = pReloc.symValue();
988 Relocator::Address S = pReloc.symValue();
1018 S = pReloc.symValue();
[all...]
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DRelocation.h71 /// symValue - S value - the symbol address
72 Address symValue() const;
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp491 Relocator::Address S = pReloc.symValue();
655 result = pReloc.addend() + pReloc.symValue() - pReloc.place();
682 Relocator::Address S = pReloc.symValue();
724 Relocator::Address S = pReloc.symValue();
753 Relocator::Address S = pReloc.symValue();
809 PLT_S = pReloc.symValue();
829 got_entry->setValue(pReloc.symValue());
900 Relocator::Address S = pReloc.symValue();
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp886 Relocator::DWord S = pReloc.symValue();
927 Relocator::DWord S = pReloc.symValue();
963 Relocator::Address S = pReloc.symValue();
991 got_entry->setValue(pReloc.symValue());
1009 PLT_S = pReloc.symValue();
1034 pParent.getSymGOTMap().lookUpSecondEntry(*rsym)->setValue(pReloc.symValue());
1069 Relocator::Address S = pReloc.symValue();
1130 Relocator::Address S = pReloc.symValue();
1586 Relocator::DWord S = pReloc.symValue();
1634 Relocator::DWord S = pReloc.symValue();
[all...]
/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp91 Relocation::Address Relocation::symValue() const function in class:Relocation
/frameworks/compile/mclinker/unittests/
H A DELFReaderTest.cpp148 ASSERT_EQ(0x0, rReloc->symValue());
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp61 m_Symbol(pParent.symValue()),
663 got.setEntryValue(got_entry, pReloc.parent().symValue());

Completed in 4284 milliseconds