Searched refs:PLT_S (Results 1 – 2 of 2) sorted by relevance
950 X86Relocator::Address PLT_S; in plt32() local952 PLT_S = helper_PLT(pReloc, pParent); in plt32()954 PLT_S = pReloc.symValue(); in plt32()957 pReloc.target() = PLT_S + A - P; in plt32()1675 X86Relocator::Address PLT_S; in plt32() local1677 PLT_S = helper_PLT(pReloc, pParent); in plt32()1679 PLT_S = pReloc.symValue(); in plt32()1682 pReloc.target() = PLT_S + A - P; in plt32()
882 HexagonRelocator::Address PLT_S; in relocPLTB22PCREL() local884 PLT_S = helper_PLT(pReloc, pParent); in relocPLTB22PCREL()886 PLT_S = pReloc.symValue(); in relocPLTB22PCREL()889 uint32_t result = (PLT_S + pReloc.addend() - P) >> 2; in relocPLTB22PCREL()