Searched refs:SymVal (Results 1 – 9 of 9) sorted by relevance
171 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()
59 enum EntryValue { Default = 0, SymVal = 1 }; enumerator
664 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()
58 enum EntryValue { Default = 0, SymVal = 1 }; enumerator
94 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()
65 enum EntryValue { Default = 0, SymVal = 1 }; enumerator
68 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()
72 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()
61 enum EntryValue { Default = 0, SymVal = 1 }; enumerator