Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64RelocationHelpers.h171 got_entry->setValue(AArch64Relocator::SymVal); in helper_GOT_init()
175 got_entry->setValue(AArch64Relocator::SymVal); in helper_GOT_init()
178 rel_entry.setAddend(AArch64Relocator::SymVal); in helper_GOT_init()
DAArch64Relocator.h59 enum EntryValue { Default = 0, SymVal = 1 }; enumerator
DAArch64Relocator.cpp664 if (got_entry != NULL && AArch64Relocator::SymVal == got_entry->getValue()) in adr_got_page()
668 if ((dyn_rela != NULL) && (AArch64Relocator::SymVal == dyn_rela->addend())) { in adr_got_page()
688 if (got_entry != NULL && AArch64Relocator::SymVal == got_entry->getValue()) in ld64_got_lo12()
693 if ((dyn_rela != NULL) && (AArch64Relocator::SymVal == dyn_rela->addend())) { in ld64_got_lo12()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.h58 enum EntryValue { Default = 0, SymVal = 1 }; enumerator
DARMRelocator.cpp94 got_entry->setValue(ARMRelocator::SymVal); in helper_GOT_init()
100 got_entry->setValue(ARMRelocator::SymVal); in helper_GOT_init()
881 if (got_entry != NULL && ARMRelocator::SymVal == got_entry->getValue()) in got_brel()
900 if (got_entry != NULL && ARMRelocator::SymVal == got_entry->getValue()) in got_prel()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.h65 enum EntryValue { Default = 0, SymVal = 1 }; enumerator
DHexagonRelocator.cpp68 got_entry->setValue(HexagonRelocator::SymVal); in helper_GOT_init()
74 got_entry->setValue(HexagonRelocator::SymVal); in helper_GOT_init()
843 if (HexagonRelocator::SymVal == got_entry->getValue()) in relocGOT()
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp72 got_entry->setValue(X86Relocator::SymVal); in helper_GOT_init()
78 got_entry->setValue(X86Relocator::SymVal); in helper_GOT_init()
961 if (got_entry->getValue() == X86Relocator::SymVal) in got32()
1149 got_entry->setValue(X86Relocator::SymVal); in helper_GOT_init()
1155 rel_entry.setAddend(X86Relocator::SymVal); in helper_GOT_init()
1614 if (X86Relocator::SymVal == got_entry->getValue()) in gotpcrel()
1619 if ((dyn_rel != NULL) && (X86Relocator::SymVal == dyn_rel->addend())) { in gotpcrel()
1664 if ((dyn_rel != NULL) && (X86Relocator::SymVal == dyn_rel->addend())) { in rel()
DX86Relocator.h61 enum EntryValue { Default = 0, SymVal = 1 }; enumerator