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

  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 938 X86Relocator::Address GOT_S = helper_GOT(pReloc, pParent);
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 920 ARMRelocator::Address GOT_S = helper_GOT(pReloc, pParent);
924 pReloc.target() = GOT_S + A - GOT_ORG;
935 ARMRelocator::Address GOT_S = helper_GOT(pReloc, pParent);
940 pReloc.target() = GOT_S + A - P;
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp     [all...]

Completed in 108 milliseconds