Searched refs:GOT_S (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp938 X86Relocator::Address GOT_S = helper_GOT(pReloc, pParent); local
942 pReloc.target() = GOT_S + A - GOT_ORG;
1031 X86Relocator::SWord GOT_S = got_entry.getOffset() - local
1035 pReloc.target() = GOT_S + A;
1080 X86Relocator::Address GOT_S = local
1084 pReloc.target() = GOT_S + A;
1113 X86Relocator::SWord GOT_S = got_entry->getOffset() - local
1116 pReloc.target() = GOT_S + A;
1663 X86Relocator::Address GOT_S = helper_GOT(pReloc, pParent); local
1667 pReloc.target() = GOT_S
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp920 ARMRelocator::Address GOT_S = helper_GOT(pReloc, pParent); local
924 pReloc.target() = GOT_S + A - GOT_ORG;
935 ARMRelocator::Address GOT_S = helper_GOT(pReloc, pParent); local
940 pReloc.target() = GOT_S + A - P;
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp958 HexagonRelocator::Address GOT_S = helper_GOT(pReloc, pParent); local
960 int32_t result = (GOT_S - GOT) >> 6;
975 HexagonRelocator::Address GOT_S = helper_GOT(pReloc, pParent); local
977 int32_t result = (GOT_S - GOT);

Completed in 61 milliseconds