Searched defs:GOT_S (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86RelocationFactory.cpp376 X86RelocationFactory::Address GOT_S = helper_GOT(pReloc, pLDInfo, pParent); local
380 pReloc.target() = GOT_S + A - GOT_ORG;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocationFactory.cpp488 ARMRelocationFactory::Address GOT_S = helper_GOT(pReloc, pLDInfo, pParent); local
492 pReloc.target() = GOT_S + A - GOT_ORG;
505 ARMRelocationFactory::Address GOT_S = helper_GOT(pReloc, pLDInfo, pParent); local
509 pReloc.target() = GOT_S + A - P;

Completed in 978 milliseconds