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.cpp950 X86Relocator::Address PLT_S; in plt32() local
952 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() local
1677 PLT_S = helper_PLT(pReloc, pParent); in plt32()
1679 PLT_S = pReloc.symValue(); in plt32()
1682 pReloc.target() = PLT_S + A - P; in plt32()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp882 HexagonRelocator::Address PLT_S; in relocPLTB22PCREL() local
884 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()