Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.cpp430 Relocator::DWord S = pReloc.symValue(); in abs()
477 Relocator::Address S = pReloc.symValue(); in rel()
511 Relocator::Address S = pReloc.symValue(); in add_abs_lo12()
526 Relocator::Address S = pReloc.symValue(); in adr_prel_pg_hi21()
557 Relocator::Address S = pReloc.symValue(); in call()
588 Relocator::Address S = pReloc.symValue(); in condbr()
622 got_entry->setValue(pReloc.symValue()); in adr_got_page()
626 dyn_rela->setAddend(pReloc.symValue()); in adr_got_page()
647 got_entry->setValue(pReloc.symValue()); in ld64_got_lo12()
652 dyn_rela->setAddend(pReloc.symValue()); in ld64_got_lo12()
[all …]
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp35 ((pReloc.symValue() & 0x1) != 0))? in getThumbBit()
844 Relocator::DWord S = pReloc.symValue(); in abs32()
879 Relocator::Address S = pReloc.symValue(); in rel32()
905 pReloc.target() = pReloc.symValue() + A - pReloc.place(); in base_prel()
915 Relocator::Address S = pReloc.symValue(); in gotoff32()
938 got_entry->setValue(pReloc.symValue()); in got_brel()
958 got_entry->setValue(pReloc.symValue()); in got_prel()
969 Relocator::Address S = pReloc.symValue(); in thm_jump8()
988 Relocator::Address S = pReloc.symValue(); in thm_jump11()
1018 S = pReloc.symValue(); in thm_jump19()
[all …]
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp491 Relocator::Address S = pReloc.symValue(); in applyAbs()
655 result = pReloc.addend() + pReloc.symValue() - pReloc.place(); in applyRel()
682 Relocator::Address S = pReloc.symValue(); in relocAbs()
724 Relocator::Address S = pReloc.symValue(); in relocPCREL()
753 Relocator::Address S = pReloc.symValue(); in relocGPREL()
809 PLT_S = pReloc.symValue(); in relocPLTB22PCREL()
829 got_entry->setValue(pReloc.symValue()); in relocGOT()
900 Relocator::Address S = pReloc.symValue(); in relocGOTREL()
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp886 Relocator::DWord S = pReloc.symValue(); in abs()
927 Relocator::DWord S = pReloc.symValue(); in rel()
963 Relocator::Address S = pReloc.symValue(); in gotoff32()
991 got_entry->setValue(pReloc.symValue()); in got32()
1009 PLT_S = pReloc.symValue(); in plt32()
1034 pParent.getSymGOTMap().lookUpSecondEntry(*rsym)->setValue(pReloc.symValue()); in tls_gd()
1069 Relocator::Address S = pReloc.symValue(); in tls_ldo_32()
1130 Relocator::Address S = pReloc.symValue(); in tls_le()
1586 Relocator::DWord S = pReloc.symValue(); in abs()
1634 Relocator::DWord S = pReloc.symValue(); in signed32()
[all …]
/frameworks/compile/mclinker/include/mcld/Fragment/
DRelocation.h72 Address symValue() const;
/frameworks/compile/mclinker/lib/Fragment/
DRelocation.cpp91 Relocation::Address Relocation::symValue() const in symValue() function in Relocation
/frameworks/compile/mclinker/unittests/
DELFReaderTest.cpp148 ASSERT_EQ(0x0, rReloc->symValue()); in TEST_F()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.cpp61 m_Symbol(pParent.symValue()), in MipsRelocationInfo()
663 got.setEntryValue(got_entry, pReloc.parent().symValue()); in getGlobalGOTEntry()