Searched refs:PLT_S (Results 1 – 2 of 2) sorted by relevance
975 Relocator::Address PLT_S; in plt32() local977 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() local1636 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()
820 Relocator::Address PLT_S; in relocPLTB22PCREL() local822 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()