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

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp35 ((pReloc.symValue() & 0x1) != 0))
791 Relocator::DWord S = pReloc.symValue();
826 Relocator::Address S = pReloc.symValue();
851 pReloc.target() = pReloc.symValue() + A - pReloc.place();
860 Relocator::Address S = pReloc.symValue();
882 got_entry->setValue(pReloc.symValue());
901 got_entry->setValue(pReloc.symValue());
911 Relocator::Address S = pReloc.symValue();
929 Relocator::Address S = pReloc.symValue();
958 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/AArch64/
H A DAArch64Relocator.cpp465 Relocator::DWord S = pReloc.symValue();
510 Relocator::Address S = pReloc.symValue();
543 Relocator::Address S = pReloc.symValue();
555 Relocator::Address S = pReloc.symValue();
574 Relocator::Address S = pReloc.symValue();
603 Relocator::Address S = pReloc.symValue();
632 Relocator::Address S = pReloc.symValue();
665 got_entry->setValue(pReloc.symValue());
669 dyn_rela->setAddend(pReloc.symValue());
689 got_entry->setValue(pReloc.symValue());
[all...]
/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp86 Relocation::Address Relocation::symValue() const { function in class:mcld::Relocation
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp507 Relocator::Address S = pReloc.symValue();
670 result = pReloc.addend() + pReloc.symValue() - pReloc.place();
697 Relocator::Address S = pReloc.symValue();
739 Relocator::Address S = pReloc.symValue();
768 Relocator::Address S = pReloc.symValue();
824 PLT_S = pReloc.symValue();
844 got_entry->setValue(pReloc.symValue());
914 Relocator::Address S = pReloc.symValue();
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp865 Relocator::DWord S = pReloc.symValue();
902 Relocator::DWord S = pReloc.symValue();
936 Relocator::Address S = pReloc.symValue();
962 got_entry->setValue(pReloc.symValue());
979 PLT_S = pReloc.symValue();
1004 pReloc.symValue());
1036 Relocator::Address S = pReloc.symValue();
1094 Relocator::Address S = pReloc.symValue();
1534 Relocator::DWord S = pReloc.symValue();
1580 Relocator::DWord S = pReloc.symValue();
[all...]
/frameworks/compile/mclinker/unittests/
H A DELFReaderTest.cpp143 ASSERT_EQ(0x0u, rReloc->symValue());
/frameworks/compile/mclinker/lib/LD/
H A DIdenticalCodeFolding.cpp241 rel.symValue(),
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp47 m_Symbol(pParent.symValue()),
646 got.setEntryValue(got_entry, pReloc.parent().symValue());

Completed in 275 milliseconds