Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.cpp465 Relocator::DWord S = pReloc.symValue(); in abs()
510 Relocator::Address S = pReloc.symValue(); in rel()
543 Relocator::Address S = pReloc.symValue(); in add_abs_lo12()
555 Relocator::Address S = pReloc.symValue(); in adr_prel_lo21()
574 Relocator::Address S = pReloc.symValue(); in adr_prel_pg_hi21()
603 Relocator::Address S = pReloc.symValue(); in call()
632 Relocator::Address S = pReloc.symValue(); in condbr()
665 got_entry->setValue(pReloc.symValue()); in adr_got_page()
669 dyn_rela->setAddend(pReloc.symValue()); in adr_got_page()
689 got_entry->setValue(pReloc.symValue()); in ld64_got_lo12()
[all …]
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp35 ((pReloc.symValue() & 0x1) != 0)) in getThumbBit()
791 Relocator::DWord S = pReloc.symValue(); in abs32()
826 Relocator::Address S = pReloc.symValue(); in rel32()
851 pReloc.target() = pReloc.symValue() + A - pReloc.place(); in base_prel()
860 Relocator::Address S = pReloc.symValue(); in gotoff32()
882 got_entry->setValue(pReloc.symValue()); in got_brel()
901 got_entry->setValue(pReloc.symValue()); in got_prel()
911 Relocator::Address S = pReloc.symValue(); in thm_jump8()
929 Relocator::Address S = pReloc.symValue(); in thm_jump11()
958 S = pReloc.symValue(); in thm_jump19()
[all …]
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp865 Relocator::DWord S = pReloc.symValue(); in abs()
902 Relocator::DWord S = pReloc.symValue(); in rel()
936 Relocator::Address S = pReloc.symValue(); in gotoff32()
962 got_entry->setValue(pReloc.symValue()); in got32()
979 PLT_S = pReloc.symValue(); in plt32()
1004 pReloc.symValue()); in tls_gd()
1036 Relocator::Address S = pReloc.symValue(); in tls_ldo_32()
1094 Relocator::Address S = pReloc.symValue(); in tls_le()
1534 Relocator::DWord S = pReloc.symValue(); in abs()
1580 Relocator::DWord S = pReloc.symValue(); in signed32()
[all …]
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp507 Relocator::Address S = pReloc.symValue(); in applyAbs()
670 result = pReloc.addend() + pReloc.symValue() - pReloc.place(); in applyRel()
697 Relocator::Address S = pReloc.symValue(); in relocAbs()
739 Relocator::Address S = pReloc.symValue(); in relocPCREL()
768 Relocator::Address S = pReloc.symValue(); in relocGPREL()
824 PLT_S = pReloc.symValue(); in relocPLTB22PCREL()
844 got_entry->setValue(pReloc.symValue()); in relocGOT()
914 Relocator::Address S = pReloc.symValue(); in relocGOTREL()
/frameworks/compile/mclinker/include/mcld/Fragment/
DRelocation.h72 Address symValue() const;
/frameworks/compile/mclinker/lib/Fragment/
DRelocation.cpp86 Relocation::Address Relocation::symValue() const { in symValue() function in mcld::Relocation
/frameworks/compile/mclinker/unittests/
DELFReaderTest.cpp143 ASSERT_EQ(0x0u, rReloc->symValue()); in TEST_F()
/frameworks/compile/mclinker/lib/LD/
DIdenticalCodeFolding.cpp241 rel.symValue(), in initConstantContent()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.cpp47 m_Symbol(pParent.symValue()), in MipsRelocationInfo()
646 got.setEntryValue(got_entry, pReloc.parent().symValue()); in getGlobalGOTEntry()