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

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.h77 SymVal = 1 enumerator in enum:mcld::AArch64Relocator::EntryValue
H A DAArch64RelocationHelpers.h192 got_entry->setValue(AArch64Relocator::SymVal);
197 got_entry->setValue(AArch64Relocator::SymVal);
200 rel_entry.setAddend(AArch64Relocator::SymVal);
H A DAArch64Relocator.cpp621 if (NULL != got_entry && AArch64Relocator::SymVal == got_entry->getValue())
625 if ((NULL != dyn_rela) && (AArch64Relocator::SymVal == dyn_rela->addend())) {
646 if (NULL != got_entry && AArch64Relocator::SymVal == got_entry->getValue())
651 if ((NULL != dyn_rela) && (AArch64Relocator::SymVal == dyn_rela->addend())) {
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.h61 SymVal = 1 enumerator in enum:mcld::ARMRelocator::EntryValue
H A DARMRelocator.cpp105 got_entry->setValue(ARMRelocator::SymVal);
112 got_entry->setValue(ARMRelocator::SymVal);
937 if (NULL != got_entry && ARMRelocator::SymVal == got_entry->getValue())
957 if (NULL != got_entry && ARMRelocator::SymVal == got_entry->getValue())
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.h68 SymVal = 1 enumerator in enum:mcld::HexagonRelocator::EntryValue
H A DHexagonRelocator.cpp67 got_entry->setValue(HexagonRelocator::SymVal);
74 got_entry->setValue(HexagonRelocator::SymVal);
828 if (HexagonRelocator::SymVal == got_entry->getValue())
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.h64 SymVal = 1 enumerator in enum:mcld::X86Relocator::EntryValue
H A DX86Relocator.cpp80 got_entry->setValue(X86Relocator::SymVal);
87 got_entry->setValue(X86Relocator::SymVal);
990 if (got_entry->getValue() == X86Relocator::SymVal)
1195 got_entry->setValue(X86Relocator::SymVal);
1202 rel_entry.setAddend(X86Relocator::SymVal);
1669 if (X86Relocator::SymVal == got_entry->getValue())
1674 if ((NULL != dyn_rel) && (X86Relocator::SymVal == dyn_rel->addend())) {
1721 if ((NULL != dyn_rel) && (X86Relocator::SymVal == dyn_rel->addend())) {

Completed in 108 milliseconds