Home
last modified time | relevance | path

Searched refs:PLT_S (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp975 Relocator::Address PLT_S; in plt32() local
977 PLT_S = helper_get_PLT_address(*pReloc.symInfo(), pParent); in plt32()
979 PLT_S = pReloc.symValue(); in plt32()
982 pReloc.target() = PLT_S + A - P; in plt32()
1634 Relocator::Address PLT_S; in plt32() local
1636 PLT_S = helper_get_PLT_address(*pReloc.symInfo(), pParent); in plt32()
1638 PLT_S = pReloc.symValue(); in plt32()
1641 pReloc.target() = PLT_S + A - P; in plt32()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp820 Relocator::Address PLT_S; in relocPLTB22PCREL() local
822 PLT_S = helper_get_PLT_address(*pReloc.symInfo(), pParent); in relocPLTB22PCREL()
824 PLT_S = pReloc.symValue(); in relocPLTB22PCREL()
827 uint32_t result = (PLT_S + pReloc.addend() - P) >> 2; in relocPLTB22PCREL()