Searched defs:PLT_S (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp819 // PLT_S depends on if there is a PLT entry.
820 Relocator::Address PLT_S; local
822 PLT_S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
824 PLT_S = pReloc.symValue();
827 uint32_t result = (PLT_S + pReloc.addend() - P) >> 2;
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp974 // PLT_S depends on if there is a PLT entry.
975 Relocator::Address PLT_S; local
977 PLT_S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
979 PLT_S = pReloc.symValue();
982 pReloc.target() = PLT_S + A - P;
1633 // PLT_S depends on if there is a PLT entry.
1634 Relocator::Address PLT_S; local
1636 PLT_S = helper_get_PLT_address(*pReloc.symInfo(), pParent);
1638 PLT_S = pReloc.symValue();
1641 pReloc.target() = PLT_S
[all...]

Completed in 515 milliseconds