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

  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 855 // R_ARM_GOTOFF32: ((S + A) | T) - GOT_ORG
859 Relocator::Address GOT_ORG = helper_GOT_ORG(pParent);
864 pReloc.target() = ((S + A) | T) - GOT_ORG;
868 // R_ARM_GOT_BREL: GOT(S) + A - GOT_ORG
875 Relocator::Address GOT_ORG = helper_GOT_ORG(pParent);
877 pReloc.target() = GOT_S + A - GOT_ORG;
    [all...]

Completed in 592 milliseconds