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

  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.cpp 627 Relocator::Address GOT_S = helper_get_GOT_address(*pReloc.symInfo(), pParent);
631 helper_get_page_address(GOT_S + A) - helper_get_page_address(P);
653 Relocator::Address GOT_S = helper_get_GOT_address(*pReloc.symInfo(), pParent);
655 Relocator::DWord X = helper_get_page_offset(GOT_S + A);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 846 Relocator::Address GOT_S = helper_get_GOT_address(*pReloc.symInfo(), pParent);
848 int32_t result = (int32_t)(GOT_S - GOT);
887 result_u = GOT_S - GOT;
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 873 Relocator::Address GOT_S = helper_get_GOT_address(*pReloc.symInfo(), pParent);
877 pReloc.target() = GOT_S + A - GOT_ORG;
891 Relocator::Address GOT_S = helper_get_GOT_address(*pReloc.symInfo(), pParent);
896 pReloc.target() = GOT_S + A - P;
    [all...]

Completed in 41 milliseconds