HomeSort by relevance Sort by last modified time
    Searched refs:GOT_S (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Target/X86/
X86RelocationFactory.cpp 376 X86RelocationFactory::Address GOT_S = helper_GOT(pReloc, pLDInfo, pParent);
380 pReloc.target() = GOT_S + A - GOT_ORG;
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocationFactory.cpp 488 ARMRelocationFactory::Address GOT_S = helper_GOT(pReloc, pLDInfo, pParent);
492 pReloc.target() = GOT_S + A - GOT_ORG;
505 ARMRelocationFactory::Address GOT_S = helper_GOT(pReloc, pLDInfo, pParent);
509 pReloc.target() = GOT_S + A - P;
    [all...]

Completed in 677 milliseconds